HTML 1 overview

HTML 1 overview

7th Grade

5 Qs

quiz-placeholder

Similar activities

Tech and Pop Culture Challenge

Tech and Pop Culture Challenge

7th Grade

10 Qs

SA_CP1

SA_CP1

6th - 8th Grade

10 Qs

Basic Logic & Programming pt.2

Basic Logic & Programming pt.2

6th Grade - University

10 Qs

8.11 Quiz

8.11 Quiz

7th Grade

10 Qs

Алгоритмдер әлемі

Алгоритмдер әлемі

7th Grade

10 Qs

Câu hỏi về các tình huống ứng xử trên mạngtrên mạng xã hội

Câu hỏi về các tình huống ứng xử trên mạngtrên mạng xã hội

7th Grade

5 Qs

Tin học 7- Bài 8: Công cụ hỗ trợ tính toán

Tin học 7- Bài 8: Công cụ hỗ trợ tính toán

7th Grade

4 Qs

Файлмен жұмыс туралы тест

Файлмен жұмыс туралы тест

7th 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="..">