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