LAB 2 - EXERCISE 2
First Page
<html>
<head>
<body>
<title>Page title</title>
</head>
<body>
<h1>We're looking for an HTML and CSS developer</h1>
<img src="/images/cat.jpg">
<p>For our client,The Cat Factory, <b> we need a skilled web developer in HTML and CSS.</b> We offer a competitive salary, a bag of cat food and toys.</p>
<p>Don't wait, apply now! Our crazy team is waiting for you right meow!</p>
</body>
</html>
Second page
<html>
<head>
<body>
<title>Page title</title>
</head>
<body>
<h1>Justin Biever: Ever since I learned HTML, my life has made a complete 180</h1>
<p>Posted by: Damian Wielgosik</p>
<p> Justin Beaver confessed something that even his greates fans would have never expected of the skilled musicians and lyricist.The young rock-and-roller admitted that since he typed his first title tag, his life became easier. It has been reported by those surrounding the Canadian that Beaver's private mentors, Ryan Loseling and Nicolas Crate, often walk around Los Angeles disputing what a great tool the HTML validator is.</p>
<figure>
<img src="/images/cat2.jpg">
<figcaption> Justin Beaver's happy cat</figcaption>
</figure>
<p>Beaver has already created some websites and does not intend to stop there."I will probably have a song about HTML on my next album,"-the artist added.
</body>
Page title
For our client,The Cat Factory, we need a skilled web developer in HTML and CSS. We offer a competitive salary, a bag of cat food and toys.
Don't wait, apply now! Our crazy team is waiting for you right meow!
</html>
<html>
<head>
<body>
<title>Page title</title>
</head>
<body>
<h1>We're looking for an HTML and CSS developer</h1>
<img src="/images/cat.jpg">
<p>For our client,The Cat Factory, <b> we need a skilled web developer in HTML and CSS.</b> We offer a competitive salary, a bag of cat food and toys.</p>
<p>Don't wait, apply now! Our crazy team is waiting for you right meow!</p>
</body>
</html>
Second page
<html>
<head>
<body>
<title>Page title</title>
</head>
<body>
<h1>Justin Biever: Ever since I learned HTML, my life has made a complete 180</h1>
<p>Posted by: Damian Wielgosik</p>
<p> Justin Beaver confessed something that even his greates fans would have never expected of the skilled musicians and lyricist.The young rock-and-roller admitted that since he typed his first title tag, his life became easier. It has been reported by those surrounding the Canadian that Beaver's private mentors, Ryan Loseling and Nicolas Crate, often walk around Los Angeles disputing what a great tool the HTML validator is.</p>
<figure>
<img src="/images/cat2.jpg">
<figcaption> Justin Beaver's happy cat</figcaption>
</figure>
<p>Beaver has already created some websites and does not intend to stop there."I will probably have a song about HTML on my next album,"-the artist added.
</body>
We're looking for an HTML and CSS developer
For our client,The Cat Factory, we need a skilled web developer in HTML and CSS. We offer a competitive salary, a bag of cat food and toys.Don't wait, apply now! Our crazy team is waiting for you right meow!
</html>
Comments
Post a Comment