In HTML, headings are denoted with (1,2,3,4,5,6) tag.
My question is regarding following HTML code:
Question: is there predefined property for same in CSS?
No
You can try like this:
h3{ display: block; } h3 { font-size: /*Font size similar to h3*/ ; }