Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- To change this license header, choose License Headers in Project Properties.
- To change this template file, choose Tools | Templates
- and open the template in the editor.
- -->
- <html>
- <head>
- <title>MY FIRST PAGE</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- </head>
- <body>
- <!-- комментарий -->
- <!-- тег h1 - задает заголовок-->
- <h1>BLOCK HEADER!</h1>
- <div>TODO write content sfsfsddsf</div>
- <!-- тег h2 - задает заголовок второго уровня-->
- <h2>BLOCK HEADER2!</h2>
- <div>TODO write content sfsfsddsf</div>
- <!-- кнопка - используем тег input -->
- <input type="button" value="Привет!">
- <p><b>Ваше имя:</b><br>
- <input type="text" size="40">
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement