|
About HTMLWhat is HTML?HTML stands for H yper T ext M arkup L anguage.
This is the form in which Web pages are transmitted over the network: the language which Web browsers understand. Web browsers convert (render) HTML into a human-comprehensible form: ideally, any human-comprehensible form from graphical font renderings to speech and braille. Where can I find some HTML?HTML can be found on any web page. All the popular browsers have a View Source option, so if you find a page which does something you want to do, view the HTML source and see if you can work out how it was done. How can I create or edit an HTML page?Because HTML is stored in text files, you can use a basic text editor to create or change your HTML: Notepad or Write, edit.com, SimpleText, vi, ludwig: whatever you feel comfortable with. Alternatively, you can use a specialised HTML editor like Hot Dog, Netscape Navigator Gold, Amaya, or even Emacs html-mode, html-helper-mode, or psgml-mode. How can I ensure my HTML is correct?Because browsers vary in several ways, you cannot assume that your page will show up as you intended in other peoples' browsers just because it displays correctly in your own browser. There are solutions to this problem:
The ITS Web Team maintains a Web-accessible HTML checker which you can use to find subtle bugs in your HTML. Where can I publish my HTML?Check the Monash Web Servers page for information about getting your work published at Monash. More information on HTML
|