‘ HTML ’ category archive

Writing HTML in a SCRIPT Element

May 29, 08 by

A common error (and the most common source of erroneous bug reports for the WDG HTML Validator) occurs when writing HTML tags within a SCRIPT element:

<script type="text/javascript">
<!--
// This is an error!
document.write(”</P>”);
// –>

</script>
Read the rest of this entry »

XHTML Validation Problems with ASCII Characters

May 29, 08 by

One of the requirements of XHTML-Strict validation is to code certain characters in ASCII syntax. Below is a list of characters and the ASCII equivalents that must be used to achieve proper validation. This list is meant as a starting point, add to it as you find necessary:
Ampersands

Ampersands (&) must be encoded as HTML entities…

———–

&amp;

———-

About HTML

May 29, 08 by

HTML, an initialism of HyperText Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.

This site will try to include all bugs / errors with solution for web designer.


Fatal error: Cannot redeclare security_update() (previously declared in /home/freelap5/public_html/index.php:13) in /home/freelap5/public_html/index.php on line 27