Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <link href="style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="listy">
- <ol>
- <li> Piotr Kowalski </li>
- <li> Małgorzata Zdun </li>
- <li> Sebastian Pietrykowski </li>
- </ol>
- <hr>
- <ul>
- <li> CV </li>
- <li> List motywacyjny </li>
- <li> Załączniki:
- <ol>
- <li> Certyfikaty </li>
- <li> Świadectwo pracy </li>
- <li> Dyplom ukończenia studiów </li>
- </ol>
- </li>
- </ul>
- <hr>
- </div>
- <div id="formularze">
- <form>
- <fieldset>
- <legend>Osoba</legend>
- <label for="imie">Imie: </label>
- <input type="text" id="imie">
- <label for="nazwisko">Nazwisko: </label>
- <input type="text" id="nazwisko">
- </fieldset>
- <label for="data-ur">Data urodzenia:</label>
- <input type="date" id="data-ur">
- <button type="reset">Resetuj</button>
- <button type="submit">Wyślij</button>
- </form>
- <hr>
- <hr>
- <h1>Aplikuj już dziś</h1>
- <hr>
- </div>
- <script src="script.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment