Introduction to HTML ShowIntroduction to HTML
HTML (HyperText Mark-Up Language) is what is known as a "mark-up language" whose role is to prepare written documents using formatting tags. The tags indicate how the document is presented and how it links to other documents....
How to easily display PHP/HTML codes in your webpages ShowHow to easily display PHP/HTML codes in your webpages
Issue
What code to use?
Issue
If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a...
Remove the border on an image in a link in HTML / CSS ShowRemove the border on an image in a link in HTML/CSS
HTML
You made a clickable image by using the IMG tag within a link and the browser displays a frame or more precisely a border around the image.
There are two ways...
How to make a space in your html document ShowHow to make a space in your html document
In HTML there is no way that the web browser can recognise the spaces inserted consecutively in between the letters. You can either try it in EI, Mozilla and Opera.
The only way to do so is...
Download HTML Tidy ShowHTML Tidy is an utility allowing to prove and to optimize everything encodes HTML.
The original version of this utility uses in mode of order only. The present version, called "MISTLETOE TIDY", has a graphic interface.
Note that certain editors...
HTML document layout ShowHTML document
An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension, but a web page may have other extensions as well. A web page can be built from even the most basic...
HTML Markup ShowHTML, A Markup Language
HTML is not a programming language. Rather, it is used for describing the layout and format of content, written in the form of simple text. An HTML page is a basic text file containing tags for specifying text format,...
Lists in HTML ShowLists
A list is a structured paragraph containing a series of items. HTML defines three types of lists:
Ordered lists;
Unordered lists;
Definition lists.
Ordered Lists
Container Type of List
Visual Effect
item...