Computer Science 3rd 9 Weeks Exam

Computer Science 3rd 9 Weeks Exam

8th Grade

54 Qs

quiz-placeholder

Similar activities

ICT-software and HTML

ICT-software and HTML

6th - 8th Grade

59 Qs

CODIGO HTML REPASO GENERAL

CODIGO HTML REPASO GENERAL

8th Grade

49 Qs

HTML

HTML

8th Grade - University

50 Qs

HTML_Assessment

HTML_Assessment

7th - 9th Grade

52 Qs

HTML

HTML

8th Grade

54 Qs

CF1 3rd 9weeks Test

CF1 3rd 9weeks Test

7th - 8th Grade

50 Qs

Fundamental of Website and Software Development Exam

Fundamental of Website and Software Development Exam

6th - 8th Grade

52 Qs

y8 end of year exam

y8 end of year exam

8th Grade

56 Qs

Computer Science 3rd 9 Weeks Exam

Computer Science 3rd 9 Weeks Exam

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Thomas Thompson

Used 3+ times

FREE Resource

54 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid HTML tag?

h1

<>

<h1>

>h1<

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is an example of metadata about a webpage?

The title of the webpage

The body of the webpage

An

tag on the webpage

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the <br>
tag?

Create a line break on the resulting webpage

Create a horizontal line on the resulting webpage

Italicize text

Bold text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct HTML code to create a hyperlink that displays Click Me and links to google.com?

<a href="https://google.com">

    Click Me

</a>


<a href="Click Me">

    https://google.com

</a>


<a>

Click Me

</a href=”https://google.com”>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of HTML code will insert an image into a webpage?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets would produce the following web page: - Apples - Bananas - Oranges

<ul>

Apples

Bananas

Oranges

</ul>

<ol>

Apples

Bananas

Oranges

</ol>

<ul>

<li>Apples

<li>Bananas

<li>Oranges

</ul>

<ol>

<li>Apples

<li>Bananas

<li>Oranges

</ol>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags defines a table row?

<table>

<tr>

<th>

<td>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?