Basic HTML Tags
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <html>
Defines a HTML Document
</html>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <title>
Defines the title of the page (seen at the right side of page top).
</title>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <body>
Defines Document's body.
</body>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <h1> to <h6>
Defines header of a HTML Document.
</h1>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <p>
Defines a paragraph text.
</p>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <hr>
Defines a horizontal rule.
</hr>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <br>
Leaves a blank line
NO NEED TO END THIS TAG
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> <!--->
To leave a comment.
NO NEED TO END THIS TAG.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0 comments:
Post a Comment