笔记本

<html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       <!--中文乱码-->
    </head>
    <body>
        <textarea rows="5">
        </textarea>
        <pre>
            <input type="button" value="button"/>
            <input type="text" value="text"/>
            <input type="password" id="cndi" />
<!--javascript:alert(document.getElementById("cndi").value)-->
            <select>
            <option value="nh">
                你好
            </option>
            <option value="wh">
                我好
            </option>
            <option value="djh">
                大家好
            </option>
            </select>
       <!--<img src="./1.jpg"></img>-->
            <a href="http://www.google.com" target="_blank"><img src="./1.jpg"></img></a>
            <br>
            <a href="http://www.baidu.com" target="_blank">dian wo</a>
        </pre>
    </body>
</html>

猜你喜欢

转载自cndi3870lj.iteye.com/blog/2064604