Programming
HTML INTRODUCTION :
The full form of HTML is Hypertext Markup language. This language is use to create any website. Using HTML we create web pages. HTML is easy to use and very easy to learn. THE SIMPLE EXAMPLE OF HTML : <!DOCTYPE html> <html><head><title>Page Title</title> </head><body> <h1>This is a Heading</h1><p>This is a Read more…