H&D IT Competition Elimination Round

H&D IT Competition Elimination Round

7th Grade

20 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML

HTML

7th - 12th Grade

17 Qs

HTML Basics

HTML Basics

6th - 8th Grade

20 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

Html_Tables

Html_Tables

3rd - 12th Grade

17 Qs

HTML5 Basics

HTML5 Basics

7th - 10th 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?