GC Web Dev L1S12

GC Web Dev L1S12

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

แบบทดสอบ บทที่ 2 ปวช.2

แบบทดสอบ บทที่ 2 ปวช.2

8th Grade

10 Qs

HTML Headings Tags CSD

HTML Headings Tags CSD

6th - 8th Grade

10 Qs

Html

Html

6th Grade

10 Qs

HTML

HTML

7th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML Basics (Year 8)

HTML Basics (Year 8)

8th Grade

10 Qs

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

GC Web Dev L1S12

GC Web Dev L1S12

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

CampK12 Web

Used 59+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the full form of http?

hypertext transport protocol

hypertext transfer programme

hypertext transfer protocol

hypertext transport programme

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose odd one out:

<h1> Good Morning </h1>

<h4> Good Morning </h4>

<h6> Good Morning </h6>

<h7> Good Morning </h7>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to make the underlined text ?

<i>

<ul>

<u>

<underline>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <hr> tag in HTML is used for:

new line

new paragraph

vertical ruler

horizontal ruler

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS Property used to make the text bold is:

font-style

font-weight

font-size

font-bold

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to select the elements with their class name "container" ?

#container

container

$container

.container