Posts

Showing posts with the label HTML

HTML language

    Welcome to the world of HTML that is full form of: H - Hyper T - Text M - Markup L - Language        HTML is used to make web pages.The meaning of HTML is: Hyper is the opposite of linear.Old -fashioned computer programs were necessarily linear -that is ,they had a specific order.But  with a "hyper" language such as HTML,the user can go anywhere on the web page at any time. Text is just what you're looking at now -English characters used to make up ordinary words. Mark-up is what is done to the text to change its appearance.For instance,"marking up" your text with <b> before it and </b> after it will put that text in bold. Language is just that.HTML is the language that computers read in order to understand web pages. A mark-up language is set of mark-up tags.HTML uses mark-up tags to describe we pages. Note that HTML is not a programming language,it is a mark-up language. Advantages of HTML:-...