HTML Introduction
What is HTML?
HTML is a language for creating Web pages. We create web pages by creating html document using HTML markup tags. HTML stands for HyperText Markup Language. HTML is a markup language, which has a collection of markup tags.
What are Tags?
HTML tags are words surrounded by angle brackets like <html>
, <body>
.
The tags normally come in pairs, like <html>
and </html>.
The first tag in a pair is the start tag; the second tag is the end tag.
In the example above <html>
is the start tag while
</html>
is the end tag.
We can also refer start tags as opening tags and call end tags closing tags.
HTML CSS Tutorial HTML CSS Basic
HTML Element
HTML Attributes
HTML Core Attributes
HTML Comments
HTML Headings
HTML Paragraphs
HTML Rules (Lines)
HTML Line Breaks
CSS Introduction
CSS Syntax
CSS Color
CSS Lengths
CSS Comments
CSS selector
Grouping/nesting Selectors
Add CSS to HTML
Compare em measurement and pixel measuremen...
Select class along with tag name in HTML an...
Select Next Sibling with Next Sibling Selec...
Select with Descendant Selectors in HTML an...
Set color to purple in HTML and CSS
Set color with rgb function in HTML and CSS
Set text color for body element in HTML and...
Show the difference between block and inlin...
HTML Introduction
HTML DocumentsHTML Element
HTML Attributes
HTML Core Attributes
HTML Comments
HTML Headings
HTML Paragraphs
HTML Rules (Lines)
HTML Line Breaks
CSS Introduction
CSS Syntax
CSS Color
CSS Lengths
CSS Comments
CSS selector
Grouping/nesting Selectors
Add CSS to HTML
Compare em measurement and pixel measuremen...
Select class along with tag name in HTML an...
Select Next Sibling with Next Sibling Selec...
Select with Descendant Selectors in HTML an...
Set color to purple in HTML and CSS
Set color with rgb function in HTML and CSS
Set text color for body element in HTML and...
Show the difference between block and inlin...