HTML Basics Flashcards

(37 cards)

1
Q

What are the tags used to add a name to a webpage

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

What are the tags used to add a name to a webpage

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

In which section do you put the title of a page

A

head

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

In which section do you put the title of a page

A

head

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

Which tag is used for a header (the largest one)?

A

h1

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

What is the maximum size of a header?

A

6

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

What are the tags for underline

A

<u> or <ins></ins></u>

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

What are the tags for italic

A

<i> or <em></em></i>

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

What are the tags for underline

A

<u> or <ins></ins></u>

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

What is the tag for superscript

A

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

What is the tag for subscript

A

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

What is the tag for strikeout

A

or <del> </del>

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

What is the tag for an horizontal line

A

<hr></hr>

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

What are the tags used for a bullet list?

A

<ul> </ul>

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

Which attribute would you use to start a list at a specific position

A

start

ex: <ol></ol>

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

What are the tags used for a numbered list?

17
Q

Which attribute would you use to start a list at a specific position

A

start

ex: <ol></ol>

18
Q

Which attribute would you use to order a list backwards

19
Q

Which attribute would you use to use letters instead of numbers in a list?

20
Q

What is the tag to add an image?

21
Q

What is the tag to add a form?

22
Q

What is the tag to add an input field?

23
Q

What is the attribute you use to define the input field?

24
Q

How do you make sure that radio buttons only allow one option?

25
What is the tag used for a dropdown list?
26
What do you use to assign values to your dropdown list?
27
What would you use to indicate the type of information needed in a field?
placeholder
28
What do you do to have a checkbox already checked?
Add checked in the input tag
29
How do you assign a default value in a dropdown list?
add selected in the option tag
30
What is the tag used for a table?
31
What is the tag used for a row?
32
What is the tag used for a cell?
33
What is the tag used for a table head?
34
What is the tag used for a table header?
35
What is the tag for a link
36
What is the attribute used for a link
href
37
How do you put an anchor in a link?
use #