# Text and link

Preview Full HTML

index.html









 
 




<html>

<head>
    <title>Task2</title>
</head>

<body>
    <h1>Hello</h1>
    <p>My name is ...</p>
    <a href="https://google.com">click here to Google.com</a>

</body>

</html>
1
2
3
4
5
6
7
8
9
10
11
12
13