先说明一下,我也是半路出家的和尚,可能有些地方说的不到位,只是个人观点而已。
记得我学这块内容的时候是在北京一家公司上班的时候学的,那时候也没有人带着学习,就别人说了W3C,然后就开始自己看,照着里面的内容去打代码,每天晚上都敲到陵城3点,然后理解各个标签的作用(可能说的不标准),然后一个一个的看标签的属性。自己最开始独立写的一个页面就是用table写了一张简历。
代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>个人简历</title></head><body bgcolor="#BBFFFF"> <center><h2 id="个人简历">个人简历</h2></center> <table cellpadding="0" cellspacing="0" border="1px" width="800px" height="600px" align="center"> <tr align="center" height="50px"> <td>姓名</td><td>Strip_liu</td><td rowspan="4">照片区</td> </tr> <tr align="center" height="50px"> <td>性别</td><td>男</td> </tr> <tr align="center" height="50px"> <td>电话</td><td>180xxxxxxxx</td> </tr> <tr align="center" height="50px"> <td>E-mail</td><td>strip_liu@xxx.com</td> </tr> <tr > <td align="center">工作经验</td><td colspan="2">上大学的时候……</td> </tr> <tr> <td align="center">个人介绍</td><td colspan="2">我叫XXX,……</td> </tr> <tr> <td align="center">兴趣爱好</td><td colspan="2">我喜欢象棋……</td> </tr> </table> <center><a href="这里当时写的是QQ空间地址">我的空间</a></center></body></html>
效果图:
这段代码严格来说,还是有问题的,因为当时虽然已经知道div这个东西,但是根本不知道怎么用,一想到做一个简历,第一想到的就是table表格,因为这个本来就是表的形式,只要自己稍稍合并一下单元格就OK了。
这里说一下代码吧。在写出来之后我才知道center这个标签已经被丢弃了;
这里在body里面直接加了北京颜色,也就是bgcolor属性,table中的cellpadding -- 代表单元格外面的一个距离,用于隔开单元格与单元格空间,这里一般都设置为0,cellspacing单元格间距表格间距 -- 代表表格边框与单元格补白的距离,也是单元格补白之间的距离,一般也设置为0;
border属性一般块元素都有,不过有的设置显示有的设置为不显示,border一般用法是 border:宽度 实线/虚线 颜色;width和height是设置整张表宽度和高度的;当然,在任何块元素(标签)中,width和height都是设置宽高的。
tr是行元素,也就是一对tr标签就是一行,tr元素对应的就是td,td代表列,一般内容填充就填充在列种,rowspan是表示跨行合并,后面的数字就代表着跨几行合并单元格,同理colspan是跨列合并,后面数字代表的跨几列;
从上面代码中我们可以看到,text-align="center"这个属性,这是设置行内居中的,但是我有的写在tr中 有的写在td中,虽然这种写法很烂,但初学者这样写很正常,也更加容易理解这个属性带来的效果,因为我有些是要正行居中,所以写在tr中,而有些只需要一个列居中,就单独的写了列居中。
最后是a标签,a标签就是一个超级链接,href属性就是它要链接到那个页面(注意的是href中一定要加上http://,也就是链接用的是http协议);
其实代码挺简单的,初学者可以看看。这些基本就是table的一些东西,真正写页面,现在用table显然已经很不现实了,但这也是基础。零零散散的说了一些,希望对初学者有用。

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
