HTML Flashcards

1
Q

what code will make non-breaking space?

A

&nbsp

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

what code will make non-breaking space?

A

&nbsp

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

how to make a button?

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

form

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

break lines

A

<br></br>

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

strong

A

<strong></strong>

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

script language

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

site for more info

A

www.w3schools.com

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

how to make a button?

A

[input type=’button’ value=’display’ onclick=”display();”]

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

form

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

break lines

A

<br></br>

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

strong

A

<strong></strong>

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

script language

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

site for more info

A

www.w3schools.com

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

what does html stand for?

A

hyper text markup language

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

who created html and when?

A

Berners-Lee in late 1991

but the HTML 2.0 was the first standard HTML published in 1995.

17
Q

which HTML was published in 1999

A

HTML 4.01

18
Q

which HTML was published in 2012

A

HTML-5

which is an extension to HTML 4.01

19
Q

what does hypertext mean?

A

this refers to the way in which web pages are linked together
thus the link available on a webpage are called hypertext.