create a web page to display by HTML document
Answers
Answered by
4
Hi there!
✓Creating a HTML document requires basic understanding of HTML page structure and at least the basic tags.
✓ An Html documents is always save with either a .htm or .Html extension
Hope this helps!
Mark as brainliest!
✓Creating a HTML document requires basic understanding of HTML page structure and at least the basic tags.
✓ An Html documents is always save with either a .htm or .Html extension
Hope this helps!
Mark as brainliest!
Answered by
2
< HTML >
< HEAD >
< TITLE > the required title < / TITLE >
< /HEAD>
< BODY >
the content depends on the question.........
< / BODY >
</ HTML >
.......................... :)
< HEAD >
< TITLE > the required title < / TITLE >
< /HEAD>
< BODY >
the content depends on the question.........
< / BODY >
</ HTML >
.......................... :)
Similar questions