464,204 views
37 votes
37 votes
Please helppp
----Develop basic structure of HTML document with illustration and output​

User Phuk
by
3.0k points

1 Answer

9 votes
9 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 Wenbing Li
by
2.8k points