H&D IT Competition Elimination Round

H&D IT Competition Elimination Round

7th Grade

20 Qs

quiz-placeholder

Similar activities

SDA Chapter 2 Vocabulary

SDA Chapter 2 Vocabulary

7th - 9th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

HTML

HTML

7th - 9th Grade

19 Qs

The World Wide Web

The World Wide Web

7th - 9th Grade

21 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Computer Science Exam

Computer Science Exam

7th - 8th Grade

20 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

H&D IT Competition Elimination Round

H&D IT Competition Elimination Round

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Pamela Tagum

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ruby wants a little pop of color on her webpage. What tags should she use to change the text color of her webpage?

text = “color”

font color = “color name”

text color = “color name”

bgcolor = “color name”

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is part of HTML document basic structure that is used to indicate that text inside this tag will be displayed on the browser page?

<html> </html>

<head> </head>

<title> </title>

<body> </body>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mark is preparing his school website as part of his project, and he wanted to display text in a fixed-width font. What HTML tags should he use?

<blockquote> </blockquote>

<p> </p>

<pre> </pre>

<hn> /hn>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following table attributes is used to create tabular data such as table cell data or columns?

<table></table>

<tr></tr>

<td></td>

<th> </th>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is NOT part of text formatting in HTML?

<br>

<b> </b>

<u> </u>

<font></font>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following JavaScript code is used to create  new text on the web page followed by a line break?

   document.writeln()

    document.write()

  document.dispayln()

   document.dispaly()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following rules is creating variables is NOT true?

Variable names can contain uppercase characters, lowercase characters or a mixture of both.

JavaScript reserved words are allowed to use as variable names.

Variable names cannot start with a number.

Variable names cannot contain spaces or special character except underscore.

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?