
html5
文章平均质量分 53
Davenny
O ever youthful,O ever weeping.
展开
-
menu bar (html+css)
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale原创 2017-10-07 11:11:51 · 633 阅读 · 0 评论 -
Making the text surround the picture
In this example,it uses the ‘float’ attribute to achieve it; The float element will on the top of the element that doesn’t float,the tow element will overlap<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0原创 2017-10-07 18:13:11 · 378 阅读 · 0 评论 -
news_list
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale原创 2017-10-10 22:17:53 · 785 阅读 · 0 评论 -
simple traditional layout in html(use table)
code:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello!</title> </head> <body> <table width="800" height="800" border="0" cellspacing="0" cellpadding="0" align="ce原创 2017-10-06 11:50:44 · 438 阅读 · 0 评论