Saturday, October 25, 2008 by rain
When a browser requests a service from a web server, an error might occur.
This is a list of HTTP status messages that might be returned:
--------------------------------------------------------------------------------
1xx: Information
Message: Description:
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
HTML Symbol Entities
This entity reference includes mathematical symbols, Greek characters, various arrows, technical symbols and shapes.
Note: Entity names are case sensitive.
--------------------------------------------------------------------------------
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
Standard Event Attributes
HTML 4.0 added the ability to let events trigger actions in a browser, like starting a JavaScript when a user clicks on an element.
To learn more about programming events, please visit our JavaScript tutorial and our DHTML tutorial.
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
Ordered Alphabetically
DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset
Tag Description DTD
Defines a comment STF
Defines the document type STF
Defines an anchor STF
Defines an abbreviation STF
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
HTML Summary
This tutorial has taught you how to use HTML to create your own web site.
HTML is the universal markup language for the Web. HTML lets you format text, add graphics, create links, input forms, frames and tables, etc., and save it all in a text file that any browser can read and display.
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
Your First Step: A Personal Web Server
If you want other people to view your pages, you must publish them.
To publish your work, you have to copy your files to a web server.
Your own PC can act as a web server if it is connected to a network.
If you are running Windows 98, you can use the PWS (Personal Web Server).
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
Below is a reference of ASCII characters in URL-encoding form (hexadecimal format).
Hexadecimal values can be used to display non-standard letters and characters in browsers and plug-ins.
--------------------------------------------------------------------------------
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
New to HTML 4.0 is the ability to let HTML events trigger actions in the browser, like starting a JavaScript when a user clicks on an HTML element. Below is a list of attributes that can be inserted into HTML tags to define event actions.
If you want to learn more about programming with these events, you should study our JavaScript tutorial and our DHTML tutorial.
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
HTML tags can have attributes. The special attributes for each tag are listed under each tag description. The attributes listed here are the core and language attributes that are standard for all tags (with a few exceptions):
--------------------------------------------------------------------------------
...
Posted in Html Tutorials | Tags:
Saturday, October 25, 2008 by rain
Add scripts to HTML pages to make them more dynamic and interactive.
--------------------------------------------------------------------------------
Examples
Insert a script
This example demonstrates how to insert a script into your HTML document.
...
Posted in Html Tutorials | Tags: