wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

superacion de año html 2025

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

correct way to attach an image

a)

<img src="folder/image">

b)

<image source="folder/image.jpg">

c)

<img rel="folder/image.jpg">

d)

<image link="folder/image.jpg">

e)

<img src="folder/image.jpg">

2.

This tag is used to insert a reference or link on the Web page.

a)

<adress>

b)

<footer>

c)

<a href=>

d)

<aside>

3.

Dentro de estas etiquetas se encuentra todo el contenido visible de la página Web.

a)

<html> y </html>

b)

<head> y </head>

c)

<body> y </body>

d)

<!doctype HTML>

4.

What do the initials HTML stand for?

a)

Hyper Text Markup Language

b)

Home Tool Markup Language

c)

Hyperlinks Text Markup Language

5.

What should the file "home" of a site be called?

a)

home.html

b)

html

c)

index.html

d)

exercise.html

6.

They are defined as code fragments that allow the creation of HTML elements

a)

Tags

b)

Attributes

c)

Editor

d)

Properties

7.

In HTML, the title attribute is used to:

a)

Define the title of the page.

b)

Define the name of an element.

c)

Provide additional information about an element.

8.

Seleccione la respuesta correcta. Cuales son las etiquetas fundamentales que debe llevar toda programación en html.

a)

<html>

<title>

<head>

<font>

<body>

b)

<html>

<head>

<body>

c)

<font>

<center>

<color>

<face>

d)

<head>

<font>

<table>

<body>

9.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
10.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
11.

What is the difference between a <h1> and a <h3> tag?

a)

<h1> is bigger than <h3>

b)

<h3> is bigger than <h1>

c)

<h1> cannot be used for titles

d)

<h3> cannot be used for titles

12.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
13.
HTML tags are enclosed with in which of the following brackets?
a)
Curly brackets {}
b)
brackets ()
c)
square brackets []
d)
angular brackets <>
14.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
15.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>