易截截图软件、单文件、免安装、纯绿色、仅160KB

html基础

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>te.html </title>

    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
   
    <!-- <link rel="stylesheet" type="text/css" href="./styles.css">-->

  </head>
<frameset cols=25%,75%>
<frame src=te/left.html>
<frame src=te/right.html> 
</frameset>
</html>
以上输不出结果来,如果将 <frameset cols=25%,75%>
<frame src=te/left.html>
<frame src=te/right.html> 
</frameset>
改为 <body>helloworld </body>就能输出结果来,在同一个页面,为什么输出文字就可以,输出多窗口页面就出错了呢,请指地教,谢谢……



te/left.html 和 te/right.html的路径引用对不对?
另外 HTML代码要写规范

HTML code:

<frames


相关问答:

这样的css写法是什么意思? - Web 开发 / HTML(CSS)

.css1 .css2 #objid {OVERFLOW: scroll;...}
.css1 .css3 {...} 

把具有共同样式的写到一起了 好维护

中间无逗号,属于样式嵌套

样式的共同的地方写在一起,可以省掉不必要的代码行~
这个就是代码 ......

关于循环输出 html代码 - Web 开发 / ASP

VBScript code:
while x<100
response.write "<div>xxxx</div>"
x= x+1
wend
循环输出 html代码
代码总是以下面的形式那样 在一行上的
HTML code:
<div>xxxx</div> ......

CSS 怎么固定图片位子? - Web 开发 / HTML(CSS)

我通过 BACKGROUND: url(images/s.gif) no-repeat 0px 0px; 调整到图片的位子正好的时候。可是图片会根据浏览器窗口的大小不固定。
请看图 
A:hover {
 COLOR: #1e50c1; TEXT-DECORATION: underline; ......

html option select 事件 - Java / Web 开发

<select name="sel" onselect="???" >
  <option value="768">768Kbps</option>
  <option value="512" selected>512Kbps< ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号