Advertisement
shakhawatt

hyperlink html

Oct 7th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <head>
  5. <h1>This is a hyperlinked page</h1>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <p style= "color: red;">
  11. this is a paragraph 1
  12. </p>
  13.  
  14. <p>
  15. <a href="https://cesc.edu.bd/"> CESE WEBSITE</a>
  16. </p>
  17.  
  18. <p>
  19. <a href="https://youtube.com/"> YOUTUBE</a>
  20. </p>
  21.  
  22. <p>
  23. <a href="https://fb.com/"> FACEBOOK</a>
  24. </p>
  25.  
  26. </body>
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement