HTML element doesn't work properly

Hello everyone, recently I tried the HTML element but I find out something strange. Basically, when I preview the page the HTML markdown doesn’t show the elements properly. For example, if I utilize the h1 element when I preview the page the corresponding text is not an h1 header. It is just a regular text. I used the chrome inspector in order to understand the problem and I find out that the source code uses some additional CSS which overrides the default properties of HTML elements.


As you can see from the second image. In the source code, the element is still h1 but some additional CSS code changes the default element properties. If I delete from inspector these properties then the text changes to a proper h1. Does anyone know why is this happening? What is this additional CSS and can we avoid it?

This topic was automatically closed after 70 days. New replies are no longer allowed.