HTML5 Flashcards

1
Q

How to tell the browser which version of html you are using

A

!doctype

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

what opening and closing tag should all html code be wrapped in

A

html

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

any markup information about your page should go in the ___ tag

A

head

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

any markup that displays to the user should go in the ___ tag

A

body

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

nest many elements within this element tag

A

div

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

radio buttons are a type of —-

A

input

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

all radio buttons should have the same ____ attribute to create a radio button group

A

name

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

clicking this button will send data from the form to the specified url.

A

submit button

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

the ___ is a great way to get input from a user.

A

input element

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

what tag creates an UNORDERED list

A

ul

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

what tag creates an ORDERED list

A

ol

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

turn elements into links using the ___ element

A

a

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

what attribute contains the destination you want a link to go to

A

href

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

the ___ tag helps search engines and other developers find the main content of your page

A

main

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

html paragraphs are desinged with the___ tag

A

p

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

html headings are defined by the ___ tag

A

h1

17
Q

h1 is the most important whereas h6 is the___

A

least

18
Q

to create a space between elements or text, use the ___ tag

A

br