Hindi, asked by khantahmin1, 7 months ago

In order to display the contents as
follows:
Headings- HTML
Sub-heading-Elements
Sub-sub-headings- Heading tags
Which one of the following options
will be most preferred as tags for
each of the above line
respectively?​

Answers

Answered by craftybulb
1

Explanation:

HTML describes six levels of headings and tags from H1 to H6 in which H1 is the largest heading size. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6. IT IS WRITTEN IN BODY... not in head tag..

If you are asking for program, then,you can take any title,

<HTML>

<HEAD>

<TITLE> Brainly</TITLE></HEAD>

<BODY><H1>HTML</H1>

</BODY>

</HTML>

hope it helps... Heading was given as HTML..

Similar questions