Search Header Logo
html

html

Assessment

Presentation

Computers

10th Grade

Hard

Created by

Aleksandra Babic

Used 2+ times

FREE Resource

29 Slides • 34 Questions

1

media

2

Multiple Choice

What does HTML stand for?
1
Hypertext Making Language
2
Hyper Transfer Markup Language
3
Hypertext Markup Language
4
Hyper Transfer Making Language

3

Multiple Choice

HTML Language uses
1
Tabs
2
Tags
3
Punctuation
4
Quotations

4

media

5

media

6

media

7

media

8

media

9

media

10

Multiple Choice

The information to be displayed in the document must be inside the container:

1

<title>...</title>

2

<img>

3

<body>...</body>

4

<br>

11

Multiple Choice

This HTML tag defines that a document is a HTML5 file.
1
<!DOCTYPE html5> 
2
<!DOCTYPE html> 
3
<DOCTYPE html5> 
4
<!DOCTYPE_html> 

12

Multiple Choice

HTML tag that specifies the title for the document.
1
<title></title>
2
<head></head>
3
<head></head>
4
<html></html>

13

Multiple Choice

Which doctype is correct for HTML5?

1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN" "http://www.w3.org/TR/html5/strict.dtd">

2

<!DOCTYPE HTML5>

3

<!DOCTYPE html>

14

media

15

media

16

media

17

Match

Match the following HTML tags with the correct description

<head>

<!DOCTYPE html>

<html>

<h6>

Contains data about the webpage

Informs the browser the version of HTML

Container tag for all html in the page

Displays a very small heading

18

Multiple Choice

<p> </p>

1

paragraph tags

2

heading tags

3

hyperlink

4

picture tag

19

Multiple Choice

The correct way to write an h1 tag

1

<h1>Hello</h1>

2

<h1>"Hello

3

{h1}Hello{/h1}

4

<h1>Hello<h1>

20

Multiple Choice

HTML tags should always be enclosed in
1
Curly Braces { }
2
Angle Brackets < >
3
Parentheses ( )
4
Square Brackets [ ]

21

Multiple Choice

New heading tags can be added by using;
1
Letters (ie: ha; hb)
2
Numbers (i.e: h1; h2)
3
Quotations (ie: h'; h")
4
You can't do this

22

Multiple Choice

</p> is
1
punctuation tag
2
closing paragraph tag
3
closing punctuation tag
4
paragraph tag

23

Multiple Choice

Maximum tag number h:

1

2 - <h2>...</h2>

2

8 - <h8>...</h8>

3

1 - <h1>...</h1>

4

6 - <h6>...</h6>

24

Multiple Choice

Minimum tag number h:

1

1 - <h1>...</h1>

2

2 - <h2>...</h2>

3

6 - <h6>...</h6>

4

8 - <h8>...</h8>

25

media

26

media

27

media

28

media

29

media

30

Multiple Choice

the tag <IMG> would insert what into a web page?
1
Insert a title
2
Insert a link
3
Insert an image

31

Multiple Choice

Name an element which doesn't have a closing tag.
1
<img>
2
<head>
3
<body>
4
<p>

32

Multiple Choice

What is the correct syntax for inserting an image?
1
<image source="untitled.jpg"/>
2
<img src="untitled.jpg"/>
3
<src img="untitled.jpg"/>
4
<img scr="untitled.jpg"/>

33

Multiple Choice

What is the proper code to insert an image named "frog.jpg"?
1
<img src="frog" width="104" height="142">
2
<img="frog.jpg" width="104" height="142">
3
<img src="frog.jpg" width="104" height="142">
4
<img ="frog" width="104" height"142">

34

Multiple Choice

What is src stands for?

1

Attribute: Source

2

Attribute: Score

3

Attribute: Screen

4

Attribute: Style

35

media

36

media

37

media

38

media

39

media

40

Multiple Choice

Which of these tags will start a numberd list

1

<UL>

2

<LI>

3

<List>

4

<OL>

41

Multiple Choice

Which of these tags will add an item to a list

1

<Li>

2

</Li>

3

<L1>

4

<List>

5

<ul>

42

Multiple Choice

Which is the correct code for an ordered list?

1

<ol>

</li>bike<li>

</ol>

2

</ol>

<li>bike</li>

<ol>

3

<ol>

<li>bike<li>

</ol>

4

<ol>

<li>bike</li>

</ol>

43

Multiple Choice

What does UL stand for in HTML?

1

User Login

2

Universal Language

3

Unordered List

4

Underline Link

44

media

45

media

46

media

47

media

48

Tables are used to display data in a grid format.

Table Tags

media

49

Multiple Choice

Which tags start and finish an HTML table element?
1
<tab> </tab>
2
<table> <table>
3
<tr> </tr>
4
<table> </table>

50

Multiple Choice

Which of the following tags is used to create a heading within an HTML table?
1
<h1>
2
<head>
3
<th>
4
<h2>

51

Multiple Choice

What does <tr> mean?

1

Table right

2

Table row

3

Table record

4

Table rig

52

Multiple Choice

What does <td> mean?

1

Table device

2

Table draw

3

Table data

4

Table dominant

53

Multiple Choice

Which of the following can be added to an html document?
1
Tables
2
Hyperlinks
3
Lists
4
All of these

54

media

55

media

56

media

57

media

58

Multiple Choice

Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
1
Search engines
2
Websites
3
Web Browsers
4
Text editors

59

Multiple Choice

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

1

<head></head>

2

<div></div>

3

<img></img>

4

<head>

60

Multiple Choice

What would we use the <p> element for?

1

Paragraph

2

Picture

3

Passage

4

Print

61

Multiple Choice

What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
1
the content will be displayed in italic
2
the content will display an image
3
the content defines text inserted into a document

62

Multiple Choice

Which is the correct HTML element for inserting a line break?
1
<b>
2
<lb>
3
<br>
4
<break>

63

Multiple Choice

You should save HTML files with which file extension?
1
.htm
2
.index
3
.webpage
4
.html
media

Show answer

Auto Play

Slide 1 / 63

SLIDE