1 Crore+ students have signed up on EduRev. Have you? Download the App |
Which of the following tags is used to define the header of an HTML document?
Which attribute is used to specify the URL of an external stylesheet file in HTML?
Which attribute is used to specify the size of an input field in HTML?
<!DOCTYPE html>
<html>
<body>
<h1 id="title">Welcome to my website!</h1>
<script>
document.getElementById("title").style.color = "red";
</script>
</body>
</html>
What is the purpose of the above HTML code?
20 videos|15 docs|2 tests
|
20 videos|15 docs|2 tests
|