Advertisement
Priyanshu_Gupta

class 1

Oct 28th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.08 KB | None | 0 0
  1. <!-- Tag -->
  2. <!-- head -->
  3. <!-- body -->
  4. <!-- heading -->
  5. <!-- paragraph -->
  6. <!-- image link -->
  7. <!-- table -->
  8. <!-- form -->
  9.  
  10. <html>
  11.  
  12. <head>
  13.     <title>my Company</title>
  14. </head>
  15.  
  16. <body>
  17.     <!-- Heading -->
  18.     <h1>My Company</h1>
  19.     <h1>Headind 1</h1>
  20.     <h1>Headind 2</h1>
  21.     <!-- This line is very important,can't delete. -------- Comment -->
  22.     <h1>Headind 3</h1>
  23.     <h1>Headind 4</h1>
  24.     <h1>Headind 5</h1>
  25.  
  26.     <!-- Paragraph  -->
  27.     <h1>My Website -</h1>
  28.     <p>This is paragrafh line. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quas ex, placeat accusantium
  29.         molestias inventore veritatis! Labore,<b>quibusdam a enim sequi nostrum</b>  sint autem cupiditate molestiae adipisci
  30.         magni minima <b>libero temporibus </b> <u>necessitatibus</u> <i>itaque culpa iste</i>   eum praesentium expedita eaque provident maiores
  31.         voluptatibus sed. Fuga, sint saepe excepturi aperiam error expedita placeat?</p>
  32.  
  33.     <!-- Image Link -->
  34.     <img src="Koala.jpg" alt="@error loading" height="300" width="300">
  35.    
  36.  
  37. </body>
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement