html5制作美食今日推荐求代码。

html5制作美食今日推荐求代码。,第1张

<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>美食今日推荐</title><styletype="text/css">.a{font-size:20pxcolor:#20db00}.b{font-size:24pxcolor:rgba(219,0,114,0.85)}.c{font-size:16pxcolor:#ff0000}</style></head><body><imgsrc="img7.gif"/><br/><pclass="a">华仔推荐今日美食套餐全省20%。<br/></p><imgsrc="more.gif"/><imgsrc="shen.png"/><br/><h2class="b">黄金披萨</h2><imgsrc="img8.gif"/><br/><pclass="c">黄金披萨美食套餐原价100美元,现价只要80美元!</p><br/><h2class="b">黄金鸡腿</h2><imgsrc="img9.gif"/><pclass="c">黄金鸡腿美食套餐原价100美元,现价只要80美元!</p><br/><pclass="a">让所有顾客可以开心烹饪今日推荐美味佳肴,烹饪美食。<br/></p></body></html>

效果图,图片自己换,

html代码:

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8"/>

<title>泰国</title>

<link rel="stylesheet" type="text/css" href="css/index.css"/>

<script type="text/javascript" src="js/index.js"></script>

</head>

<body>

<div class="box">

  <div class="titles">泰国</div>

  <div class="img-box">

    <img class="auto-img" src="images/a001.jpg"/>

  </div>

  <div class="text-box">

    <div class="text-box-a">

      <a href="#">曼谷、芭提雅(珊瑚岛、金沙岛)5晚7天</a>

    </div>

    <div class="text-box-a">

      东航直飞曼谷客机,入住1晚曼谷国际5星+4晚泰式5星酒店,芭提雅双岛(珊瑚岛+金沙岛)清...

    </div>

    <div class="text-box-a">

      出发日期:星期一,星期二,星期三,星期四,星期五

    </div>

  </div>

  <div class="bottom ovf">

    <div class="fl text-a1">

      班期:每周发团

    </div>

    <div class="fr">

      <div class="price">¥&nbsp4549</div>

      <div class="rush-to-buy">立即抢购</div>

    </div>

  </div>

</div>

</body>

</html>

css样式:

html,body{

padding:0

margin:20px 0 0

}

a{

text-decoration:none

}

.fl{

float:left

}

.fr{

float:right

}

.ovf{

overflow: hidden

}

.box{

width:50%

margin:0 auto

border:1px dashed #000000

padding:4px

}

.titles{

width:100%

text-align: center

color:#ffffff

background-color: #ff0000

}

.img-box{

width:100%

margin-top: 4px

}

.auto-img{

display: block

width:100%

}

.text-box{

width:100%

}

.text-box-a{

width:100%

font-size: 14px

line-height: 20px

letter-spacing: 1px

}

.text-box-a>a{

color:#0089ff

}

.bottom{

margin-top: 30px

}

.text-a1{

font-size: 18px

font-style: italic

font-style:oblique/*为保证斜体效果加一个*/

}

.price{

font-size: 16px

color:#8B3E2F

}

.rush-to-buy{

width:80px

text-align: center

background-color: #ff0000

font-size: 16px

}

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/htmlcharset=gb2312">

<title>无标题文档</title>

</head>

<body>

<img src="file:///D|/Backup/我的文档/美图图库/LOGO.bmp" align="left"><b>餐饮美食</b><br>

<font color="#0000FF"><a href="">小吃/快餐</a>   <a href="">中餐</a>   <a href="">西餐</a>

   <a href="">火锅</a>   <a href="">海鲜</a>   <a href="">自助餐</a></font>

</body>

</html>

图的路径换成你的


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7366143.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-04
下一篇 2023-04-04

发表评论

登录后才能评论

评论列表(0条)

保存