inclusion css e img

322
alvaro 2023-12-15 16:46:55 -05:00
parent fa08e55846
commit b587b92bdf
1 changed files with 17 additions and 2 deletions

View File

@ -1,2 +1,17 @@
hola mundo
exit
<!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>Hola mundo</h1>
<div>
<h2>este es un h2</h2>
</div>
<div>
<h3>este un h3</h3>
</div>
</body>
</html>