wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MTA HTML CSS Session 1

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.

A tool used to put placeholders in for text that will need to be added later to a webpage. It can also be used to explain parts of a webpage that do not display in a browser but will appear in a text editor. It will help any collaborative efforts to build a website.

a)

Comment

b)

Metadata

c)

Element

d)

Body Tag

2.

A type of tag used to embed metadata in CSS.

a)

Metadata

b)

HTML Tag

c)

Meta Tag

d)

Head Tag

3.

This is not an HTML tag. It is "information" directed to the browser about what kind of document to expect.

a)

HTML Comment

b)

JavaScript

c)

DOCTPYE Declaration

d)

NoscriptTag

4.

A tag which notifies the user if their browser does not support the programming language that is currently in use.

a)

Body Tag

b)

NoscriptTag

c)

Link Tag

d)

Script Tag

5.

Some characters are reserved in HTML, to display there must be a & and a ; or &# and ;

a)

Element

b)

Head Tag

c)

Entities

d)

Link Tag

6.

A tag which contains everything that displays on the webpage. Most of the tags used in CSS are placed inside of a body tag.

a)

Body Tag

b)

HTML Tag

c)

NoscriptTag

d)

Link Tag

7.

A tag which contains data that makes up a webpage.

a)

Body Tag

b)

Link Tag

c)

Html Tag

d)

Head Tag

8.

Hypertext Markup Language 5 (HTML5) is a type of markup language used to build and present content on the Internet.

a)

Head Tag

b)

HTML5

c)

HTML Comment

d)

Tag

9.

A tool used in CSS to describe items and elements and their usage.

a)

Head Tag

b)

HTML Tag

c)

Meta Tag

d)

Metadata

10.

Added to HTML by using the following syntax: <!-- Write here --> and can be used as a debugging tool to look for errors.

a)

NoscriptTag

b)

Head Tag

c)

JavaScript

d)

HTML Comment

11.

A tag the ends a section of page content, always proceeding the element with /.

a)

Closing Tag

b)

NoscriptTag

c)

Link Tag

d)

Script Tag

12.

A tag which allows web designers to link to external files, such as style sheets and scripts.

a)

Link Tag

b)

Html Tag

c)

Body Tag

d)

Script Tag

13.

A type of style sheet language which is used in web design to describe the presentation of a document that is written in a markup language, such as HTML5. It is the code used to format the text in a webpage.

a)

Tag

b)

Meta Tag

c)

Comment

d)

CSS

14.

The dynamic aspect of webpage building where scripts are used to manipulate objects based on an event.

a)

Entities

b)

JavaScript

c)

NoscriptTag

d)

Script Tag

15.

A tag which is used to hold programming scripts for programming languages.

a)

Closing Tag

b)

NoscriptTag

c)

Link Tag

d)

Script Tag

16.

Structured web page content defined by a start tag, some content, and an end tag

a)

Metadata

b)

Entities

c)

Comment

d)

Element

17.

A command within an HTML document that specifies the formatting of the document or a portion of that document.

a)

Body Tag

b)

Link Tag

c)

Tag

d)

Head Tag

18.

A tag type which contains information that describes the webpage but does not show on the webpage.

a)

Body Tag

b)

Html Tag

c)

Head Tag

d)

Link Tag