“HTML -ID -Attribut” Code-Antworten

HTML -ID -Attribut

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

Verwenden des ID -Attributs

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

Ähnliche Antworten wie “HTML -ID -Attribut”

Fragen ähnlich wie “HTML -ID -Attribut”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen