meta tags Flashcards

1
Q

Define keywords for search engines:

A

meta name=”keywords” content=”HTML, CSS, JavaScript”

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

Define a description of your web page:

A

meta name=”description” content=”Free Web tutorials for HTML and CSS”

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

Define the author of a page:

A

meta name=”author” content=”John Doe”

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

Refresh document every 30 seconds:

A

meta http-equiv=”refresh” content=”30”

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

Setting the viewport to make your website look good on all devices:

A

meta name=”viewport” content=”width=device-width, initial-scale=1.0”

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

Specifies the character encoding for the HTML document

A

meta charset=”UTF-8”

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