zoukankan      html  css  js  c++  java
  • 温习

    <html>----开始标签

          <head>-----网页上的控制信息

         <title>   页面标题  </title>

          </head>

          <body>    页面显示的内容   </body>

    </html>-----结束标签

    <!--注释内容-->

    body的属性:

    bgcolor  页面背景

    text       文字颜色

    topmargin     上页边距

    leftmargin      左页边距

    rightmargin    右页边距

    bottomargin   下页边距

    background    背景壁纸

    一般标签

    格式控制标签

    <font color=""  face=""   size=""></font>

    控制字体;color="##FF0000";

    face,字体;   

    size,字体大小。

    <b></b>     字体加粗

    <i></i>        倾斜

    <u></u>      下划线

    <strong></strong>     字体加粗(强调,语气加强用)

    <em></em>     字体倾斜(强调,语气加强用)

    <center></conter>      居中

    <br />          换行

    &nbsp        表示空格

  • 相关阅读:
    第十一章关联容器
    第十章泛型算法
    第九章
    第八章
    阅读记录
    java.lang.Class阅读笔记
    java.time包阅读笔记
    CLion运行多个main函数
    c++中lower_bound和upper_bound中的comp参数
    如何写dfs
  • 原文地址:https://www.cnblogs.com/yunpeng521/p/6867169.html
Copyright © 2011-2022 走看看