Wednesday, July 24, 2013

HTML Introduction

Hyper Text Markup Language(HTML) is coding language used to create a hypertext documents for the world wide web.  It used to link a text, image or file. An HTML file must have an HTM or HTML file extension. An HTML file can be created simple text editor like notepad.

Open notepad and type the following text:-

<html>
<head>
<Title>Page Title</Title>
</head>
<body>
1. Save this file as yourpage.html. <p>
2. Opern your save file with browser like firefox or chrome.
</body>
</html>

Web page Preview:-

1. Save this file as yourpage.html.
2. Opern your save file with browser like firefox or chrome.  

No comments:

Post a Comment