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>

  • 相关阅读:
    DEBUG 知识
    转载:telnet启动后的登录问题
    通过ip找主机名
    转载:网线的相关知识
    hdu2717(广度优先搜索)
    hdu1241(bfs)
    hdu1060 数论
    大数除(hdu2117)
    hdu1159(DP)
    hdu2181__DFS
  • 原文地址:https://www.cnblogs.com/sunbo123/p/7181347.html
Copyright © 2011-2022 走看看