Friends Flags…

Free counters!

Sessions

No Sessions

Basic Links (HTML <a> Tag)

There is a lot of information on the Internet on how to write html and do links. However, little information is given as a real beginners guide, without all the gobbledygook, jargon, and special code names. So when my good friend, Dr. Mike, asked me to help him learn how to link in email, blogs, [...]

Empty Elements (Self Closing Tags) in HTML 5 and XHTML

Self Closing Tags are used for “Empty” Elements within XHTML and HTML5. An empty element is an element that has no child element. Think of a pregnant woman – she has a child inside. Elements like…p, strong, em can have child tags. [...]