Home
>>
Tags
>> New page
The text box below contains the basic structural elements (
html
,
head
and
body
) as well as the
!doctype
,
meta
and
link
elements for a new HTML 4.01 document.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title> </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Style-Type" content="text/css"> </head> <body> <!-- Body content goes here ... --> </body> </html>