HTML के वेब पेज या वेबसाइट की संरचना उदाहरण सहित बताइए।
Answer»
<HTML> <HEAD> <TITLE> <!...This section is used for the title...> </TITLE> </HEAD> <BODY> <!...This section is used for all that you want to show on the page...) </BODY> </HTML>
उदाहरण
<HTML> <HEAD> <TITLE> Webpage </TITLE> </HEAD> <BODY> This is my home page. </BODY> </HTML>