<! DOCTYPE HTML> <html> <head> <title> Example </ title> </ head> <body> <form> Name: <input type = "text" name = "name" accesskey = "n" /> <p /> Password: <input type = "password" name = "password" accesskey = "p" /> <p /> <input type = "submit" value = "Log In" accesskey = "s" /> </ form> </ body> </ html>
<! DOCTYPE HTML> <html> <head> <title> Example </ title> </ head> <body> <a href="http://apress.com"> Apress web site </a> <p /> <a href="http://w3c.org"> W3C web site </a> </ body> </ html>
<! DOCTYPE HTML> <html> <head> <title> Example </ title> </ head> <body> <p contenteditable = "true"> It is raining right now </ p> </ body> </ html>
Most popular questions within the last 30 days