Computer Science, asked by svkragul, 1 month ago

13.Write the structure of the HTML document.​

Answers

Answered by pprajwala24
0

Answer:

An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.

Answered by xXMrAkduXx
1

 \large\green{\textsf{✩ Verified Answer ✓ }}

An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.

The basic structure of an HTML document consists of 5 elements:

  • <!DOCTYPE>
  • <html>
  • <head>
  • <title>
  • <body>

 \bf\pink{\textsf{Answered By MrAkdu}}

Similar questions