HTML suggests Hypertext Markup Language , and it's the foremost typically used language to creat sites. 

html codeing,web design
Add caption

. machine-readable text refers to the method within which sites (html documents) area unit joined along. Thus, the link accessible on a webpage is named machine-readable text. 

As its name suggests, HTML could be a nomenclature which implies you utilize HTML to easily "mark-up" a text document with tags that talk an internet browser the way to structure it to show. 

Originally, HTML was developed with the set of process the structure of documents like headings, paragraphs and then away to push the sharing of scientific info between researchers. 
Now, HTML is being wide wont to format computing device with the assistance of various tags offered in HTML language.


Basic HTML Documents 

This is easy type, following is Associate in Nursing example of Associate in Nursing HTML document.

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<table width="960" border="1" cellpadding="10" align="center">
<tr>
<td colspan="5"><img src="headerimage.jpg" width="100%"></td>
</tr>

<tr align="center">
<td><a href="">Home</a></td>
<td><a href="">Service</a></td>
<td><a href="">Contact</a></td>
<td><a href="">About</a></td>
<td><a href="">Blog</a></td>
</tr>

</table>

<table width="960" border="1" cellpadding="10" align="center">

<tr>
<td width="75%">
<h1>As its name suggests</h1>
<img src="Screenshot_1.png" width="100%" height="400">
<p>

As its name suggests, HTML could be a nomenclature which implies you utilize HTML to easily.As its name suggests, HTML could be a nomenclature which implies you utilize HTML to easilyAs its name suggests, HTML could be a nomenclature which implies you utilize HTML to easilyAs its name suggests, HTML could be a nomenclature which implies you utilize HTML to easilyAs its name suggests, HTML could be a nomenclature which implies you utilize HTML to easily.As its name suggests, HTML could be a nomenclature which implies you utilize HTML to easilyvvAs its name suggests, HTML could be a nomenclature which implies you utilize HTML to easily.
</p>
</td>
<td width="25%" valign="top">
<h3>As its name suggests </h3>
<ul>
<li><a href="#">As its name suggests</a></li>
<li><a href="#">As its name suggests</a></li>
<li><a href="#">As its name suggests</a></li>
<li><a href="#">As its name suggests</a></li>
<li><a href="#">As its name suggests</a></li>
</ul>

<font color="red" size="5"><a href="register.html">Join US !</a></font>

</td>
</tr>
</table>
</body>
</html>