- Notepad (Very Simple,For PC).
- TextEdit(Very Simple,For Mac) .
Can be accessed by pressing
- Click on Start on the taskbar at the bottom of the desktop to show the Start menu.
- Click on Programs or All Programs to show a menu of installed programs in Windows.
- Click on the Accessories folder to expand it.
- Click on the Notepad icon to open the program.
TEXTEDIT:
Can be accessed by the following steps
- Go to your Applications folder or dock.
- Open TextEdit.
- Click New on the File menu.
- Click Make Plain Text on the Format menu (if the default has been changed to open as plain text, this will not be necessary).
Let's create a simple Web page for the first time..Just open up Your Editor as Instructed above then copy these following texts to your Editor..
<!DOCTYPE html>
<html>
<head>
<title>HTML</title>
</head>
<body>
<h1>HEADING</h1>
<p>Paragraph</p>
</body>
</html>
Then
Step 1:On your Editor(notepad) click on File then Save As
Note: Choose and Remember the location where your file is going to be saved.
Step 2:On File name type any name but at the end of that name type .htm or .html,
Step 3:On Save as type dropbox click on All files (*.*) ,Then click on Save botton
Step 4 :After Saving the file Open it in the Browser,and the browser will display something like this:
Thats it!!We have created a very simple Web document!!
But Atleast you should understand how to use all those tags and where to use them so that you can be able to Create Web documents by yourself.. Now Lets see the Fundamental of HTML, Just click on the link below to get started....
>>HTML FUNDAMENTAL<<



No comments :
Post a Comment