write the structure of html program
Answers
Answered by
5
Hope it will help you a lot
Attachments:
Answered by
19
Structure of HTML
<HTML>
<HEAD>
<TITLE>
title of the page
</TITLE>
</HEAD>
<BODY>
Content of the page
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>
title of the page
</TITLE>
</HEAD>
<BODY>
Content of the page
</BODY>
</HTML>
Similar questions