NEW
Font size
WorksheetsPÁGINAS WEB
Total questions: 10
Worksheet time: 4mins
Las etiquetas para iniciar y finalizar una página web son:
<body></body>
<head></head>
<html></html>
</html></html>
Las etiquetas de inicio y finalización del encabezado en la página web son:
<head></head>
<body></body>
</html><html>
<title></title>
Las etiquetas de inicio y finalización del cuerpo en la página web son:
<head></head>
<body></body>
</html><html>
<title></title>
Las etiquetas colocar el título de la pestaña de una página web son:
<body><title></title></body>
<head><title></title></head>
<html><title></title></html>
</html><title></title></html>
Para cambiar las características del texto en html se utilizan las etiquetas.
<center></center>
<texto></texto>
<font></font>
<letra></letra>
Para crear una tabla que tenga una sola fila y columna utiliza las etiquetas
<table></tr><td></td><tr></table>
<table><td><tr></tr></td></table>
<table><tr><td></td></tr></table>
<table><tr><td></td></tr><table>
La sigla HTML esta compuesta por las palabras
Hyper Markup Text Language
Hyper Text Markup Language
Language Hyper Markup Text
Hyper Language Text Markup
La sigla WWW esta compuesta por las palabras
WWW
World Web Wide
Web Wide World
World Wide Web
La sigla CSS corresponde a las palabras
Cascading Style Sheets
CSS
Cascading Sheets Style
Style Sheets Cascading
La forma correcta de centrar el título es:
TITULO<center></center>
<center></center>TITULO
<center>TITULO</center>
</center>TITULO<center>
