<title> - In this the tag can be used to display the contents in the title bar.
Friday, 9 August 2013
Tuesday, 6 August 2013
HTML
The full form of HTML is HyperText Markup Language.
HTML is the markup Language it can be used to create a web page. The created web page can be displayed in the web browser. ( example of web browser is internet explorer, Mozila firefox, Google chrome and etc.)
HTML can be written by using tags. The HTML program structure can be look like this. In the following can shows the structure only.
Structure of HTML
<html>
<head>
<title>
</titel>
</head>
<body>
</body>
HTML is the markup Language it can be used to create a web page. The created web page can be displayed in the web browser. ( example of web browser is internet explorer, Mozila firefox, Google chrome and etc.)
HTML can be written by using tags. The HTML program structure can be look like this. In the following can shows the structure only.
Structure of HTML
<html>
<head>
<title>
</titel>
</head>
<body>
</body>
Subscribe to:
Posts (Atom)