Advertisement
Patrikrizek

lesson-4-about.html

Apr 28th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <!-- Rename the title accordingly -->
  8.     <title>About</title>
  9. </head>
  10. <body>
  11.     <!-- Your content here -->
  12.     <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Similique, numquam ex quos non debitis facilis earum perspiciatis maxime dicta sint.</p>
  13.  
  14.     <!-- The link to the next page / file named "index.html" -->
  15.     <!-- Use realtive path for a links within internal files. -->
  16.     <a href="/lesson-4/index.html">Home</a>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement