Explain any two HTML tag?
Answers
Answered by
3
- An HTML tag is a special word or letter surrounded by angle brackets, < and >. You use tags to create HTML elements , such as paragraphs or links. Many elements have an opening tag and a closing tag — for example, a p (paragraph) element has a <p> tag, followed by the paragraph text, followed by a closing </p> tag.
Answered by
1
Answer:
Here is your Answer Mate:-
Explanation:
Html Tag :-
Firstly there is HTML Tag which is used like - <HTML>
This tag is used first it is like a container in which we write all the scripts we want to use...
Now or closing it we use - </HTML>
Title Tag :-
This tag is used like - <TITLE>
It is used To give Title to your Web Page...
Now for closing it we use - </TITLE>
- PlzMark me as a Brainlist
Similar questions