Advertisement
irmantas_radavicius

Untitled

Jan 7th, 2022
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>My heading</title>
  5. </head>
  6. <body>
  7.     <h1>Heading 1</h1>
  8.     <p>
  9.         My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text.
  10.     </p>
  11.     <p>
  12.         <a href="https://www.google.com/">Google</a>           
  13.         <a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia</a>
  14.     </p>
  15.     <h2>Heading 2</h2>
  16.     <p>
  17.         <img src="https://www.pngitem.com/pimgs/m/162-1628989_computer-clipart-transparent-free-transparent-background-computer-clipart.png" width="200" alt="Computer">
  18.     </p>
  19.     <p>
  20.         My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text <a href="https://www.merriam-webster.com/dictionary/importance">very very important</a> and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text.
  21.     </p>
  22.     <h3>Heading 3</h3>
  23.     <p>
  24.         My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text.
  25.     </p>
  26.     <h1>Heading 4</h1>
  27.     <p>
  28.         My text my text very very important and nice text. My text my text very very important and nice text. My text my text very very important and nice text.
  29.     </p>
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement