Answers for "change heading h3 to h1 on backend but the font size not change"

3

change font size of h1 in html

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

Browse Popular Code Answers by Language