美文网首页
图片代码

图片代码

作者: 赵雪儿 | 来源:发表于2017-01-18 14:07 被阅读0次
    图片代码1
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <style>
    #div1{
        width:0px;
        height:0px;
        border:100px #ff0000 solid; border-bottom-color:#ffffff
        }
    </style>
    </head>
    
    <body>
    <div id="div1"></div>
    </body>
    </html>
    
    图片代码2
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <style>
    #box{width:512px;height:341px;border:#000 solid 1px;padding:0 23px;}
    #top{font:bold 23px/41px "宋体";color:#404646;}
    #content-1{font:bold 19px/53px "宋体";color:#404646}
    #content-2{text-indent:2em;font:normal 15px/27px "宋体";color:#9b9b9b;padding:0 48px 29px 0;border-bottom:dashed 1px #000000}
    #bottom{text-indent:1em;background:url(../../singer2/img.gif) no-repeat 0 34px;;font:bold 18px/38px "宋体";color:#404646;padding:20px 0 0 0;}
    </style>
    </head>
    
    <body>
    <div id="box">
        <div id="top">动态新闻</div>
            <div id="content-1">掌握一门技术的重要性</div>
            <div id="content-2">
            掌握一门技术是未来生存的一块敲门砖,掌握一门技术是未来生存的一块敲门砖,掌握一门技术是未来生存的一块敲门砖</div>
        <div id="bottom">
            <div id="content-3">走进民企观摩学习与民企面对面</div>        <div id="content-4">走进民企观摩学习与民企面对面</div>        <div id="content-5">走进民企观摩学习与民企面对面</div>        <div id="content-6">走进民企观摩学习与民企面对面</div>
        </div>
    </div>
    </body>
    

    相关文章

      网友评论

          本文标题:图片代码

          本文链接:https://www.haomeiwen.com/subject/elovbttx.html