Computer Science, asked by hamzaahmad9760, 8 months ago

Where do we put the formatting tags in an HTML document?​

Answers

Answered by vuppalapatiswarna
0

Explanation:

Create Headings - The <h1> to <h6> Elements:

Any document starts with a heading. You can use different sizes for your headings. There are 6 levels of headings available, from h1 for the largest and most important heading, down to h6 for the smallest heading. Here is an example of the code for all the headline sizes:

<h1>Level 1 Headline</h1>

<h2>Level 2 Headline</h2>

<h3>Level 3 Headline</h3>

<h4>Level 4 Headline</h4>

<h5>Level 5 Headline</h5>

Answered by saanvi2824
0
There are different types of HTML tags are used to format the appearance of the text on your web page.
...
HTML Formatting Tags
Create Headings - The to Elements: ...
Create Paragraph - The

Element: ...
Create Line Breaks - The
Element: ...
Bold - : ...
Italic - :



Please mark me as brainlist please

Similar questions