HTML Basics Flashcards

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?

A

<ol> </ol>

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

A

reverse

19
Q

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

A

type

20
Q

What is the tag to add an image?

A

<img></img>

21
Q

What is the tag to add a form?

A
22
Q

What is the tag to add an input field?

A
23
Q

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

A

type

24
Q

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

A

add a name

25
Q

What is the tag used for a dropdown list?

A
26
Q

What do you use to assign values to your dropdown list?

A
27
Q

What would you use to indicate the type of information needed in a field?

A

placeholder

28
Q

What do you do to have a checkbox already checked?

A

Add checked in the input tag

29
Q

How do you assign a default value in a dropdown list?

A

add selected in the option tag

30
Q

What is the tag used for a table?

A
31
Q

What is the tag used for a row?

A
32
Q

What is the tag used for a cell?

A
33
Q

What is the tag used for a table head?

A
34
Q

What is the tag used for a table header?

A
35
Q

What is the tag for a link

A

<a></a>

36
Q

What is the attribute used for a link

A

href

37
Q

How do you put an anchor in a link?

A

use #