HTML Editors

Can I write  HTML in Notepad?
          Yes ! For learning you can write HTML using  Notepad (PC) or TextEdit (Mac). This platform  is very simple to learn HTML.
Follow the steps bellow to create your first web page by using Notepad or TextEdit.
Step 1: Open Notepad in your PC or TextEdit in your Mac.

Step 2: Write / Copy some HTML in Notepad.
For Example:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is Aware Hacker</h1>
<p>Learn basic HTML</p>
</body>
</html

Like this:

Step 3: Save the HTML Page.

Save the file on your PC. Select File > Save as in the Notepad menu.
Name the file "My first HMTL.htm" and set the encoding to  UTF-8 . (which is preferred encoding to HTML files)


Step 3: View 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:
Let's Begins the Chapter Click Here


Post a Comment

0 Comments