Archive for the 'HTML Advance' Category

HTML URL-encoding

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.

Try It
Type some text or an ASCII value in the input field below, and click on the “URL Encode” button to see the URL-encoding.
This is a text [...]

HTML Webserver

our 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, [...]

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