Learn more at: http://www.sitepoint.com/article/build-your-own-ajax-web-apps
<style type="text/css">
b { font-family: Arial, Helvetica; font-size: 24px; color: blue; }
</style>
You can do a lot with this language that goes inside a html It takes graphics to a whole new level. 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
All web pages are htmls and can be viewed by right clicking your mouse on that page and from the pop up window select View Source. Note Pad will open atomaticaly and you see the writen code that's makes the html page your viewing.
label", "datetime", and "snippet" fields enabled, sort by label)| cell 1 | cell 2 |
<TABLE CELLPADDING="4" BORDER="1" WIDTH="50%" bordercolor="#6699CC">
<TR>
<TD>cell 1</TD>
<TD>cell 2</TD>
</TR>
</TABLE>
You do a lot with tables as far as graphic design (Example 1). Tables can have background colors or images with no borders. I think that they were first created for the porpose of, hense it's name
tables (Example 2), but then artists took it to the limit on graphics before the
birth of CSS (Cascading StyleSheets)My Web Site would be the only visable words. If clicked It will take you to the address "http://www.julean.com". But you are allready there! right, so I can leave out the 'http://www.' as that is the address to the world wide web. Now you are in my file cabnet, meaning that I have many folders for example I have a history folder so my link address would be <A HREF="../history/myStory.html">My Story</A>. I have many links on this page that referse to a different place on this same page so my address would be <A HREF="#GlossV"> V </A>. You put a name for that place '#' <A NAME="GlossV"></A><A HREF="http://www.julean.net">My Web Site</A>
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <html> <head> <title></title> </head> <body> </body> </html>
The theory of "duality"