Checkpoint 221 - HTML Fundamentals

Checkpoint 221 - HTML Fundamentals

12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

HTML BASIC 5 - 8 QUIZ

HTML BASIC 5 - 8 QUIZ

12th Grade

10 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

15 Qs

Web Design: Pop Quiz

Web Design: Pop Quiz

10th - 12th Grade

10 Qs

HTML Basics Exit Questions

HTML Basics Exit Questions

9th - 12th Grade

12 Qs

HTML Lessons 1-2

HTML Lessons 1-2

9th - 12th Grade

15 Qs

Checkpoint 221 - HTML Fundamentals

Checkpoint 221 - HTML Fundamentals

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jonathan Saurine

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of HTML?

To perform computations on web pages

To create server-side scripts

To structure and display content on the web

To style web pages with colors and fonts

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink in HTML?

<head>

<a>

<img>

<href>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'alt' attribute in an <img> tag specify?

The alternative text for the image

The alignment of the image

The animation of the image

The aspect ratio of the image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a semantic HTML tag?

<div>

<img>

<a>

<h1>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order of tags for a basic HTML document structure?

<html>, <body>, <head>, <title>

<head>, <title>, <html>, <body>

<html>, <head>, <title>, <body>

<title>, <html>, <head>, <body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define a paragraph in HTML?

<para>

<p>

<h>

<head>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <form> tag in HTML?

To gather user input

To link to external stylesheets

To embed multimedia

To create a table