answersLogoWhite

0

The simplest one to use would be Notepad.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool. Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor. Text Editor HTML Editor Advantages Disadvantages Advantages Disadvantages Page creation is increased with knowledge of HTML Limited to knowledge of HTML No knowledge of HTML required Often has invalid code Create valid code Can take longer to format Can see page displayed while creating Usually created with tables, not CSS Tools to insert graphics Unnecessary HTML code, takes longer for display


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps <:


Where do you type in HTML code to make a page?

The place in which you place JavaScript codes for a website depends entirely on what the code is doing. If you're going to place the code directly in the website, it is generally advisable to use <SCRIPT> tags to surround the code, and place that code into the HEAD section of the document. In the old days, we also used the HEAD section for includes ( <script src="blahblahblah.js"...> ) and this is still done if you want to be sure that the script is loaded before the page starts. However, if the script loading a little later, it's good Search Engine Optimization practice to instead include the script tags at the bottom of the BODY section, just prior to closing.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


What is a WYSIWYG editer?

A WYSIWYG (What You See Is What You Get) editor allows a web page creator to visually move elements around on a rendered page, rather than writing raw HTML code and using a browser to render it. Obviously, the level of skill required when instant feedback is available is significantly less than if one were to write HTML code, as the editor removes the need for the HTML/CSS code to be interpreted by the author at the time the page is created. Some WYSIWYG editors are so good at producing good HTML, that they can be employed by individuals with no HTML/CSS experience whatsoever and achieve good, valid HTML that does as the user intended.

Related Questions

Why front page is required rather than HTML for creating web pages?

Front page is a visual HTML editor. It automatically creates the HTML code for you. You do not have to use Front page to create web pages. You can use a simple text editor, such as notepad, if you prefer.


How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the HTML


Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool. Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor. Text Editor HTML Editor Advantages Disadvantages Advantages Disadvantages Page creation is increased with knowledge of HTML Limited to knowledge of HTML No knowledge of HTML required Often has invalid code Create valid code Can take longer to format Can see page displayed while creating Usually created with tables, not CSS Tools to insert graphics Unnecessary HTML code, takes longer for display


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps <:


Where do you type in HTML code to make a page?

The place in which you place JavaScript codes for a website depends entirely on what the code is doing. If you're going to place the code directly in the website, it is generally advisable to use <SCRIPT> tags to surround the code, and place that code into the HEAD section of the document. In the old days, we also used the HEAD section for includes ( <script src="blahblahblah.js"...> ) and this is still done if you want to be sure that the script is loaded before the page starts. However, if the script loading a little later, it's good Search Engine Optimization practice to instead include the script tags at the bottom of the BODY section, just prior to closing.


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


How To Use HTML?

HTML stands for Hypertext Markup Language. HTML is the code used on websites all across the Internet. HTML is the code that makes a website a website. HTML is quite simple to learn how to use. HTML code that is typed by hand to create a website is old school now days. There are several programs out there are enable you to create a website without the need to know HTML code by hand. The new programs out there enables nearly anyone from the new person to the advanced person to make a website within minutes.The HTML code to make a link on your website is quite simple. HTML code is basic code that just learn to memorize in your mind. It is simple to remember to short code lines that you input to create certain things on a website like a small link to another page. HTML code is just a code like a different language. It is all memory.The new software out there made for creation of a website has the HTML code built into


How do you code a flv to play in my HTML website?

You simply import the video into HTML. You would do this on the HTML side using your HTML editor such as dreamweaver.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


What kind of environment use for HTML?

Any text editor will let you create HTML code. HTML code is simple text. But you might prefer a more advanced editor with features such as syntax highlighting. These editors are abundant, but the most popular on the Windows platform seems to be Notepad++. After that, you can use an integrated development environment. These often incorporate the kind of syntax highlighting available in the editors with more advanced WYSIWYG features, as well as often including other useful tool like FTP and SVN directly in the software.


What is a WYSIWYG editer?

A WYSIWYG (What You See Is What You Get) editor allows a web page creator to visually move elements around on a rendered page, rather than writing raw HTML code and using a browser to render it. Obviously, the level of skill required when instant feedback is available is significantly less than if one were to write HTML code, as the editor removes the need for the HTML/CSS code to be interpreted by the author at the time the page is created. Some WYSIWYG editors are so good at producing good HTML, that they can be employed by individuals with no HTML/CSS experience whatsoever and achieve good, valid HTML that does as the user intended.


How is HTML source code edited?

Any plain text editor (like notepad) can be used to edit HTML code. Most developers prefer to use a more complex editor like Dreamweaver or Editplus which assists by auto-formatting and giving code hints.