HTML Responsive Web Design
- 上一页 HTML Layout
- 下一页 HTML Computer Code
什么是响应式 Web 设计?
- RWD 指的是响应式 Web 设计(Responsive Web Design)
- RWD 能够以可变尺寸传递网页
- RWD 对于平板和移动设备是必需的
创建您自己的响应式设计
创建响应式设计的一个方法,是自己来创建它:
!DOCTYPE html <html lang="en-US"> <head> <style> .city { float: left; margin: 5px; padding: 15px; width: 300px; height: 300px; border: 1px solid black; } </style> </head>CodeW3C.com Demo
<h2>Resize this responsive page!</h2> <br> <div class="city">London
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.
Paris
Paris is the capital and most populous city of France.