Today I Learned - Rocky Kev

TIL Content sectioning

POSTED ON:

TAGS:

I really like this visual for websites.

Content sectioning or landmarks

via A short guide to help you pick the correct HTML tag


Related TILs

Tagged:

TIL Gmail has a 102KB size-limit for HTML

PLACEHOLDER

TIL how Error correction works in HTML

You never get an 'Invalid Syntax' error on an HTML page. Browsers fix any invalid content and go on.

TIL what DOCTYPE means

tl;dr: DOCTYPE declaration in the first line of the HTML file, to instruct the browser to run the code in Standard mode.