Html Stuff Flashcards
What’s the difference between h1 and other header tags? And between h2 and h3?
The visual difference doesn’t matter, it’s the importance that does
What’s the article tag used for?
The content that can be shared (i.e. news, blogs, etc.)
What’s the section tag used for?
To divide similar blocks of content
What’s aside tag used for?
An extra content, that will not break logical flow of a page when removed
What are form attributes “action” and “method” are for?
Action is URL that user is redirected to, when submitting a form. This url may process the form given data
Method: Get or Post
Why are the different input types important?
Browsers or mobile devices will use different features to interact with them
Why do we want to separate css to a separate file?
Separation of concerns, helps with organization