Checkpoint 221 - HTML Fundamentals

Checkpoint 221 - HTML Fundamentals

12th Grade

10 Qs

quiz-placeholder

Similar activities

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

การสร้างเว็บไซต์

การสร้างเว็บไซต์

KG - Professional Development

15 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML Introduction

HTML Introduction

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

HTML & CSS Basics

HTML & CSS Basics

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