As its name suggests, HTML Encrypter will allow you to encrypt your HTML pages. It particularly protects the page source code so that nobody can exploit it because of its illegibility. It is easy to use, simply select your HTML page. It does not have any compatibility problem with the browsers. The software is a demo version in English and is compatible with Windows 95, 98, Me, 2000 and XP.
Download HTML Ebook Maker and Encrypter ShowAs its name suggests, this software will allow you to encrypt your HTML pages with a password.
It supports the following files: HTML, image, flash, swf, video, Javascript and so forth. The encrypted files will be collected in a single .exe file....
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,...
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...
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...
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...
Paragraphs in HTML ShowParagraphs
HTML considers paragraphs to be blocks of text. Browsers do their best to fit the contents of paragraphs into the window, unless the NOWRAP or NOBR attribute is explicitly specified. Within a paragraph, all spaces, tabs, and line breaks...
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...
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...