Answers for "font sizes in px for h1 h2 h3 h4 h5 h6"

1

change font size of h1 in html

<style>
h1 { 
	font-size: 100px;
   }
</style>
Posted by: Guest on February-12-2021
-1

how to use h4 tag html

<h4>H4 TAG</h4>
Posted by: Guest on September-22-2020

Browse Popular Code Answers by Language