join: new@juude



get alerts for new articles






CLOSE WINDOW

join: new@juude



get alerts for new articles






CLOSE WINDOW
html5

Introduction


Adjust CSS

Not all browsers read html5 elements as a block therefore you need to specify that they display at block level in your CSS. You can include the following information in your reset:

header, section, article, aside, nav, footer, figure, hgroup, main{
display: block;
}