When you use a heading tag in a document, what does the web browser assumes?
Answers
Answered by
0
Answer:
the heading information should appear on its own line and is shown as a size of 6
Answered by
0
Heading tags provide structure to an HTML file, and specify what type of data the browser should display.
- Heading tags have a particularly important function within an HTML structure. They are used in html documents to define the headings of a page.
- The heading tag is used in HTML to define headings of a page. Headings are defined by <hn> , with “n” being a number between 1 and 6, and determines which position a heading has in the hierarchy of the heading structure.
- A heading with two sub-headings would look like this-
<h1>This is a heading</h1>
<h2>This is a heading</h2>
- Heading tags provide structure to an HTML file, and specify what type of data the browser should display. Headings can be interpreted by browsers, which may not be able to recognize or display the custom style sheets.
#SPJ3
Similar questions