How to display elements as such in html (eg: computer code) : <html> <body> The pre tag is good for displaying computer code: <pre> for i = 1 to 10 print i next i </pre> </body> </html>
A blog where you can find all codes for Android, Corona, Basic tutorials, Interview questions and more...