HTML Editors

Write HTML Using Notepad or TextEdit Web pages can be created and modified by using professional HTML editors. However, for learn...

Write HTML Using Notepad or TextEdit

Web pages can be created and modified by using professional HTML editors.
However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).
We believe using a simple text editor is a good way to learn HTML.
Follow the four steps below to create your first web page with Notepad or TextEdit.

Step 1: Open Notepad (PC)

Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
Windows 7 or earlier:
Open Start > Programs > Accessories > Notepad

Step 1: Open TextEdit (Mac)

Open Finder > Applications > TextEdit
Also change some preferences to get the application to save files correctly. In Preferences > Format >choose "Plain Text"
Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text".
Then open a new document to place the code.

Step 2: Write Some HTML

Write or copy some HTML into Notepad.
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>
Notepad


Step 3: Save the HTML Page

Save the file on your computer. Select File > Save as in the Notepad menu.
Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).
View in Browser
You can use either .htm or .html as file extension. There is no difference, it is up to you.

Step 4: View the HTML Page in Your Browser

Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").
The result will look much like this:
View in Browser

COMMENTS

recentposts
Name

Bootstrap,1,CSS,2,Html,3,jquery,3,
ltr
item
Designing Tips: HTML Editors
HTML Editors
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib6PI8RXrYVOv1wAKE74aQF2PVAhntyeN4fHb4JSDE8joIC5px-nimKLFSgQh8VSpEcOAMZ5l_GDKJUloPY3wvxWgUDJePZTkmEUP3pJtpwEDy7ORoMMNDJjJImAmpipJhRpAlVjVGTT7X/s400/HTML+Editors.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib6PI8RXrYVOv1wAKE74aQF2PVAhntyeN4fHb4JSDE8joIC5px-nimKLFSgQh8VSpEcOAMZ5l_GDKJUloPY3wvxWgUDJePZTkmEUP3pJtpwEDy7ORoMMNDJjJImAmpipJhRpAlVjVGTT7X/s72-c/HTML+Editors.png
Designing Tips
https://designingtipss.blogspot.com/2018/09/html-editors.html
https://designingtipss.blogspot.com/
http://designingtipss.blogspot.com/
http://designingtipss.blogspot.com/2018/09/html-editors.html
true
8297510937443623752
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content