What is semantic html?
id:77A semantic element clearly describes its meaning to the browser and the developer.
Header, footer, nav, aside, section, main, article, table.
Non semantic - div, span,
What is the box model?
A web browser renders elements as a rectangular box. The size of this box depends on the css properties of its content, such as the content itself, the margin, border and padding.