HTML

HTML

University

7 Qs

quiz-placeholder

Similar activities

UTS PG Internet1 L2425

UTS PG Internet1 L2425

University

11 Qs

HTML Essentials Quiz

HTML Essentials Quiz

University

11 Qs

Web Design Quiz

Web Design Quiz

University

10 Qs

introduction to HTML5

introduction to HTML5

University

9 Qs

Tags para formatação de texto de páginas web

Tags para formatação de texto de páginas web

University

10 Qs

Quiz Chapter 3.1 Web Design Technology

Quiz Chapter 3.1 Web Design Technology

University

10 Qs

фильтр 9кл-1

фильтр 9кл-1

9th Grade - University

12 Qs

html basics

html basics

8th Grade - University

11 Qs

HTML

HTML

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Amira Khater

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examples of non-semantic

img

span

table

article

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag tells the computer this is a document written in HTML.

<p>

<!DOCTYPE html>

<h1>

<html>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag contains all the main contents of your webpage.

<body>

<head>

<contents>

<p>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag defines a heading at the largest size.

<h20>

<h1>

<h3>

<h2>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Web pages starts with which of the following tag?

<form>

<Title>

<HTML>

<body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fundamental HTML Block is known as ___________.

HTML Element

HTML Attribute

HTML Body

HTML Tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An " Empty Tag" contains

Break Tag

Both Starting Tag and Ending Tag

Only Ending Tag

Only Starting Tag