GC Web Dev L1S12

GC Web Dev L1S12

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

ทบทวน HTML ครั้งที่ 1

ทบทวน HTML ครั้งที่ 1

8th Grade

10 Qs

Bootstrap-(start)

Bootstrap-(start)

6th Grade

11 Qs

Introducing HTML - One Words

Introducing HTML - One Words

8th Grade

10 Qs

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

HTML

HTML

6th Grade

11 Qs

CodeHS 8.1 Introduction to HTML

CodeHS 8.1 Introduction to HTML

7th - 10th Grade

10 Qs

HTML

HTML

8th Grade

10 Qs

HTML Introduction

HTML Introduction

8th - 9th 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