
Problemas con los h1
Publicado por PMRuano (1 intervención) el 27/10/2022 20:39:51
He simplificado el tema al máximo: pongo un h1, sale de su tamaño, creo una "section", meto otro h1 dentro y me lo pone de menor tamaño... Magia?
Que pasa aquí? Gracias!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> HOLA A TODOS</h1>
<section>
<h1> COMO ESTAMOS?</h1>
</section>
</body>
</html>
Que pasa aquí? Gracias!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> HOLA A TODOS</h1>
<section>
<h1> COMO ESTAMOS?</h1>
</section>
</body>
</html>
Valora esta pregunta


0