“Atrybut HTML ID” Kod odpowiedzi

Atrybut HTML ID

<!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

Za pomocą atrybutu identyfikatora

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

Odpowiedzi podobne do “Atrybut HTML ID”

Pytania podobne do “Atrybut HTML ID”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu