14.8k views
4 votes
Please helppp
----Develop basic structure of HTML document with illustration and output​

User Bwright
by
6.0k points

1 Answer

5 votes

Answer:

<HTML>

<HEAD>

<Title>THIS IS TITLE</Title>

</HEAD>

<BODY>

<h1>THIS IS HEADING 1

<p> This is paragraph</p

</BODY>

</HTML>

Step-by-step explanation:

If you will give me any topic for the HTML document, and how the web should look I will able to give you more code. Output is below.

Please helppp ----Develop basic structure of HTML document with illustration and output-example-1
User HugoRune
by
5.0k points