Html Flashcards

1
Q

What does DOCTYPE html stand for?

A

It is what you start with when your writing a website.

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

What does HTML stand for?

A

Hyper Text Mark-up Language

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

What does the tag title stand for?

A

it is the title that shows up when people search up your web site.

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

What does the p /p tag stand for?

A

It stands for paragraph.

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

What does h1 /h1 stand for stand for?

A

It stands for heading and it goes from 1 to 6 1 is the biggest 6 is the smallest.

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

How to do an unordered list?

A

you do <ul> tag then do <li> and a sentence then end he sentence with </li><li></ul>

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

How to do an ordered list?

A

To do an ordered list you use the tag ol and then use li and make an sentence and end it with /li

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

How do you put a picture in html?

A

you do img scr= “image/ the name” alt=””

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

How to make a text bold?

A

you use the tag <strong> then a sentence then end it with</strong>

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

What does the tag body stand for?

A

The tag body means Contains the main context of your webpage.

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

How to space lines in html?

A

you use the tag br to space lines when you don’t want one sentence to be so long.

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

how to make your text slanted?

A

you use the tag em.

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

What does the tag head mean?

A

it means information of your web page.

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