HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

quiz-placeholder

Similar activities

HTML

HTML

University

10 Qs

HTML Headings and Text

HTML Headings and Text

9th - 12th Grade

14 Qs

HTML Basics Exit Questions

HTML Basics Exit Questions

9th - 12th Grade

12 Qs

HTML BASIC 5 - 8 QUIZ

HTML BASIC 5 - 8 QUIZ

12th Grade

10 Qs

SciVis II Unit 3 E

SciVis II Unit 3 E

9th - 12th Grade

12 Qs

Daily Class Opener 01 - HTML and CSS Intro

Daily Class Opener 01 - HTML and CSS Intro

9th - 12th Grade

10 Qs

Web Design: Link, Image, List and Table

Web Design: Link, Image, List and Table

9th - 12th Grade

13 Qs

Week 2 - Quiz

Week 2 - Quiz

University

10 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