NEW
Font size
Worksheetssuperacion de año html 2025
Total questions: 15
Worksheet time: 11mins
correct way to attach an image
<img src="folder/image">
<image source="folder/image.jpg">
<img rel="folder/image.jpg">
<image link="folder/image.jpg">
<img src="folder/image.jpg">
This tag is used to insert a reference or link on the Web page.
<adress>
<footer>
<a href=>
<aside>
Dentro de estas etiquetas se encuentra todo el contenido visible de la página Web.
<html> y </html>
<head> y </head>
<body> y </body>
<!doctype HTML>
What do the initials HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks Text Markup Language
What should the file "home" of a site be called?
home.html
html
index.html
exercise.html
They are defined as code fragments that allow the creation of HTML elements
Tags
Attributes
Editor
Properties
In HTML, the title attribute is used to:
Define the title of the page.
Define the name of an element.
Provide additional information about an element.
Seleccione la respuesta correcta. Cuales son las etiquetas fundamentales que debe llevar toda programación en html.
<html>
<title>
<head>
<font>
<body>
<html>
<head>
<body>
<font>
<center>
<color>
<face>
<head>
<font>
<table>
<body>
What is the difference between a <h1> and a <h3> tag?
<h1> is bigger than <h3>
<h3> is bigger than <h1>
<h1> cannot be used for titles
<h3> cannot be used for titles
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
