Computer Science, asked by divarawar, 1 month ago

write the basic structure of HTML web page?​

Answers

Answered by susruthchari
1

Answer:

An HTML Document is mainly divided into two parts: HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc. BODY: This contains everything you want to display on the Web Page

Explanation:

A website's structure refers to how the website is set up, i.e. how the individual subpages are linked to one another. It is particularly important that crawlers can find all subpages quickly and easily when websites have a large number of subpages.Basic Web Pages

HTML defines the content of every web page on the Internet. By “marking up” your raw content with HTML tags, you're able to tell web browsers how you want different parts of your content to be displayed. ...

Setup. ...

Structure of a Web Page. ...

Page Titles. ...

Paragraphs. ...

Headings. ...

Unordered Lists. ...

Ordered Lists.

Similar questions