Anzeige

IST 561 Session2--Feb 2, 2009 Basic XHTML Concepts

Adjunct professor / Systems Li brarian um SUNY Albany / Mount Saint Mary College
2. Feb 2009
Anzeige

Más contenido relacionado

Anzeige
Anzeige

IST 561 Session2--Feb 2, 2009 Basic XHTML Concepts

  1. !quot; #$ % & '( ') ** + '' , * ' - '+ ,) + '' ) '- * ,) + '' ) '- ' (' ,) .- *) ' ') , /- ' / ') ,) )- , 0
  2. <?xml version=quot;1.0quot; encoding=quot;UTF-8quot;?> <!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0 Transitional//ENquot; quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdquot;> <html> an opening tag .... page info goes here </html> a closing tag
  3. <?xml version=quot;1.0quot; encoding=quot;UTF-8quot;?> <!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0 Transitional//ENquot; quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdquot;> <html> <head> .... Header info goes here </head> <body> .... Body info goes here </body> </html>
  4. <h1>Heading Level 1</h1> <h2>Heading Level 2</h2> <h3>Heading Level 3</h3> <h4>Heading Level 4</h4> <h5>Heading Level 5</h5> <h6>Heading Level 6</h6>
  5. <dl> <dt>IP</dt> <dd>Internet Protocol</dd> <dt>TCP</dt> <dd>Transmission Control Protocol</dd> </dl>
  6. <ol> <li>Apply to school</li> <li>Register for course</li> <li>Pay tuition</li> <li>Attend course</li> </ol>
  7. <ul> <li>TCP</li> <li>IP</li> <li>HTTP</li> <li>FTP</li> </ul>
  8. 1. Can you describe the features of a heading tag and how it configures the text? 2. Can you describe the difference between ordered lists and unordered lists? 3. Can you describe the purpose of the blockquote tag?
  9. /- ' /* 1 2 ,3 4 2 '3 5 2)'3 2 2 + ,3 2 ,3
  10. Can you provide a reason for using logical style tags rather than physical style tags? Can you describe the purpose of special characters?
  11. 28
  12. 29
  13. 30
  14. 1. Can you describe when to use an absolute link? Is the http protocol used in the href value? 2. Can you describe when to use a relative link? Is the http protocol used in the href value? 3. What happens when a web site visitor clicks on an e-mail link? 31
  15. 6 ' * ' ' $ % & * '- ' ' ' #$ % & '+ ,) '* * * 0! + '' ) *+ ' ' * '- # $ % & ' - 7 *' '-, 0 8 '- 0 ! *! ) ' ,)
Anzeige