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
相关问答:
如题,在WINDOWS底下的CODE会,但在LINUX下不知道如何实现,JS的代码应该是不一样的。 求教。
分不够再加。
http://topic.csdn.net/u/20100113/08/17ba1e71-4c33-43f6-91a5-0e031c86e5ed.html
linux ......
在发表评论时 过滤 如何:<br/> <hr/> 双引号 单引号 还有其他 等 有好的方法告诉一下 谢谢
.replace(/<\w+[^>]*>/g,"").replace(/'/g,"''")
将单引号换成2个 ......
.css1 .css2 #objid {OVERFLOW: scroll;...}
.css1 .css3 {...}
把具有共同样式的写到一起了 好维护
中间无逗号,属于样式嵌套
样式的共同的地方写在一起,可以省掉不必要的代码行~
这个就是代码 ......
我网上下了个 kindeditor 但不支持 asp图片上传功能
有没有好一点的办法解决
或者 推荐下别的好用的 html编辑器
fckeditor
fckeditor
可以asp上传图片吗
我去fck的主页上下载 没见到有asp版的啊 ......
网页中嵌入一个ActiveX,怎样使用<param>指定字体?
如下:
<OBJECT ID="AX" CLASSID="CLSID:986E24CA-ABCD-1234-5678-04C63B177FB0">
<param name="Font" value=& ......