<?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
<?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>
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?
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