Ad Code

If you click or tap on the page or redirect to another page, so sorry this is a technical issue. Please come back and read aur articles or post.

यदि आप पृष्ठ पर क्लिक या टैप करते हैं या किसी अन्य पृष्ठ पर रीडायरेक्ट करते हैं, तो क्षमा करें यह एक तकनीकी समस्या है। कृपया वापस आएं और हमारे लेख या पोस्ट पढ़ें।

What is a id in html.

 


WHAT IS A ID IN HTML


Q1.What is a id ?

ans. id is a special identifier.

EXAMPLE of a id powered by w3school

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



Post a Comment

0 Comments

Ad Code