Advertisement
mydesign2017

HTML Computer Code Elements

Aug 10th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. HTML Computer Code Elements:
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5.  
  6. <p>Some programming code:</p>
  7.  
  8. <code>
  9. x = 5;<br>
  10. y = 6;<br>
  11. z = x + y;
  12. </code>
  13.  
  14. </body>
  15. </html>
  16. .
  17. .
  18. For the full topic download the codes from this Notepad file on Mediafire:
  19. http://viahold.com/1JXm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement