“Atributo de identificación de html” Código de respuesta

Atributo de identificación de html

<!DOCTYPE html>
<html>
<head>
<style>
#myHeader {
  background-color: lightblue;
  color: black;
  padding: 40px;
  text-align: center;
}
</style>
</head>
<body>

<h1 id="myHeader">My Header</h1>

</body>
</html>
Coding boy Hasya

Usando el atributo de identificación

<p id="demo"></p> // Using the id attribute
Important Ibis

Respuestas similares a “Atributo de identificación de html”

Preguntas similares a “Atributo de identificación de html”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código