0 votes
102 views
in HTML by (132 points)
edited by
Explain in short the general structure of HTML Web page

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer

A basic HTML web page consists of several parts:

  1. Document Type Declaration: This is the first line of an HTML document that specifies the type of document being used, which is usually HTML.

  2. HTML Tag: This tag tells the browser that the document is an HTML document and that everything within it should be interpreted as such.

  3. Head Tag: This section contains information about the document, such as the title of the page, links to stylesheets, and scripts.

  4. Body Tag: This section contains the actual content of the web page, such as text, images, and other media.

  5. Header Tag: This section typically contains a logo, navigation links, and other information that appears at the top of the page.

  6. Main Tag: This section contains the main content of the page, such as articles or other information.

  7. Footer Tag: This section typically contains copyright information, links to other pages, and other miscellaneous information that appears at the bottom of the page.

Overall, the structure of an HTML web page is hierarchical, with tags nested inside one another to organize and structure the content.

Related questions

0 votes
1 answer 121 views
0 votes
2 answers 177 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...