This link has been bookmarked by 88 people . It was first bookmarked on 02 Mar 2006, by A. D..
-
-
4.2. Element and attribute names must be in lower case
XHTML documents must use lower case for all HTML element and attribute names. This difference is necessary because XML is case-sensitive e.g. <li> and <LI> are different tags.
-
-
Joeri Wijnantsxhtml 1.0 standaard
-
-
<script type="text/javascript"> <![CDATA[ ... unescaped script content ... ]> </script>
-
<script type="text/javascript"> <![CDATA[ ... unescaped script content ... ]> </script>
-
-
E BarneyLinked to in the resources for class 1 lectures
-
-
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
Aviva GabrielIn computing, HyperText Markup Language (HTML) is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, list
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.