Friday, 3 February 2017

TAGS IN HTML

Definition – It is a special kind of text, placed between left angular brace and right angular brace (<,>).
Syntax - <-----> , Example - <head>

Types of Tags –
·        Paired Tags – These tags are having opening and closing tags. Example - <html></html>, <head></head>
·        Non Paired tags – The tag that have only opening tags but no closing tags. Example - <br> break, <hr> horizontal, <img> image 

No comments:

Post a Comment