set a Flashcards

1
Q

These tags used to provide the visual appearance to the text.

A

Physical tag

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

These tags used to add some logical or semantic value to the text.

A

Logical tag

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

HTML formatting tags.

A

<b>
<strong>
<i>
<em>
<mark>
<u>
<tt></tt></u></mark></em></i></strong></b>

<strike>


<del>
<ins>
<big>
<small>
</small></big></ins></del>
</strike>

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

This is a physical tag, which is used to bold the text written between it.

A

<b></b>

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

This is a logical tag, which tells the browser that the text is important.

A

<strong></strong>

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

This is a physical tag which is used to make text italic.

A

<i></i>

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

This is a logical tag which is used to display content in italic.

A

<em></em>

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

This tag is used to highlight text.

A

<mark></mark>

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

this tag is used to underline text written between it.

A

<u></u>

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

This tag is used to appear a text in teletype. (not supported in HTML5)

A

<tt></tt>

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

This tag is used to draw a strikethrough on a section of text. (Not supported in HTML5)

A

<strike>
</strike>

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

It displays the content slightly above the normal line.

A

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

It displays the content slightly below the normal line.

A

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

This tag is used to display the deleted content.

A

<del></del>

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

This tag displays the content which is added

A

<ins></ins>

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

this tag is used to increase the font size by one conventional unit.

A

<big></big>

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

This tag is used to decrease the font size by one unit from base font size.

A

<small></small>

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

Tag Attributes

A

width
height
direction
behavior
scrolldelay
scrollamount
loop
bgcolor
hspace
vspace

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

(Embeb) Tag attributes

A

Align
autostart
loop
playcount
hidden
width
height
name
src
volume

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

supported video types

A

.swf files
.wmv files
.mov files
.mpeg files

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

are the file types created by Macromedia’s Flash program.

A

.swf files

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

are Microsoft’s Window’s Media Video file types.

A

.wmv files

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

are Apple’s Quick Time Movie format.

A

.mov files

24
Q

are movie files created by the Moving Pictures Expert Group.

A

.mpeg files

25
Q

is a declaration that tells the browser what version of HTML the document is written in HTML 5

A

<!DOCTYPE html>

26
Q

is the root element of an HTML page.

A

<html>
</html>

27
Q

element contains a meta-information about the HTML page.

A

<head>
</head>

28
Q

tag defines the title of the document.

A

<title>
</title>

29
Q

element defines a large heading.

A

<h1>
</h1>

30
Q

tag defines the document’s body.

A

<body>
</body>

31
Q

HTML element represents a paragraph.

A

<p>
</p>

32
Q

element is a container for different types of input elements

A

<form>
</form>

33
Q

tag specifies an input field where the user can enter data.

A

<input></input>

34
Q

tag defines a clickable button.

A

<button></button>

35
Q

element is used to create a drop-down list.

A

<select></select>

36
Q

tag is used to embed an image in an HTML page

A

<img></img>

37
Q

tag is used to specify multiple media resources for media elements

A

<source></source>

38
Q

tag defines the relationship between the current document and an external resource.

A

<link></link>

39
Q

element is for grouping a collection of items that do not have a numerical ordering, and their order in the list is meaningless.

A

<ul>
</ul>

40
Q

HTML element represents an ordered list of items — typically rendered as a numbered list.

A

<ol>
</ol>

41
Q

tag defines a list item

A

<li>
</li>

42
Q

HTML element represents a description list.

A

<dl>
</dl>

43
Q

HTML element specifies a term in a description or definition list

A

<dt>
</dt>

44
Q

tag defines an HTML table

A

<table>
</table>

45
Q

HTML element defines a row of cells in a table.

A

<tr>
</tr>

46
Q

the Table Data Cell element.

A

<td>
</td>

47
Q

HTML element creates an inline text which is presented using the user agent’s default monospace font face.

A

<tt></tt>

48
Q

tag is used to define style information (CSS) for a document.

A

<style>

</style>
49
Q

tag defines a division or a section in an HTML document.

A

<div>
</div>

50
Q

is used to define a style for a single HTML page.

A

<css>
</css>

51
Q

tag defines a table caption.

A

<caption>
</caption>

52
Q

tag in HTML is used to define a footer of HTML document.

A

footer>

53
Q

tag is used to describe a term/name in a description list.

A

<dd>
</dd>

54
Q

tag is used to embed video content in a document, such as a movie clip or other video streams.

A

<video>
</video>

55
Q

This specifies the width of the marquee. This can be a value like 10 or 20% etc.

A

width

56
Q

This specifies the height of the marquee. This can be a value like 10 or 20% etc.

A

height

57
Q

tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc

A

<figure