<!DOCTYPE html>
<html lang="es-co">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML ONE</title>
</head>
<body>
<header>
<img src="data:image/jpeg" alt="Logotipo ONE">
</header>
<main>
<h1>Curso de HTML de Oracle Next Education</h1>
<h2>¿Qué es HTML?</h2>
<p>
<strong>HTML</strong> (Lenguaje de Marcas de Hipertexto, del inglés HyperText Markup Language) es el componente más básico de la Web.
Define el significado y la estructura del contenido web.
<strong>Una de las principales funciones de HTML es dar al texto estructura y significado</strong> (también conocido como semántica),
de forma que un navegador pueda mostrarlo correctamente.
</p>
<img src="https://play-lh.googleusercontent.com/RslBy1o2NEBYUdRjQtUqLbN-ZM2hpks1mHPMiHMrpAuLqxeBPcFSAjo65nQHbTA53YYn=w240-h480-rw" alt="Imagen de HTML5">
<a href="https://www.w3schools.com/html/">W3schools</a>
<footer>
<p>Autor: Juan Carlos Lujan N.</p>
</footer>
</body>
</html>