What is the basic structure of an HTML document?
78 Likes
The basic structure of an HTML document is as follows:
<HTML> <HEAD> <TITLE>...the title of the web page....</TITLE> </HEAD> <BODY>.... .........the body of the document....... ..... </BODY> </HTML>
Answered By
51 Likes
Write the HTML code for the following by using superscript and subscript tags:
Na2CO3
What is HTML?
What is meant by HTML tags?
Name the two documents located in a computer's network.