The first thing added was the title.
The title appears at the top of the Browser window.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd" <HTML> <HEAD> <TITLE> The Naked Website </TITLE> </HEAD> <BODY> </BODY> </HTML> |