009_HTML布局、响应式设计
2021-04-13 22:29
YPE html>
标签:com ttl web设计 alc dom 设计 htm style trap
HTML布局
网站常以杂志、报纸样式显示
使用
#header{
background-color:balck;
color:white;
text-align:center;
padding:5px:}
#nav{
line-heitht:30px;
background-color:#eeeeee;
height:300px;
width:100px;
float:left;
padding:5px;{
#section{
width:350px;
float:left;
padding:10px;}
#flooter{
background-color:bkack;
color:white;
clear:both;
text-align:center;
padding:5px;}
City Gallery
London
London is the capital city of England. It is the most populous city in the United Kingdom.
Standing on the River Thames,London has been a major settlement for two millennia.
--------------------------------------------------------------------------------------------------------------------------
HTML响应式web设计
RWD,响应式web设计(Responsive Web Design),能够以可变的尺寸传递网页
RWD对于平板和移动设备是必需的
一般使用现有的框架快速实现,如Bootstrap框架
009_HTML布局、响应式设计
标签:com ttl web设计 alc dom 设计 htm style trap
原文地址:https://www.cnblogs.com/linyuansun/p/12380999.html
上一篇:前端学习(23)~js学习(一)
下一篇:C#笔记——3.泛型