Computer Science, asked by aryansharma9524, 1 year ago

write the structure of html program

Answers

Answered by Rinbi2005
5
Hope it will help you a lot
Attachments:
Answered by aryansharma96651
19
                                    Structure of HTML

<HTML>
<HEAD>
<TITLE>
              title of the page

</TITLE>
</HEAD>
<BODY>
             Content of the page
</BODY>
</HTML>
Similar questions