Advertisement
stefan1919

The code of the homepage/to be updated/

Nov 1st, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>My first page!</title>
  4.         <link rel="stylesheet" type="text/css" href="layout 1.css"/>
  5.     </head>
  6.     <body>
  7.         <a href="https://bgprogrammer.wordpress.com/">
  8.               Go to the about me page!
  9.         </a>
  10.            &nbsp;
  11.         <a href="firstProgramContact.html">
  12.               Go to contacts
  13.         </a>
  14.         <hr></hr>
  15.         <h1>This is my first web page.</h1>
  16.         <h2>
  17.            This is the second heading.
  18.         </h2>
  19.         <p>
  20.            This is paragraph of text.
  21.         </p>
  22.         <p>
  23.           The second paragraph.
  24.         </p>
  25.         <a href="firstProgramContact.html">
  26.           <img src="bb1.png" width="50%" />
  27.         </a>
  28.         <h3>This is chess!</h3>
  29.         <ol>
  30.            <li>22.01.1996 - My Birthday</li>
  31.            <li>My town is Blagoevgrad!</li>
  32.         </ol>
  33.     </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement