zoukankan      html  css  js  c++  java
  • html快速入门

    html 快速入门

    html基础

    • HTML 链接:<a>
      <a href="http://www.w3school.com.cn" alt="a link">This is a link</a>
    • HTML 图像:<img>
      <img src="w3school.jpg" width="104" height="142" />
    • 引用 : <blockquote>, <q>
      这是长的引用:
      这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。这是长的引用。
      这是短的引用: 这是短的引用。

      使用 blockquote 元素的话,浏览器会插入换行和外边距,而 q 元素不会有任何特殊的呈现。

    • 文本格式 : <b>, <strong>, <big>, <em>, <i>, <small>, <sub>, <sup>
    • This text is bold
      This text is strong
      This text is big
      This text is emphasized
      This text is italic
      This text is small
      This text contains subscript
      This text contains superscript
    • 删除文本及下划线: <del>, <ins>

      一打有 blablabla hahahaha 件。

      大多数浏览器会改写为删除文本和下划线文本。

      一些老式的浏览器会把删除文本和下划线文本显示为普通文本。

    • 预留格式 : <pre>

      pre 标签很适合显示计算机代码:

      for i = 1 to 10
           print i
      next i
      
    • 用于显示计算机/编程代码:  <code>, <kbd>,  <tt>, <samp>,  <var>
      Computer code
      Keyboard input
      Teletype text
      Sample text
      Computer variable
    • 地址:<address>
      Written by Donald Duck.
      Visit us at:
      Example.com
      Box 564, Disneyland
      USA
    • 定义与缩写:<dfn>, <abbr>, <acronym>

      WHO 成立于 1948 年。

      etc.
      WWW
    • 文字方向: <bdo>

      如果您的浏览器支持 bi-directional override (bdo),下一行会从右向左输出 (rtl);

      Here is some Hebrew text
      Here is some Hebrew text
    • 注释 : <!-- blaba  -->
    • 列表: <li> list item; <ol> ordered list; <ul> unordered list

    带有实体名称的 ASCII 实体

    结果描述实体名称实体编号
    " quotation mark &quot; &#34;
    ' apostrophe  &apos; &#39;
    & ampersand &amp; &#38;
    < less-than &lt; &#60;
    > greater-than &gt; &#62;

    ISO 8859-1 符号实体

    结果描述实体名称实体编号
      non-breaking space &nbsp; &#160;
    ¡ inverted exclamation mark &iexcl; &#161;
    ¢ cent &cent; &#162;
    £ pound &pound; &#163;
    ¤ currency &curren; &#164;
    ¥ yen &yen; &#165;
    ¦ broken vertical bar &brvbar; &#166;
    § section &sect; &#167;
    ¨ spacing diaeresis &uml; &#168;
    © copyright &copy; &#169;
    ª feminine ordinal indicator &ordf; &#170;
    « angle quotation mark (left) &laquo; &#171;
    ¬ negation &not; &#172;
      soft hyphen &shy; &#173;
    ® registered trademark &reg; &#174;
    ¯ spacing macron &macr; &#175;
    ° degree &deg; &#176;
    ± plus-or-minus  &plusmn; &#177;
    ² superscript 2 &sup2; &#178;
    ³ superscript 3 &sup3; &#179;
    ´ spacing acute &acute; &#180;
    µ micro &micro; &#181;
    paragraph &para; &#182;
    · middle dot &middot; &#183;
    ¸ spacing cedilla &cedil; &#184;
    ¹ superscript 1 &sup1; &#185;
    º masculine ordinal indicator &ordm; &#186;
    » angle quotation mark (right) &raquo; &#187;
    ¼ fraction 1/4 &frac14; &#188;
    ½ fraction 1/2 &frac12; &#189;
    ¾ fraction 3/4 &frac34; &#190;
    ¿ inverted question mark &iquest; &#191;
    × multiplication &times; &#215;
    ÷ division &divide; &#247;

    ISO 8859-1 字符实体

    结果描述实体名称实体编号
    À capital a, grave accent &Agrave; &#192;
    Á capital a, acute accent &Aacute; &#193;
    Â capital a, circumflex accent &Acirc; &#194;
    Ã capital a, tilde &Atilde; &#195;
    Ä capital a, umlaut mark &Auml; &#196;
    Å capital a, ring &Aring; &#197;
    Æ capital ae &AElig; &#198;
    Ç capital c, cedilla &Ccedil; &#199;
    È capital e, grave accent &Egrave; &#200;
    É capital e, acute accent &Eacute; &#201;
    Ê capital e, circumflex accent &Ecirc; &#202;
    Ë capital e, umlaut mark &Euml; &#203;
    Ì capital i, grave accent &Igrave; &#204;
    Í capital i, acute accent &Iacute; &#205;
    Î capital i, circumflex accent &Icirc; &#206;
    Ï capital i, umlaut mark &Iuml; &#207;
    Ð capital eth, Icelandic &ETH; &#208;
    Ñ capital n, tilde &Ntilde; &#209;
    Ò capital o, grave accent &Ograve; &#210;
    Ó capital o, acute accent &Oacute; &#211;
    Ô capital o, circumflex accent &Ocirc; &#212;
    Õ capital o, tilde &Otilde; &#213;
    Ö capital o, umlaut mark &Ouml; &#214;
    Ø capital o, slash &Oslash; &#216;
    Ù capital u, grave accent &Ugrave; &#217;
    Ú capital u, acute accent &Uacute; &#218;
    Û capital u, circumflex accent &Ucirc; &#219;
    Ü capital u, umlaut mark &Uuml; &#220;
    Ý capital y, acute accent &Yacute; &#221;
    Þ capital THORN, Icelandic &THORN; &#222;
    ß small sharp s, German &szlig; &#223;
    à small a, grave accent &agrave; &#224;
    á small a, acute accent &aacute; &#225;
    â small a, circumflex accent &acirc; &#226;
    ã small a, tilde &atilde; &#227;
    ä small a, umlaut mark &auml; &#228;
    å small a, ring &aring; &#229;
    æ small ae &aelig; &#230;
    ç small c, cedilla &ccedil; &#231;
    è small e, grave accent &egrave; &#232;
    é small e, acute accent &eacute; &#233;
    ê small e, circumflex accent &ecirc; &#234;
    ë small e, umlaut mark &euml; &#235;
    ì small i, grave accent &igrave; &#236;
    í small i, acute accent &iacute; &#237;
    î small i, circumflex accent &icirc; &#238;
    ï small i, umlaut mark &iuml; &#239;
    ð small eth, Icelandic &eth; &#240;
    ñ small n, tilde &ntilde; &#241;
    ò small o, grave accent &ograve; &#242;
    ó small o, acute accent &oacute; &#243;
    ô small o, circumflex accent &ocirc; &#244;
    õ small o, tilde &otilde; &#245;
    ö small o, umlaut mark &ouml; &#246;
    ø small o, slash &oslash; &#248;
    ù small u, grave accent &ugrave; &#249;
    ú small u, acute accent &uacute; &#250;
    û small u, circumflex accent &ucirc; &#251;
    ü small u, umlaut mark &uuml; &#252;
    ý small y, acute accent &yacute; &#253;
    þ small thorn, Icelandic &thorn; &#254;
    ÿ small y, umlaut mark &yuml; &#255;

    html 表格

    • 带表头及标题的表格: th: Table Header, td:Table Data; tr:Table Row; nbsp: No-Break Space
    <table border="1">
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>
    a table sample
    HeadingAnother Heading
    row 1, cell 1 row 1, cell 2
      row 2, cell 2

     

    html 元素

    • html 块级元素,block level element:<div>, <h1>, <p>, <ul>, <table>, etc. 通常会以新行开始
    • html 内联元素,inline element:<span>, <b>, <td>, <a>, <img>, etc. 通常不会以新行开始

    html 类

     

    html 样式

    • ccs
  • 相关阅读:
    suse系统FTP问题
    Oracle SQL编写注意事项
    EXP-00056: ORACLE error 6550 encountered报错;
    Linux 单网卡多 IP 的配置方法
    Authorized users only. All activity may be monitored and reported.
    使用jconsole检测linux服务器
    Suse系统用户不能登录报错
    性能测试介绍
    判断浏览器是否是手机端
    JSONP 跨域请求
  • 原文地址:https://www.cnblogs.com/qiyuexin/p/12335173.html
Copyright © 2011-2022 走看看