HTML BASICS HTML: Hypertext Markup Language. Used to create web pages. World Wide Web Consortium is an organization that defines new specifications for HTML and is responsible to update the language. HTML allows you to format, arrange, and group text, display text as links and add images and multimedia to a web page. It allows you to create and work with style sheets, controls, and embedded scripting language code (such as JAVA, PHP,) on a web page. HTML is written in the form of tags, which are by pairs of angle brackets (< and >) and some text placed between these brackets. HTML consists of elements name attribute name and contents. HTML tags, elements, and attributes are collectively known as HTML markup. (However <br> and <hr> do not have any content, therefore they do not need closing tag). < element-name attribute-name = ”attribute-vaue” > content </element_name> Most of the HTML attributes are name-value pa...
Hey! It compiles! Ship it! Programming, Pharmacy, and Tech blogs!