>HTML is a markup language used for creating webpages. The contents of each webpage are defined by HTML tags. Basic page tags, such as , , and
define sections of the page, while tags such as , , , and define elements within the page. Most elements require a beginning and end tag, with the content placed between the tags. For example, a link to the TechTerms.com home page may use the following HTML code:

TechTerms.com<

  • For example to add and image you must write the following code:
  • 	<p class="pic>><img src="http://academy.cba.mit.edu/2012/students/menichinelli.massimo/exercise07/exercise07_02.jpg">
    	<legend>Here's the legend of the picture.</legend>
    	</p>