HTML
|
Usage Recommendation |
---|
![]() |
Put <HTML>
<HTML>
<!DOCTYPE ...>
<HTML>
For example, this code produces this little page:
<HTML> <HEAD> <TITLE>My Home Page</TITLE> </HEAD> <BODY> <H1>My Home Page</H1> Hi there! </BODY> </HTML>
Within <HTML>
<HEAD>
<BODY ...>