
HTML
World-in-Words
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTML Basic II
EXAMPLE: ordered list, 带序号的列表: list, 列表元素: unordered list, 不带序号的列表: 注释: 标签对应字体大小的设置: 标签对应内容的字体风格: 标签所对应内容颜色设置: 背景色设置: 文件内容对齐方式(居中): 文字加粗: emphasize words, 文字斜体详细内容见codecade原创 2013-12-13 23:49:21 · 583 阅读 · 0 评论 -
CSS: An Overview
INTRODUCTIONCSS: Cascading Style Sheets, it's a language to describe the appearance and formatting of your HTML.stylesheet.css: It's a file that describes how an HTML file should look.The原创 2013-12-14 12:47:18 · 738 阅读 · 0 评论 -
CSS Positioning
positioning property: block:This makes the element a block box. It won't let anything sit next to it on the page! It takes up the full width.inline-block: This makes the element a block box, b原创 2013-12-14 22:32:05 · 633 阅读 · 0 评论 -
CSS Selector
Any HTML element can be a CSS selector! General SelectorMultiple SelectorMultiple Selector in the CSS tab like this:div div p { color: blue;}设置级联为div div p的段落颜色为蓝色。Any Se原创 2013-12-14 17:20:14 · 791 阅读 · 0 评论 -
HTML Basic III
: 表格标签: table row, 表的行: table data, 表数据: table column, 表的列: table head, 表名区域: table body, 表内容体区域: table head, 表明标签: 设置表格名称, X表示占用的列数: division, 页面分区/块: spantastic, 小区域内设置style(如内部)原创 2013-12-14 10:37:45 · 465 阅读 · 0 评论 -
HTML Basic I
: indicate the filetype is html:starts of html content:html head part:tilte of the html page in browser:html body part:paragragh:heading,,,,,:Headings just different in siz原创 2013-12-13 23:22:21 · 510 阅读 · 0 评论