wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Basics and CSS Intro

Total questions: 78

Worksheet time: 43mins

Name
Class
Date
1.

Which HTML tag is used to create the largest heading?

a)

<h2>

b)

<img>

c)

<heading>

d)

<h1>

2.

Which HTML element displays an image?

a)

<img>

b)

<ul>

c)

<ol>

d)

  • <a>

3.

Which of the following is the correct way to add a paragraph?

a)

A) <paragraph> My Paragraph </paragraph>

b)

B)

<p>This is my paragraph.</p>

c)

C) <h1>My Paragraph</h1>

d)

D) <img>My Paragraph</img>

4.

The HTML tag for creating a paragraph is ______.

a)

<a>

b)

<p>

c)

<ul>

d)

<img>