Introduction to HTML
HTML: stands for Hypertext Markup Language, it is a standard markup language used to create web pages. A simple example of HTML code <!DOCTYPE html> <html> <head> <title>LEARNSIMPLI</title> </head> <body> <h1>www.learnsimpli.com</h1> <p>Learnsimpli is a free online tutorial website, various courses are free to learn in your free time</p> </body> </html>…









