Advertisement
Khang110

Các html tag bắt buộc có trong 1 page

Feb 25th, 2020
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Page Title</title>
  5.     </head>
  6.     <body>
  7.         <h1>The Main Heading</h1>
  8.  
  9.         <h2>A catchy subheading</h2>
  10.  
  11.         <p>First paragraph</p>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement