answersLogoWhite

0


Best Answer

Below are the steps:

# Right click on the HTML file # Select Open with

# A pop up would open up # Choose notepad

# Select the check box that says - Always use this program to open this type of file # Click Ok You are done. Going forward all HTML files would be opened using a notepad by default.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you associate the HTML file type to the notepad text editor on a computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you working in HTML?

You can work on HTML in Notepad or Notepad++. These are text editors which understand HTML.


What is technology used for HTML?

Some type of text editor such as notepad or notepad++ and at least one browser for testing.


What are the tools used to create HTML document?

Basically...All that is needed to create an HTML document are: A computer with a text editor (like notepad or textedit) A web browser to view the page you programmed And a working knowledge of HTML!


What are the shortcomings of creating webpages using Notepad?

depends on your knowledge of HTML; Notepad just has no build in checks and color highlighting, like other dedicated HTML editors, nor is it WYSIWYG (what-you-see-is-what-you-get). But apart from that, notepad will produce equally good HTML as any other text editor.


What is advantages to HTML editor?

A web designer/web engineer would use an HTML editor. If you are looking to design websites using HTML then you would most likely need an HTML editor. The industry standard for an HTML editor would be Adobe Dreamweaver. A free alternative to dreamweaver would be an open source editor called notepad++.


What simple text editor will you use to create your HTML code?

The simplest one to use would be Notepad.


How do i HTML question?

You can use any text editor although I suggest Notepad++ which is a free download and save a HTML document as all file types with a .HTML extension


Which program is used to view HTML?

You can use either a text editor, like notepad, a web page editor like Dreamweaver or any browser.


How do you change the page source HTML?

If you use Firebug, then you can edit the HTML within the FireFox browser. Otherwise, save the page and edit the HTML with a text editor like Notepad.


How do you edit HTML?

Either using a text editor like e.g. Notepad on Windows or using a WYSIWYG-Editor (What you see is what your get) like e.g. Adobe Dreamweaver.


How do you put a picture in a website using HTML codes?

Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- <img src=your images name.jpg> (or .GIF or . PNG whatever type of image you are using)


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.