Advertisement
sergAccount

Untitled

Feb 22nd, 2021
984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8.     <head>
  9.         <title>MY FIRST PAGE</title>
  10.         <meta charset="UTF-8">
  11.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12.     </head>
  13.     <body>
  14.         <!-- комментарий -->
  15.         <!--  тег h1 - задает заголовок-->
  16.         <h1>BLOCK HEADER!</h1>
  17.         <div>TODO write content sfsfsddsf</div>
  18.         <!--  тег h2 - задает заголовок второго уровня-->
  19.         <h2>BLOCK HEADER2!</h2>
  20.         <div>TODO write content sfsfsddsf</div>
  21.         <!-- кнопка - используем тег input -->
  22.         <input type="button" value="Привет!">
  23.         <p><b>Ваше имя:</b><br>
  24.         <input type="text" size="40">
  25.         </p>
  26.     </body>
  27. </html>
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement