HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <main> <h1>Programming Language</h1> <p>C, Python and Node.js are the most popular programming language in todays world</p> <article> <h1>C</h1> <p>C is a general-purpose, imperative computer programming language designed by Dennis Ritchie.</p> </article> <article> <h1>Python</h1> <p>Python is an interpreted, object-oriented, high-level programming language designed by Guido van Rossum.</p> </article> <article> <h1>Node.js</h1> <p>Node.js is an open-source, cross-platform JavaScript run-time server side programming language designed by Joyent.</p> </article> </main> </body> </html>
OUTPUT
×

Save as Private