摘要: 纯html的网页 采用table分割板块进行布局<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htm 阅读全文
posted @ 2016-09-10 21:47 缘琪梦 阅读(452) 评论(0) 推荐(0) 编辑
摘要: <html> <head><title>hello</title></head> <body> <p>段落</p> <table border="1" width="400px" height="200px"> <tr><th>名字</th><th valign="boottom">性别</th>< 阅读全文
posted @ 2016-09-10 21:05 缘琪梦 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 使用mailto在网页中链接Email地址 <a>标签还有一个作用是可以链接Email地址,使用mailto能让访问者便捷向网站管理者发送电子邮件。我们还可以利用mailto做许多其它事情。下面一一进行讲解,请看详细图示: 注意:如果mailto后面同时有多个参数的话,第一个参数必须以“?”开头,后 阅读全文
posted @ 2016-09-10 11:34 缘琪梦 阅读(271) 评论(0) 推荐(0) 编辑