HTML basic syntax and Elements
HTML: Hyper Text Markup language (HTML ) was devised as an easy means to format textual documents . Hyper text transfer protocol ( HTTP ) is the method for delivering HTML documents which the client browser then renders into an on-screen image. It is a standard markup language for making web pages and you can make your own website. To date HTML has gone through five major standards, including the latest HTML5 .In addition to HTML , Cascading Style Sheets(CSS) , EXTENSIBLE MARKUP LANGUAGE (XML) and J avascript also provides valuable contribution to the way of the web. HTML SYNTAX:- The concept and use of HTML is straightforward. Individual tags , special text strings that are interpreted as formatting commands by the browser are placed within a document to lend structure and format accordingly. Each tag has a beginning and an ending tag. Each tag begins with a left-pointing angle bracket (<)and ends with a right pointing angle bracket.(>). Between the bracket