Sponsored Ads
Ads by Google

Posts Tagged ‘HTML’

HTML Editors

To view pages published on the World Wide Web you need a web browser. Internet Explorer, Mozilla Firefox, and Safari are the most popular. The pages that you see on the Internet have been created by publishers such as yourself using a special markup language called HTML (HyperText Markup Language). This language provides the instructions to the browser on how to display the page.

The simplest form of HTML pages, also called static HTML, can be created by anyone with a text editor. For example, Windows users could use the built-in Windows Notepad application to create web pages. Although you could use this application, there are other HTML editors available which are much easier to use. Notepad2 is a free, lightweight editor that includes syntax highlighting for a number of programming languages including HTML. A more comprehensive editor is Arachnophilia, which is built using Java so that it will work on a number of different operating systems.

Most word processing applications, like Microsoft Word and OpenOffice provide a way to save regular documents as HTML documents but they usually contain a lot of extra code to support the formatting you have used. Read the rest of this entry »

Sponsored Ads