Advertisement
rootUser

Lab1 (make image width and height to full page)

Nov 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.15 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>
  4.             FULL VIEW
  5.         </title>
  6.     </head>
  7.     <body> 
  8.         <img src="1.jpg" alt="NO IMAGE" height="100%" width="100%">
  9.     </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement