Html Stuff Flashcards

1
Q

What’s the difference between h1 and other header tags? And between h2 and h3?

A

The visual difference doesn’t matter, it’s the importance that does

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the article tag used for?

A

The content that can be shared (i.e. news, blogs, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s the section tag used for?

A

To divide similar blocks of content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s aside tag used for?

A

An extra content, that will not break logical flow of a page when removed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are form attributes “action” and “method” are for?

A

Action is URL that user is redirected to, when submitting a form. This url may process the form given data

Method: Get or Post

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why are the different input types important?

A

Browsers or mobile devices will use different features to interact with them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why do we want to separate css to a separate file?

A

Separation of concerns, helps with organization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly