web designing (html) Flashcards

(30 cards)

1
Q

Q: HTML stands for:
A) Hyper Transfer Markup Language
B) Hyper Text Markup Language
C) High Text Markup Language
D) Hyper Text Machine Language

A

Hyper Text Markup Language

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

Q: Which tag is used to insert an image in HTML?
A) <picture>
B) <image>
C) <img></img>
D) <src></src></image></picture>

A

<img></img>

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

Q: Which tag is used to create a hyperlink?
A) <link></link>
B) <a>
C) <href>
D) <url></url></href></a>

A

<a></a>

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

Q: Which HTML tag is used to create a table?
A) <tab>
B) <row>
C) <table>
D) <tr></row></tab>

A

<table>
</table>

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

Q: Which language is used for client-side scripting?
A) C
B) Java
C) JavaScript
D) Python

A

JavaScript

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

________ is the standard language used to create web pages.

A

HTML

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

The <form> tag is used to create a ________ on a web page.

A

Form

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

The ________ attribute of <img></img> specifies the image location.

A

src

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

________ is used to design the appearance of web pages.

A

CSS

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

A ________ browser is used to view web pages.

A

Web

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

HTML is used to design web pages.

A

True

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

JavaScript is used for client-side scripting.

A

True

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

The <img></img> tag is used to create tables.

A

False

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

HTML forms are used to collect user data.

A

True

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

A web browser is used to edit HTML code.

A

False

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

Q: Which HTML tag is used to create a row in a table?
A) <td>
B) <th>
C) <tr>
D) <table>

17
Q

Q: Which tag is used to create a table heading?
A) <td>
B) <th>
C) <tr>
D) <head>

18
Q

Q: Which attribute is used to specify the destination of a hyperlink?
A) src
B) link
C) href
D) target

19
Q

Q: Which HTML tag is used to create a line break?
A) <break>
B) <br></br>
C) <lb>
D) <line></line></lb></break>

20
Q

Q: Which tag is used to create a text box in a form?
A) <textbox>
B) <text>
C) <input></input>
D) <form></text></textbox>

A

<input></input>

21
Q

The ________ tag is used to create a hyperlink in HTML.

22
Q

The ________ tag is used to insert an image in HTML.

23
Q

The ________ tag is used to create a table row.

24
Q

________ scripting language is used to make web pages interactive.

25
The ________ tag is used to create a table in HTML.
26
HTML uses tags to structure web pages.
True
27
tag creates a column in a table.
False
28
is used to define a table cell.
True
29
Forms are used to collect information from users.
True
30
JavaScript cannot be used in web pages.
False