demo-tdm1/index.html

15 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Titulo de la pagina</h1>
<p>esto es un parrafo</p>
<button>Hola</button>
<button>Este es otro botón</button>
</body>
</html>