In: Computer Science
8. Within the footer, place a link to
auto-call the company line: 800-685-2298.
Display the text: “Call Today” as a text link.
CODE:
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<footer>
<a href="tel:800-685-2298" data-rel="external">Call Today</a>
</footer>
</body>
</html>
Please upvote if you like my answer and comment below if
you have any queries or need any further
explanation.