vonko1988

CSS_layout_homework_task3.html

Feb 16th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title>Task3</title>
  7. </head>
  8. <body>
  9.     <div id="window">
  10.         <header>
  11.             <form name="login">
  12.                 <img src="comp.png" alt="comp" />
  13.                 <label for="name">member login:</label>
  14.                 <input type="text" id="name" name="name" value="Your name" required="required" />
  15.                 <input type="text" id="email" name="email" value="Email Id" required="required" />
  16.                 <input type="submit" name="submit" value="GO" />
  17.                 <link type="text/css" rel="stylesheet" href="task3.css" />
  18.             </form>
  19.         </header>
  20.         <section>
  21.             <h1>about total managment?</h1>
  22.             <article>
  23.                 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard
  24.                     dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen
  25.                     book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
  26.                     It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently
  27.                     with desktop publishing software like Aldus PageMaker including versions of <a href="https://google.com">"Google" </a>.
  28.                     It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
  29.                     The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
  30.                     content here', making it look like readable English.
  31.             </article>
  32.         </section>
  33.     </div>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment