HTML stands for Hypertext Markup Language. Markup language is a technique to write documents, describing the general structure of the contents inside the documents and not its actual appearance on the page or on the screen. HTML allows user to link several related information already stored in the computer or server that can be accessed from anywhere around the world. Tim Berners Lee developed the HTML standard in 1989, and the world wide web in 1991. Tools Required to create a webpage 1. Text Editor- A text editor is used to create or compose HTML documents. Examples- Notepad and wordpad. 2. A Web Browser- A Web browser is used to display and view the HTML documents. Examples- Internet explorer, Mozilla Firefox, opera and safari. TAG- A tag is an HTML command that controls the structure and appearance of the page or document that is created. Every tag has attributes or special properties. The tags are always enclosed within a pair of angular brackets i.e. < and ...