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
What is CSS Style and how it works?
Learn Css for free!
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
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
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