Html Editors


Html Editors : You can use professional editors such as Microsoft WebMatrix, Subline Text, Dreamweaver etc.


For Learning purpose use Notepad(Text edit for mac).

Steps to use Notepad.

1. Go to Start Search “Notepad” click on notepad to open it.

Notepad

Notepad

2. Add the following code.

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>

<h1>Heading</h1>
<p>Paragraph.</p>

</body>
</html>
Html Editors

Html Editors

3. Save it as test.html on desktop or where you want.

notepad2

4. Go to the desktop where you saved the file and open test.htmlin browser.

It Will Show :

output

Note : You can save files with extension .html or .htm.


Advertisements

Add Comment

📖 Read More