HTML

HTML

7th Grade - Professional Development

7 Qs

quiz-placeholder

Similar activities

HTML & CSS Middle School

HTML & CSS Middle School

7th Grade

10 Qs

HTML

HTML

University

10 Qs

HTML  Basics Khan Academy - Day 1

HTML Basics Khan Academy - Day 1

6th - 8th Grade

8 Qs

7.2 Knowledge check

7.2 Knowledge check

9th Grade

10 Qs

HTML Quiz

HTML Quiz

10th Grade - Professional Development

10 Qs

HTML

HTML

University

10 Qs

SDA Review Questions 1 - 10

SDA Review Questions 1 - 10

7th Grade

10 Qs

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

HTML

HTML

Assessment

Quiz

Instructional Technology, Computers, Professional Development

7th Grade - Professional Development

Medium

Created by

Muhtad Shah

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What Does HTML Stands For?

HeroicText Master Language

HyperTest Markin Language

HopperText Mark Language

HyperText Markup Language

2.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

How To Print "Hello Quizizz"?

print "hello quizizz"

/p "hello quizziz"

<p> "hello quizziz"

print ("hello quizziz")

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Who's The Creator/Founder Of HTML?

Tim Berners Lee

Tin Berners Lee

Tim Burners Lee

Tim Burnor Li

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What Is A Tag?

Tags used are to place the content and format the pages.

Tags are used in variables to make arrays.

Tags are used in loops, divs, arrays and functions to print text only.

5.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

If you want to display some HTML data in a table in tabular format, which HTML tags will you use?

<input>

<table>

<div>

<caption>

<p>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Are Attributes?

An additional attribute is given to each tag to alter the behavior of the tag. Attributes are defined directly after the tag name, inside the angular brackets. They appear in opening tags and can never appear in closing tags.

For specifying the column properties for each column of the table.

Where ‘href’ is an attribute of the anchor tag used to identify the sections in a document, the ‘link’ is defined in the target attribute, which is to be linked.

A source of audio or video file to be displayed on the webpage is defined within an Embed tag.

defines the section of a document that contains information such as copyright or author’s information. It is designated with the <footer> tag.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What Is A Footer Tag?

The footer tag defines the section of a document that contains information such as copyright or author’s information. It is designated with the <footer> tag.

The footer tag represents an independent or self-contained part of the content of a document with the tag <article>.

It is used to define specific sections in a document such as a chapter, header, footer, or any other section, and is specified with the <section> tag.