-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcursors.html
More file actions
38 lines (38 loc) · 800 Bytes
/
cursors.html
File metadata and controls
38 lines (38 loc) · 800 Bytes
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><title>Cursors!</title><style type="text/css"><!--table {width: 100%;}td {background: yellow;}.one {cursor: help;}.two {cursor: hand; cursor: pointer;}.three {cursor: pointer; cursor: hand;}--></style></head><body id="www-meyerweb-com" class="css"><pre>.one {cursor: help;}.two {cursor: hand; cursor: pointer;}.three {cursor: pointer; cursor: hand;}</pre><p><a href="http://www.cnn.com/" class="one">CNN (one)</a></p><p><a href="http://www.cnn.com/" class="two">CNN (two)</a></p><p><a href="http://www.cnn.com/" class="three">CNN (three)</a></p><table><tr><td class="one">one</td><td class="two">two</td><td class="three">three</td></table></body></html>