HTML Editors/w3school online web taturial
HTML editor
- HTML Using Notepad or TextEditor
Web page can be created and modifieded by using professional <>HTML editors.
Howevers, for learning <>HTML we recommend a simple text editor like Notepad (PC) or TextEditor (Mac).
We believe using a simple text editor is a good way to learning <>HTML.
Following the four step below to create your first web pages with Notepad or TextEditor
- Step one: Open Notepad (PC)
Windows 8 or laters:
Open the Start Screens (the window symbols at the bottom left on the your screen). Type there Notepad.
Windows 7 or earliers:
Open&Start > Program > Accessories > Notepad
- Step 1: Open the TextEditor (Mac)
Open the Finder > Applications > TextEditor
Also changes hte some preferences to get the applications to save file correctly. In Preferences > Format > choose the "Plain Text"
Then under the "Open and Save", check the boxs that says "Display HTML file as the HTML code instead of formatted text".
Then open a new documents to place the code.
- Step 2: Writing Some HTML
Writing or copy some HTML into Notepad.
- Writing HTML in Notpad
- Save Step 3to the HTML Pages by this steps
Save the files on your computers. Select File > Saved as in the Notepad&text editor menu.
Names the files "index.htm" and sets the encoding to UTF-8 (which is the preferred encoding for the HTML file).
index is= to name.html is =to file name
- Step 4: View the HTML Page in the Your Browser
Open the save HTML files in your favorite browser (double click on the file, or right-click the savefile- and choose "Open with").
The results will looks much like this:
No comments