码迷,mamicode.com
首页 > Web开发 > 详细

第四课:滚动标签,框架集,简易CSS样式

时间:2017-06-08 17:51:46      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:size   分享   滚动   sheet   text   color   技术分享   idt   http   

    <body>
    <marquee direction="down"><center>天空飘来五个字</center></marquee>
    <marquee direction="up"><center>天空飘来五个字</center></marquee>
     <marquee direction="left">天空飘来五个字</marquee>
     <marquee direction="right">天空飘来五个字</marquee>
     <hr/>
     <center><mark>这都不是事</mark></center>
     <hr/>
     <iframe src="Untitled-3.html" width="0" height="0" scrolling="no" frameborder="0">
     </iframe>
     <center> 
         <iframe src="Untitled-2.html" width="900">
         </iframe>
     </center>
    </body>

技术分享

这里,<iframe src="Untitled-3.html" width="0" height="0" scrolling="no" frameborder="0">,隐藏了一个网页。

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>加样式</title>
    
    <style type="text/css">
    #刘能 a{font-size:70px}
    </style>
    <link href="加样式.css" rel="stylesheet" type="text/css" />
</head>

<body>
    <div id="赵四" class="赵家班">佐罗</div>
    <span id="刘能" class="赵家班">
        <a>小丑</a>
    </span> 
</body>

技术分享

第四课:滚动标签,框架集,简易CSS样式

标签:size   分享   滚动   sheet   text   color   技术分享   idt   http   

原文地址:http://www.cnblogs.com/zym0m/p/6963718.html

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