zoukankan      html  css  js  c++  java
  • 样式表练习

       

    !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>样式表1</title>

    <style type="text/css">/*标签选择器*/
    div{text-align:center; vertical-align:middle; line-height:100px}


    </style>


    </head>

    <body>

    <div style="1400px;height:600px; background-color:#90C; background-image:url(logo.jpg); background-repeat:no-repeat; background-position:center; background-attachment:scroll; background-size:600px 400px">
    </div>


    <div style="font-family:微软雅黑; font-size:14px; font-style:italic; font-weight:bold; text-decoration:underline; color:#F00">xxxxxxx</div>

    <a style="text-decoration:none" href="#">百度一下</a>

    <div style="300px; height:300px; background-color:#F00; line-height:300px; text-align:center; vertical-align:middle; text-indent:50px">xxxxx</div>


    <div style="300px; height:300px; background-color:#0F0"></div>

    <div style="200px; height:200px; background-color:#009></div>

    </body>
    </html>

  • 相关阅读:
    [转]nmake命令(windows下的makefile)
    [转]Visual Studio 2010 C++ 工程文件解读
    [转]开源库的编译
    强软弱虚引用试验
    ArtHas JVM在线排查工具
    JVM常用参数
    CMS两个常见问题
    jvisual vm连接
    jconsole连接
    JVM调优
  • 原文地址:https://www.cnblogs.com/sunbo123/p/7181347.html
Copyright © 2011-2022 走看看