求页面布局代码

weixin_41649914 2018-01-20 10:54:14
谁能提供一下网页页面布局范例的代码啊?谢谢!入门级别!
...全文
2300 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
stacksoverflow 2018-06-18
  • 打赏
  • 举报
回复
先学会用表格(table)布局,有了成品后,再学div和css
简明教程 2018-06-17
  • 打赏
  • 举报
回复
极客诗人 2018-03-29
  • 打赏
  • 举报
回复
头、中、底
黯夜星空 2018-01-27
  • 打赏
  • 举报
回复
网上有很多这方面的布局代码,都是免费的,给你一个网址,自己去看看http://vwpan.com/index.html
霜月枫桥 2018-01-26
  • 打赏
  • 举报
回复
这是我画的一个布局图,应该挺通俗易懂了。你依次搜一下这些标签的语义。
usecf 2018-01-22
  • 打赏
  • 举报
回复
<!DOCTYPE html> <html> <head> <style> #header { background-color:black; color:white; text-align:center; padding:5px; } #nav { line-height:30px; background-color:#eeeeee; height:300px; width:100px; float:left; padding:5px; } #section { width:350px; float:left; padding:10px; } #footer { background-color:black; color:white; clear:both; text-align:center; padding:5px; } </style> </head> <body> <div id="header"> <h1>City Gallery</h1> </div> <div id="nav"> London<br> Paris<br> Tokyo<br> </div> <div id="section"> <h2>London</h2> <p> London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants. </p> <p> Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium. </p> </div> <div id="footer"> Copyright ? W3Schools.com </div> </body> </html>

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧