-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle.html
More file actions
21 lines (21 loc) · 796 Bytes
/
google.html
File metadata and controls
21 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="https://imgs.search.brave.com/3_NUMan-YYkeThCkHKukA0weXV2-_TWMlTBYIPfkqYs/rs:fit:500:0:1:0/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvY29tbW9ucy8y/LzI2L0hhbmR3cml0/dGVuLWdvb2dsZS5q/cGc" >
<br>
<input type="text">
<br>
<button>Google search</button>
<br>
<button>Felling lucky</button>
<a href="index.html">Read about mars</a>
<p>Check out more about mars <a href="https://science.nasa.gov/mars/" target = "_blank">here</a></p>
<p><a href="index.html" target="_self">Main page</a></p>
</body>
</html>