Search
 
SCRIPT & CODE EXAMPLE
 

HTML

h1 default font-size

Default font-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)
Comment

change font size of h1 in html

<style>
h1 { 
	font-size: 100px;
   }
</style>
Comment

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)
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap alert 
Html :: ionic skeleton 
Html :: on button click video popup in html 
Html :: agregar atributo jquery 
Html :: how to add function to button in html 
Html :: placeholder in html select 
Html :: html to powerpoint 
Html :: text without html laravel function 
Html :: html paragraph 
Html :: html basic template 
Html :: html5 progress 
Html :: how to make a password system in html 
Html :: description list html 
Html :: where are mac notes stored 
Html :: javascript how to set a textbox value to nothing 
Html :: select option 
Html :: html text content new line 
Html :: insertar playlist youtube html5 
Html :: unselectable input field 
Html :: html multiple file upload 
Html :: bootstrap 4 accordion 
Html :: stimulus value 
Html :: del html 
Html :: html div grid 9x9 
Html :: html select color 
Html :: variables in url_for flask jinja 
Html :: html make a cube 
Html :: textboxfor required 
Html :: livewire file upload 
Html :: html tag for line break 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =