HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

quiz-placeholder

Similar activities

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

HTML - Basic : Grade 7

HTML - Basic : Grade 7

7th - 9th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

HTML Basics

HTML Basics

Assessment

Quiz

Computers

9th Grade - Professional Development

Hard

Created by

Gary Garot

Used 221+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which tag configures the next element or portion of text to display on a new line?

<line>

<nl>

<br>

<new>

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which tag is used to link web pages to each other?

<link> </link>

<hyperlink> </hyperlink>

<a href = "url of site"> </a>

<body> </body>

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which tag pair is used to create the largest heading?

<h1></h1>

<h9></h9>

<h type = "largest"></h>

<h6> </h6>

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the default horizontal alignment for elements on a webpage?

center

left

right

wherever you type them in the source code

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

When do you need to use an absolute link?

always

when link to a web page file on the same site

when linking to a web page on an external site

never

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a reason that the text contained of the title tag should be descriptive and include the name of the business or organization?

The title is saved by default when a visitor bookmarks a web page.

The title may be printed when a visitor prints a web page.

The title may be listed in search engine results.

All of above.

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In what section of the HTML document does the <style> element located if you are using embedded style?

title

header

nav

head

8.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which graphic format supports the best of GIF and JPEG?

GIF

JPEG

PNG

TIFF

9.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Why should you include height and width attributes on an <img> tag?

They are required attributes and must always

be included.

They help the browser render the page faster

because it reserves the appropriate space for

the image.

They help the browser display the image in its

own window.

none of the above