An unvisited Link is Underlined and Blue / एक परिकल्पित लिंक रेखांकित किया गया होता है और वह नीला होता है *
True / ਸਹੀ / सही
False / ਗਲਤ / गलत
Answers
Answered by
0
false sjushedhdkdjsjsjsuisis
Answered by
0
True
Explanation:
- HTML links are known as hyperlinks.
- These links are used to navigate to other websites or pages.
- Syntax: <a href="url">Text to display on link</a>
- The unvisited link in HTML is underlined and blue.
- If that link is visited, it will become underlined and purple.
- Example:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h2>Links</h2>
<p>Click here to go to Brainly: <a href="https://brainly.in/">Brainly</a> </p>
</body>
</html>
Refer the attached image for the output of this code.
So, unvisited link will be underlined and blue.
Attachments:
Similar questions