Questions about HTML Flashcards

1
Q

With the introduction of HTML5 we now have the ability to write semantic HTML. Talk for a moment about your experiences writing semantic HTML. What is it? Where do you see the benefits of using semantics?

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

Let’s talk about the Web API. What is it, how is it organized, and what can you do with it?

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

What does a doctype do?

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

How do you serve a page with content in multiple languages?

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

What kind of things must you be wary of when designing or developing for multilingual sites?

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

What are data-attributes good for?

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

Consider HTML5 as an open web platform. What are the building blocks of HTML5?

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

Describe the difference between a cookie, sessionStorage and localStorage.

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

Describe the difference between

, 
 and 
.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is it generally a good idea to position CSS <link></link>s between <head></head> and JS

s just before </body>? Do you know any exceptions?
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is progressive rendering?

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

Why would you use a secret attribute in an image tag? Explain the process the browser uses when evaluating the content of this attribute.

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

Have you used different HTML templating languages before?

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