Tutorial HTML Basic to PRO : HTML Editor

Tutorial HTML Basic to PRO : HTML Editor

Tutorial HTML Basic to PRO : HTML Editor
Tutorial HTML Basic to PRO : HTML Editor
Write HTML Using Notepad or Text editor

HTML can Be edited by using professional HTML editor Like:

  • microsoft WebMatrix
  • submline Text
  • Atom
  • ETC


However, For learing simple HTML Fak Trick recommend a text editor like Notepade For using Windows or Gedit/Vim for Linux User.
Using a simple text editor is a the best way to Learn HTML from Beginner to PRO. 

Follow the step below to Create Your First Web page with Notepad (Windows) or Gedit (LINUX).

Step 1 :

Windows 

Clik start > Click All Programs > Click Accessories > Click Notepad

For Linux user

Open Terminal > type Vim 


Step 2

Write or Copy some HTML example into Notepad or Gedit

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Step 3 : 

Tutorial HTML Basic to PRO : HTML Editor
Tutorial HTML Basic to PRO : HTML Editor

Save the Page HTML on your Computer

Select File > Save as in the Notepad Menu

Name the File index.htm or any other name ending .html or .htm

UTF-8 is the preferred encoding for HTML files

ANSI encoding covers US and Western European Characters Only

Step 4 :

Open file that you already save with Chrome or any browser do you have

Tutorial HTML Basic to PRO : HTML Editor
Tutorial HTML Basic to PRO : HTML Editor

You can use either .htm or .html as file extension. There is no difference, it is up to you.
Next
This is the current newest page
Previous
Next Post »
Thanks for your comment