<html>
<head>

<style type="text/css">
#select1{
background-color:blue;
color:red;
}
</style>

<link rel="stylesheet" type="text/css" href="test.css">

<style type="text/css">
@import url(my.css);
</style>

<script src= "include/grid.js "> </script

<script type="text/javascript">
function disp_alert()
{
alert("I am a girl!");
}
</script>

</head>
<body>

<script type="text/javascript">
document.write('<h1>hello world!</h1>');
</script>


<input />

</body>
</html>

相关文章:

  • 2021-10-12
  • 2022-02-10
  • 2022-02-12
  • 2021-05-20
  • 2021-10-08
  • 2021-10-13
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2021-11-17
  • 2021-09-02
  • 2022-02-01
  • 2021-11-12
  • 2021-05-01
相关资源
相似解决方案