The page for google adsense search result
Following is a quite simple html page I made for google adsense search result:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”UTF-8″>
<head>
</head>
<body>
<div align = “center”>
****google adsense search result code*****
</div>
</body>
</html>
I dont know what is the meaning of the first 2 lines:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”UTF-8″>