码迷,mamicode.com
首页 > 编程语言 > 详细

HTML&javaSkcript&CSS&jQuery&ajax(四)

时间:2018-02-25 00:02:12      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:post   于平   bit   idt   设计   query   str   rap   mos   

一、HTML创建响应设计 Responsive Web Design 可以改变尺寸传递网页,对于平板和移动设备是必须的

     1、<!DOCTYPE html>
<html lang="en-US>
<head>
<style>
.city{
float:left;
margin:5px;
padding:15px;
width:300px;
height:300px;
broder: 1px solid black;}
</style>
</head>
<body>
<h1>W3cSchool<h1>
<h2>Resize this responsive page</h2>
<br/>
<div class="city">
<h2>London</h2>
<p>It is the capital city of England</p>
<p>It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
</div>
<div class="city">
<h2>Paris</h2>
<p>Paris is the capital and most populous city of France.</p>
</div>

<div class="city">
<h2>Tokyo</h2>
<p>Tokyo is the capital of Japan, the center of the Greater Tokyo Area,
and the most populous metropolitan area in the world.</p>
</div>
</body>
</html>

   2、使用Bootstrap 使用现成的CSS框架 开发响应式Web的Html CSS JS 框架

    

HTML&javaSkcript&CSS&jQuery&ajax(四)

标签:post   于平   bit   idt   设计   query   str   rap   mos   

原文地址:https://www.cnblogs.com/xinxianquan/p/8467886.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!