Answers for "what is the font-size of the h1 heading tag? in em'"

3

change font size of h1 in html

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

Code answers related to "what is the font-size of the h1 heading tag? in em'"

Browse Popular Code Answers by Language