HTML Editors

Write HTML Using Notepad++

Web pages can be created and modified by using professional HTML editors.

However, for learning HTML code  I recommend a simple text editor like Notepad++ (PC)

I believe using a simple text editor is a good way to learn HTML.

01. Open Notepad++ from Your Computer Program file.







02. You can see Notepad++Editor

04. Then Copy HTML Code from This black box.


05. Then Paste HTML Code on Notepad++ and select html extension.

06. Save this file.

07. Go to Run on any Browser Chrome and Mozilla Firfox.

08. Out put.

 

No comments:

Post a Comment

How to Create Check and Uncheck - Radio Button ?

<script> var grd = function(){   $("input[type='radio']").click(function() {     var previousValue = $(this).attr(...

Popular Posts