HTML 1 overview

HTML 1 overview

7th Grade

5 Qs

quiz-placeholder

Similar activities

Python

Python

6th Grade - University

4 Qs

Limbaj_programare_3(date si expresii)

Limbaj_programare_3(date si expresii)

6th - 8th Grade

6 Qs

Soal Pilihan Ganda Sistem Komputer

Soal Pilihan Ganda Sistem Komputer

7th Grade

10 Qs

INFORMACIJSKO-KOMUNIKACIJSKA TEHNOLOGIJA

INFORMACIJSKO-KOMUNIKACIJSKA TEHNOLOGIJA

7th Grade

10 Qs

Câu lệnh điều kiện trong python

Câu lệnh điều kiện trong python

6th - 8th Grade

7 Qs

8.10 Introduction to CSS

8.10 Introduction to CSS

7th Grade

10 Qs

web quizz

web quizz

6th - 8th Grade

10 Qs

HTML básico

HTML básico

6th - 8th Grade

10 Qs

HTML 1 overview

HTML 1 overview

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

Steven Senjaya

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of these has a proper opening & closing HTML tag?

<p> Hello there <p>

<b> This is bold <b>

</p> This is a paragraph <p>

<p> This is a paragraph </p>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of these has the smallest heading?

h1

h2

h6

h100

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to use line break in HTML?

<line break>

<break>

<br>

<br> Break </br>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct description of the <head> tag?

The tag is used to define the body of the HTML document.
The tag contains the main content of the webpage.
The tag contains meta-information about the HTML document.
The tag is where the visible elements of the page are defined.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you add an image in HTML?

<image source="...">

<img src="..">

<img> src="..." </img>

<image src="..">