forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDana HTML 1.html
More file actions
32 lines (31 loc) · 2.16 KB
/
Dana HTML 1.html
File metadata and controls
32 lines (31 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<title>Level 1</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<header>
<h1>Dogs and <sup>Cats</sup></h1>
</header>
<h4><i>Lovely Creatures</i></h4>
<h2>Dogs</h2>
<p>Our <b>DOGS</b> have always been our best friends, our loyal companions and most importantly, our family. <br>
So it’s only natural that we are completely fascinated by dog facts and information. <br>
We’re utterly besotted with our four-pawed friends and want to discover absolutely everything possible about them, <br>
so when we hear a dog fact it fills us with a sense of joy and wonder.</p>
<p><q>I think dogs are the most amazing creatures; they give unconditional love. For me, they are the role model for being alive.</q> – Gilda Radner</p>
<h3>Cats</h3>
<p>Having a <b>CAT</b> can mean different things to different people. Some want a cat to cuddle and sit on their laps; others are<br>
happy to live with a very independent cat which spends most of its time outside and doesn’t want too much human interaction.</p>
<p>What is important is that you try to find a cat that will interact with you if you want it to.
All cats are not the same and how<br> each individual cat behaves with you can depend on its inherent
personality and early experiences (or lack of experiences),
<br> which can make it fearful or confident with people and life in general.</p>
<p><q>The memories and paw print of a beloved cat remains in our heart and soul forever.</q> – Unknown</p>
<img src="https://s3.amazonaws.com/cdn-origin-etr.akc.org/wp-content/uploads/2017/11/26155623/Siberian-Husky-standing-outdoors-in-the-winter.jpg" alt="Husky">
<img src="https://besthousecatcare.com/wp-content/uploads/2020/05/Cats_Scottish_Fold_Glance_Snout_562936_2560x1440-1024x576.jpg" alt="Cat">
<footer><p>Copyright © 2021</p></footer>
</body>
</html>