
Using HTML we can create a Web Page which can be viewed through a Web Browser over Internet. HTML describes the contents of a web page with Markup Tags. Tags are defined by angle brackets <>. <> is called the Opening Tag or the Start Tag. The Closing Tag or the End Tag is defined as </> . The whole HTML document is enclosed in between the opening <html> tag and the closing </html> tag.