Answers for "size of h1 tag"

2

h2 in px css

h1 is   32px   (2em)
h2 is   24px (1.5em)
h3 is 20.8px (1.3em)
h4 is   16px   (1em)
h5 is 12.8px (0.8em)
h6 is 11.2px (0.7em)
Posted by: Guest on July-08-2020
5

how to do h1 tag

<h1> Sample Text </h1>
Posted by: Guest on March-13-2020
1

how to write h1 tag in html

<h1>This is an h1(Heading 1) tag </h1>
Posted by: Guest on March-12-2021
2

html h1 size

h1  =>    32px    (2em)
h2  =>    24px  (1.5em)
h3  =>  20.8px  (1.3em)
h4  =>    16px    (1em)
h5  =>  12.8px  (0.8em)
h6  =>  11.2px  (0.7em)
Posted by: Guest on July-26-2020
0

h1 tag html

<h1></h1>
Posted by: Guest on November-11-2019
0

how tomake a h1 tag

<h1>Hello World</>
Posted by: Guest on December-29-2020

Browse Popular Code Answers by Language