DEV Community

Discussion on: HTML forms 101

Collapse
 
patricnox profile image
PatricNox

What most people don't know, is that web browsers come with some elements that has default styling.

Like

default styling is "text-align: center" and is a "display: block".

I encourage all HTML guides to lift this, since it causes many "Aha!"s whilst learning the fundamentals.

Collapse
 
iggredible profile image
Igor Irianto

Oh yeah, those pesky divs with display blocks and spans with inline-blocks. Didn't learn about them until much later. Good call!