Advertisement
shawonrog

WebEngineering_class_1

Jan 18th, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>First class</title>
  5. </head>
  6.  
  7. <body style="background-image: url('https://images.pexels.com/photos/1250260/pexels-photo-1250260.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'); background-repeat: no-repeat; background-size: cover;   color: white;">
  8.  
  9. <code>
  10.     int main();{ <br>
  11.     Printf("Hello world!");<br>}
  12. </code>
  13. <br>
  14. <br>
  15.  
  16. <form>
  17.  
  18. <label>Name</label>
  19. <input type="text"/> <br>
  20.  
  21. <label>Age</label>
  22. <input type="number"/> <br>
  23.  
  24. <label>male</label>
  25. <input type="radio" />
  26. <label>female</label>
  27. <input type="radio" /> <br>
  28.  
  29. <input type="submit" value="Send" /> <br>
  30.  
  31. <input type="checkbox" />
  32. <label>Remember Me</label> <br>
  33. <br>
  34.  
  35. <img src="images/1.jpg" style=" width: 150px;height: 150px; border-radius: 50%">
  36.  
  37.  
  38. </form>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement