Mad Hub
Saturday, 20 June 2020
Tags
What are Tags?
HTML tags are the keywords enclosed between angular brackets
<tagname>
.
Tag has opening and closing such as
Opening
<tagname>
Closing
</tagname>
some tags has only opening but they don't have closing
For example :- <br> Tag.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
HTML List
Basic Tag #6
6.Preserve Formatting Tag <pre>:- Anything is written between <pre> tag will display as it is Written in Html document without d...
Tags
What are Tags? HTML tags are the keywords enclosed between angular brackets <tagname> . Tag has opening and closing such as Opening ...
HTML List
Html offers user to specify there Information in the form of list but the condition is the list may contain more than one list items. There...
No comments:
Post a Comment