1 目录结构 url 统一资源标识符 绝对路径 相对路径 根相对路径
2 图像
3 链接
4
img
常用的属性 src width height alt(提示)
a
href target name target='-top’(转跳页面时保留原页面)blank(空白页面打开) name (做锚点 )
mailto邮箱 李仁平的邮箱
javascript
border 边框
padding内边距 填充
spacing外边距 单元格之间的距离
cellpadding=“0”内边距合并为0
cellspacing=“0"外边距合并为0
valign竖对齐top(上)miiddle(中) bottom(下)
caption(表格标题) align rowspan collapsan
老师的笔记如下:
1.绝对路径
http://127.0.0.1:8020/MyPro/index.html
相对路径
2.
img
src width height alt
3. a
href target name
table
border width height cellpadding cellspacing
style background bgcolor
caption align
rowspan
colspan
align left center right
valign top middle bottom
第一章 第一节
HTML基础
1.web基础知识
internate简介
web简介
web服务器
web浏览器
2.HTML基本组成
html标记
html注释
html文档结构
文本标记
分区元素 div span
预格式化 pre
第一章第二节
HTML基础
1.目录结构 相对 绝对路径
2.图像
3.链接 A 锚点
4.表格
5.列表
网友评论