Laboratory 2 : Exercise 2

First Page :

 <!DOCTYPE html>
<html>
<head>
<title>web design element</title>
</head>
<style>
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
</style>
</head>
<body>
<li>
  <li><a href="kucing.html">First page</a></li>
  <li><a href="kucing1.html">Second page</a></li>
</li>
<h3>A. First page</h3>
<h1>We're looking for an HTML and CSS developer</h1>
<img src ="kucing comel.png" style="width:760px;height:510px;">
<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 :

 <!DOCTYPE html>
<html>
<head>
<title>web design element</title>
</head>
<style>
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
</style>
</head>
<body>
<li>
  <li><a href="kucing.html">First page</a></li>
  <li><a href="kucing1.html">Second page</a></li>
</li>
<h3>A. First page</h3>
<h1>We're looking for an HTML and CSS developer</h1>
<img src ="kucing comel.png" style="width:760px;height:510px;">
<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>


Comments

Popular posts from this blog

FashionValet