开始学些Html的时候主要进行一些简单的静态网页的处理: 1.HTML 标题 HTML 标题(Heading)是通过 h1-h6 加中括号<>等标签进行定义的. 2.HTML 段落 HTML 段落是通过 标签进行定义的. 3.HTML 链接 HTML 链接是通过<a>标签进行定义的. 4.HTML 图像 HTML 图像是通过 标签进行定义的. 5.HTML 元素 HTML 元素指的是从开始标签(start tag)到结束标签(end tag)的所有代码. 6.HTML 元素语法 a
1.安装libc 什么是libc,这里贴一个gnu官方的解释 Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... The GNU C Library is used as the C library in the GNU sys
很简单,如下: 父页面:(弹出提示框) function newwindow(obj) { var rtn = window.showModalDialog('NewPage.htm','','status=no,scrollbars=no,top=20,left=110,width=420,height=165'); var div = document.getElementById("div1"); div.innerHTML=rtn; } 子页面: function pagein