Feed on
Subscription

HTTP Status Messages

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:
...

HTML Symbol Entities Reference

HTML Symbol Entities
This entity reference includes mathematical symbols, Greek characters, various arrows, technical symbols and shapes.

Note: Entity names are case sensitive.


--------------------------------------------------------------------------------
...

HTML and XHTML Event Attributes

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.
...

HTML 4.01 / XHTML 1.0 Reference Tag list

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
...

You Have Learned HTML, Now What?

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.
...

Ready to Publish Your Work?

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).
...

HTML URL-encoding Reference

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.


--------------------------------------------------------------------------------
...

HTML 4.0 Event Attributes

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.
...

HTML 4.0 Standard Attributes

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):


--------------------------------------------------------------------------------
...

HTML Scripts

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.
...
« 1 2 3 4 »