Let’s learn about CSS function and how to use them to rotate images! We will start a property called transform. This doesn’t style anything until we give a value, transform Read More
How to Use CSS in your webpage ?
One of the most important parts of a website is the text. We can modify text in a lot of ways . In a webpage the CSS affect directly the Read More
How to link html page together
Learn how to link html pages together to build a complete website. So far we have learned how to create a link with the the html element (a) <a href=”www.google.com”></a>, Read More
Html tags list
HTML Tags Ordered Alphabetically Tag Description <!–…–> Defines a comment <!DOCTYPE> Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Not supported in Read More
How to upload media in html
Multimedia on the web is sound, music, videos, movies, and animations. Multimedia comes in many different formats. It can be almost anything you can hear or see, like images, music, Read More
HTML Tables
HTML tables allow web developers to arrange data into rows and columns. Example: Company Contact Country Google Chris France Carrefour Tom-hayden France/td> Flore Mercedes France Flore Mercedes France Laughing Bacchus Read More
HTML Comments
HTML comments are not displayed in the browser, but they can help document your HTML source code. HTML Comment Tags You can add comments to your HTML source by using Read More
HTML Text Formatting
HTML contains several elements for defining text with a special meaning. Example This text is bold This text is italic This is subscript and superscript HTML Formatting Elements Formatting elements were designed to Read More
Adding Images in html
Besides linking to others pages, we can also use URLs to add images on a webpage. To add images on a webpage we start with the <img> tag. Just like Read More
Creating links
Let’s take a look at how work to combine webpages into websites. To start making a link, we add text between the <a> and </a> tags. This won’t high line Read More
HTML 5 : Qu’est ce qui change ?
Vous avez sans doute entendu parler de l’arrivée progressive du HTML5 comme langage de développement. C’est que cette nouvelle version du langage offre de plus grande possibilité pour les marketeurs Read More
WEPAGE STRUCTURE
Doctype The doctype tells the web browser what version of html we are using, without it the browser might not display the page correctly. we must indicated the doctype in Read More
HTML BASICS ELEMENTS
LINE BREAK We can separate lines with the helps of the line break tag <br>. Line break tag it what we call empty tag because it has no closing tag Read More
HTML ELEMENTS
html elements
WHAT IS HTML ?
Html Definition HTML stand for HyperText Markup Language.Html is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such Read More