Answers for "what font is h1 html"

CSS
1

change font size of h1 in html

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

how to write h1 tag in html

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

Browse Popular Code Answers by Language