Page No: 1
HTML Guide
Learn HTML Basics and
Create Your Web Page Now!
Learn Html Now!
, Learn Html
Page No: 2
HTML Basics Elements
Html basics elements:
● <html> : Starting tag
</html>: Ending tag
● This Tag is root element of the Html Document.
● This tag is defined as the root of the document
every Html Document is starts with this tag.
● <head>: Starting tag
</head>: Ending tag
● This tag contains the information about the Web
Page.
● This tag contains “Title tag” and “style tag” in it.
● <Title>: Starting Tag
</Title>: Ending tag
● This tag contains the title of the Web Page.