HTML

From Pigbert Wiki

Head

<!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" xml:lang="en" lang="en"  dir="ltr">
...
</html>

Tags

  • acronym
    <abbr title="World Wide Web Consortium">W3C</acronym>
  • definition list:
    <dl>
      <dt>meowky</dt>
      <dd>meow meow kitty>
      <dt>money</dt>
      <dd>meowky's boyfriend</dd>
    </dl>
    
  • blockquote:
    <blockquote cite="cite.."><p> ... </p></blockquote>

Attributes

  • title some browsers display the contents of the title attribute as a tool tip, other display it in the status bar.
  • accesskey
    <a href="index.html" accesskey="1">Home</a>
Personal tools