Quiz 1 E-Commerce

Quiz 1 E-Commerce

University

8 Qs

quiz-placeholder

Similar activities

Programación Web

Programación Web

1st Grade - University

10 Qs

Basic HTML Concepts

Basic HTML Concepts

University

10 Qs

HTML Basics

HTML Basics

University

10 Qs

QUIZ WEEK 1: HTML

QUIZ WEEK 1: HTML

University

11 Qs

Pautan Teks dan Imej dalam HTML

Pautan Teks dan Imej dalam HTML

1st Grade - University

5 Qs

HTML

HTML

KG - Professional Development

8 Qs

HTML, CSS QUIZ

HTML, CSS QUIZ

University

10 Qs

Tech Time

Tech Time

KG - Professional Development

5 Qs

Quiz 1 E-Commerce

Quiz 1 E-Commerce

Assessment

Quiz

Other

University

Medium

Created by

Omnia Elrashidy

Used 10+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which HTML tag is called the root element of an HTML document?

<body>

<html>

<head>

<doctype>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Apart from <i> tag, which of the following tag is used to render a text in italics?

<em>

<strong>

<b>

None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following tags doesn’t require a closing tag?

<br>

<hr>

Both A and B

None of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

We enclose HTML tags within?

{ }

< >

! !

None of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which tag is used to create a hyperlink?

  • <a>

  • <img>

  • <dl>

  • <link>

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the HTML attribute used to reference the location of an image inside the <img> tag?

src

  • href

  • link

  • location

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

HTML document can contain ___.


Tags

Plain Text

Attributes

All the above

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following elements in HTML5 defines video or movie content?

<video>

<movie>

<audio>

<media>