Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigjay2708 authored Jul 19, 2023
1 parent 752afb1 commit 42a46aa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 05_links_images.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links and Images</title>
</head>
<body>
<p>
<a href="http://google.com">Click for google</a>
</p>
<p>
<a href="http://google.com" target="_blank ">Click for google</a>
</p>
<p>
<a href="/03_meta_tags.html" target="_blank">Meta tags</a>
</p>

<img src="/img/20150113_134433.jpg" alt="my image" width="100">

<img src="https://source.unsplash.com/random/200x200/?fruit" alt="where's my fruit?">

<img src="https://source.unsplash.com/random/200x200/?nature" alt="I need to get outside...">

<img src="https://source.unsplash.com/random/600x400/?boat" alt="Where's me vessel?">
</body>
</html>

0 comments on commit 42a46aa

Please sign in to comment.