title要在前面

<html>
    <head>
        <title>pz Ajax-test</title>
        <script type="text/javascript" src="jstest.js"/>
    </head>
    <body>
        <p id="p1">this is p1</p>
    </body>
</html>

如果title标签在script标签的下面,那到浏览器上就显示不出标题了!

你可能感兴趣的:(JavaScript,html,Ajax,浏览器)