-Annie-

ByTheCake(HTML)

Jan 29th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>By The Cake</title>
  5.     <meta charset="utf-8">
  6.     <meta name="description" content="Buy the cake in By the Cake">
  7.     <meta name="keywords" content="cakes, buy">
  8.     <meta name="author" content="Annie K.">
  9.     <link rel="stylesheet" type="text/css" href="http://localhost/styles.css">
  10. </head>
  11. <body>
  12.     <h1>By The Cake</h1>
  13.     <h2>Enjoy our awesome cakes</h2>
  14.     <hr>
  15.     <ul>
  16.         <li><a href="http://localhost/cgi-bin/Cake.exe">Home</a>
  17.             <ol>
  18.                 <li><a href="#cakes">Our Cakes</a></li>
  19.                 <li><a href="#stores">Our Stores</a></li>
  20.             </ol>
  21.         </li>
  22.         <li><a href="http://localhost/cgi-bin/AddCake.exe">Add Cake</a></li>
  23.         <li><a href="http://localhost/cgi-bin/BrowseCakes.exe">Browse Cakes</a></li>
  24.         <li><a href="#about-us">About Us</a></li>
  25.     </ul>
  26.     <h2>Home</h2>
  27.     <section>
  28.         <h3 id="cakes">Our Cakes</h3>
  29.         <p><strong><em>Cake</em></strong> is a form of <strong><em>sweet dessert</em></strong> that is typically baked. In its oldest forms, cakes were modifications of breads, but cakes now cover a wide range of preparations that can be simple or elaborate, and that share features with other desserts such as pastries, meringues, custards, and pies.</p>
  30.         <img src="http://localhost/images/cake1.jpg" alt="cake1" width="150" height="150">
  31.     </section>
  32.     <section>
  33.         <h3 id="stores">Our Stores</h3>
  34.         <p>Our stores are located in 21 cities all over the world. Come and see what we have for you.</p>
  35.         <img src="http://localhost/images/cake2.jpg" alt="cake2" width="150" height="150">
  36.         <h2 id="about-us">About Us</h2>
  37.         <dl>
  38.             <dt>By the Cake Ltd.</dt>
  39.             <dd>Company Name</dd>
  40.             <dt>Annie K.</dt>
  41.             <dd>Owner</dd>
  42.         </dl>
  43.         <pre>
  44.             <p>
  45. City: Hong Kong             City: Salzburg                        
  46. Address: ChoCoLad 18        Address: SchokoLeiden 73
  47. Phone: +78952804429         Phone: +49241432990
  48.             </p>
  49.         </pre>
  50.     </section>
  51.     <footer>
  52.         <hr>
  53.         <p>&copy; All Rights Reserved.</p>
  54.     </footer>
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment