LEARN

HTML EDITORS

                    To Create or Modify Web documents or  Web pages you will need  a Text Editor  to Write all tags and attributes then display out the design in the browser.There are hundreds of Editors that can be used to Edit HTML web pages,But for beginning the following are most recommended Editors because of being very simple and can be gained for free.

  • Notepad (Very Simple,For PC).
  • TextEdit(Very Simple,For Mac) .
 NOTEPAD:
  Can be accessed by pressing
  1. Click on Start on the taskbar at the bottom of the desktop to show the Start menu.
  2. Click on Programs or All Programs to show a menu of installed programs in Windows.
  3. Click on the Accessories folder to expand it.
  4. Click on the Notepad icon to open the program.
 OR  press WINDOWS BOTTON + R then type "notepad" without quotes then press "ENTER"..

TEXTEDIT:
Can be accessed by the following steps
  1. Go to your Applications folder or dock.
  2. Open TextEdit.
  3. Click New on the File menu.
  4. Click Make Plain Text on the Format menu (if the default has been changed to open as plain text, this will not be necessary).
                You can also use Notepad++ to edit or create your Web Documents,Download it and install on you PC, Notepad++ has more features compared to a normal NOTEPAD, you can Download it for free from notepad++ official website or just click here be redirected and download..Most of instructions and tutorials, i will be using using NOTEPAD.

               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