HTML code editor
HTML code editor:
In this chapter you will learn to write and save HTML code. That means at the end of this chapter you will know where to write HTML code and how to save it.
You can use professional text editors such as Sublime Text, atom.io, Brackets etc. for HTML coding.
However if you are brand new then we recommend you to learn HTML by typing the code in Notepad.
Follow these 4 steps to create your first webpage with Notepad:
Step 1: Open Notepad
To open Notepad in Windows 7 or earlier: Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad.
To open Notepad in Windows 10, click start, search ( Notepad ), then open Notepad,
Open the Start Screen. Type Notepad.
Step 2: Enter the HTML code
Write or copy some HTML into Notepad.
Example:
- <!DOCTYPE html>
- <html>
- <head>
- <title>Here Page Title</title>
- </head>
- <body>
- <p>This is My first paragraph.</p>
- </body>
- </html>
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" or any other name ending with html.
UTF-8 is the preferred encoding for HTML files.
ANSI encoding covers US and Western European characters only.
File Save index.html.
You can use .htm or .html for file extensions. There is no difference between these two extensions. Use any one you want.
Step 4: View HTML Page in Your Browser
Open the HTML file in the browser of your choice. To do this, double-click the file or right-click and click "Open with" to select the browser.
The results will look a lot like this
Output:
tag: HTML . What is HTML ? HTML (Hyper Text Markup Language) is a markup language for describing web documents (web pages). HTML (Hyper Text Markup Language) stands for Hyper Text Markup Language A markup language is a set of markup tags HTML (Hyper Text Markup Language) documents are described by HTML (Hyper Text Markup Language) tags Each HTML (Hyper Text Markup Language) tag describes different document content. HTML , What is HTML ? , HTML code editor, html basic , html tutorial , Hyper Text Markup Language , css, html css , html css basic , html , basic html css , html css blog , web design, design .part 1, html stucture, editors, p tag, h tag, html tag list, html notepad, html setup, html code editor online, html code editor free, html code editor download, html code editor open source, html code editor library, html code editor free download, html code editor app, html code editor css
admin
For any help please contact us........
shelleyakter
So nice post, Thank You.
shelleyakter
So nice post,