Answers for "how to increase the size of h1 tag in html"

2

change font size of h1 in html

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

how tomake a h1 tag

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

Code answers related to "how to increase the size of h1 tag in html"

Browse Popular Code Answers by Language