Advertisement
Guest User

index.html

a guest
May 25th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.18 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <title> Seattle Web Design </title>
  4. <head>
  5. <link href="style.css" type="text/css" rel="stylesheet" />
  6. <style>
  7.     h2 {
  8.     color: black;
  9.     }
  10.     span {
  11.     text-decoration: underline;
  12.     font-weight: bold;
  13.     opacity: 1;
  14.     }
  15. </style>
  16. </head>
  17. <body>
  18.     <header>
  19.         <nav>
  20.             <h1> page: HOME </h1>
  21.            
  22.             <ul>
  23.                 <li><a class="tab-btn" href="#">Home</a></li>
  24.                 <li><a class="tab-btn" href="about.html">About</a></li>
  25.                 <li><a class="tab-btn" href="start.html">Getting Started</a></li>
  26.                 <li><a class="tab-btn" href="classes.html">Classes</a></li>
  27.                 <li><a class="tab-btn" href="races.html">Races</a></li>
  28.                 <li><a class="tab-btn" href="contact.html">Contact me<a></li>
  29.                
  30.     </header>
  31.     <div id="main">
  32.         <h2> Welcome!</h2>
  33.         <p>
  34.             Pro Web is a Web Design Company that provides services for small or large business around King County.
  35. Many people do not put enough effort and thought into their web sites. Meaning all that detail is not there and does not put the professionalism in their business that could help them out.
  36. One of those details could be Logos that represents the whole business in any way,and that is where we come in to help!
  37.         </p>
  38.         <br/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement