
# HTML :-
2) It is a Standard Language which creating a Web pages ...
3) It consists of series of Elements ...
4) Elements tells the browser how to display the content ...
5) HTML content different tags And it's attributes ...
6) The HTML Element is everything from the start tag to the end tag ...
Ex ...
<P> I am Kshitij </P>.
Where..,
<P> is a start tag and </P> is end tag .
<HTML>
<HEAD>
<TITLE>........ </TITLE>
</HEAD>
<BODY> ........... </BODY>
</HTML>
## Thank you 🙏🙏
Where..,
<P> is a start tag and </P> is end tag .
# Structure Of HTML ...
<HTML>
<HEAD>
<TITLE>........ </TITLE>
</HEAD>
<BODY> ........... </BODY>
</HTML>
NOTE :- सर्व Tags BODY tag मध्ये लावायचे ...
## Thank you 🙏🙏