HTML tags
Tags can be either container tag or empty tag.
Container tags are those tags which have opening and closing tags.
eg:-
<html>....</html>
<body>....</body>
<h2>....</h2>
etc
Empty tag is a singular tag(not in a pair)
eg:-
<br>
<img>
etc
Now we can discuss the different tags available on html
Tags can be either container tag or empty tag.
Container tags are those tags which have opening and closing tags.
eg:-
<html>....</html>
<body>....</body>
<h2>....</h2>
etc
Empty tag is a singular tag(not in a pair)
eg:-
<br>
<img>
etc
Now we can discuss the different tags available on html
No comments:
Post a Comment