Search Header Logo

CHS Cert Practice test part 3

Authored by Dyta Laing

Computers

9th - 12th Grade

Used 1+ times

CHS Cert Practice test part 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tag is used to add a row in a table?

<th>

<td>

<tr>

<tt>

Answer explanation

In HTML, <tr> tag is used to create a row in the table. <th> tag is used to set the header cell of a table.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS Property controls how an element is positioned?

static

position

fix

set

Answer explanation

Position property controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the normal flow of the document. When set to relative, the element is moved relative to its position in the normal flow, but a space is left where it would normally have been. The default value, static, means the element remains in the normal flow and is not positioned.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the work of <address> element in HTML5?

contains IP address

contains home address

contains url

contains contact details for author

Answer explanation

Media Image

The contact details for author of a page is specified by <address> attribute. The content is often displayed in italics,

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to create a text area in HTML Form?

<textarea> </textarea>

<text></text>

<input type=”text” />

<input type=”textarea” />

Answer explanation

The text area tag (<textarea>) is used in a form to declare a text area element. It allows the user to enter text in multiple rows.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS selector selects the elements that are checked?

:checked

E ~ F

::after

none of the mentioned

Answer explanation

Media Image

:checked selector selects the elements that are checked.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an appropriate value for the overflow element?

scroll

hidden

auto

all of the mentioned

Answer explanation

Media Image

Overflow of a div or a container can have the following values:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To show deleted text, which HTML element is used?

<del>

<em>

<strong>

<ins>

Answer explanation

Media Image

<strong> element shows the importance of text/paragraph between it’s tags. <em> element indicates emphasis, browser will show the contents of <em> element in italic. <ins> element shows the content that has been inserted, usually it has underline. <del> element shows text that has been deleted from, usually it has a line through the content.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?