Computer scienceFrontendHTMLHTML element categories

Inline elements

Adding a link

Report a typo

Add a link to the document below, with the url https://google.comand the text Google.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Link</title>
</head>
<body>
<!-- Add the link here -->
</body>
</html>

Completed 1 of 4
Use the desired tag to define the link
Use the right attribute to specify the url
___

Create a free account to access the full topic