HTML WW

HTML WW

11th Grade

10 Qs

quiz-placeholder

Similar activities

Tes Potensi Akademik 2

Tes Potensi Akademik 2

10th Grade - University

10 Qs

Мультимедиа на веб-страницах

Мультимедиа на веб-страницах

11th Grade

10 Qs

CARS

CARS

3rd Grade - University

15 Qs

ROZPOZNAWANIE CZTERODŹWIĘKÓW II

ROZPOZNAWANIE CZTERODŹWIĘKÓW II

10th - 12th Grade

10 Qs

Html tags

Html tags

1st - 12th Grade

15 Qs

Брзи тест - СА

Брзи тест - СА

11th Grade

5 Qs

Banner,Frame dan Menu dalam HTML

Banner,Frame dan Menu dalam HTML

1st Grade - Professional Development

15 Qs

MID Pemrograman Web dan Perangkat Bergerak

MID Pemrograman Web dan Perangkat Bergerak

11th Grade

5 Qs

HTML WW

HTML WW

Assessment

Quiz

Other

11th Grade

Easy

Created by

REBEKAH PRESORES

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the correct way to create a heading in HTML for the title "My Autobiography"?

<h1> My Autobiography <h1>

<heading1> My Autobiography </heading1>

<h1> My Autobiography </h1>

<header> My Autobiography </header>

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How do you properly add an image with specified width, height, and alternate text?

<img src="image.jpg" alt="Description" width="200" height="150">

<image src="image.jpg" alternate="Description" width="200" height="150">

<img src=image.jpg; width="200" height="150" alt="Description">

<img src="image.jpg" alt="Description" size="200x150">

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How do you make a paragraph text appear with a specific background color?

<p style="background-color: yellow">This is a paragraph.</p>

<p style="background-color: yellow;">This is a paragraph.</p>

<p background-color="yellow">This is a paragraph.</p>

     <background="yellow"><p>This is a paragraph.</p></background>

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How do you align Heading 1 and Paragraph 1 to the center?

<h1 align="center">Heading</h1><p align="center">Paragraph</p>

<h1 ="text-align: center;">Heading</h1><p="text-align: center;">Paragraph</p>

<h1 style="align: center;">Heading</h1><p style= “align: center;">Paragraph</p>

<h1 style="text-align: center;">Heading</h1><p style="text-align: center;">Paragraph</p>

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which tag is used to embed a YouTube video?

<iframe>

<video>

<a href>

<link>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the correct way to achieve this?

<del>This text</del> is underlined.

<ins>This text</ins> <del>is underlined.</del>

<del>This text</del> <ins>is underlined.</ins>

<s>This text</s> <u>is underlined.</u>

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How do you specify a font style for Heading 1 in HTML?

<h1 font="Arial">Heading</h1>

<h1 style="font-family: Arial;">Heading</h1>

<h1 style="font: Arial;">Heading</h1>

<h1 text-style="Arial">Heading</h1>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?