Answers for "size of h1 tag in html"

1

change font size of h1 in html

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

how to write h1 tag in html

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

Browse Popular Code Answers by Language