html快速入门

2021-06-05 10:02

阅读:616

标签:col   master   web   title   box   override   www   cti   address   

html 快速入门

html基础

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

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

  • 文本格式 : 
  • 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
  • 删除文本及下划线: ,

    一打有 blablabla hahahaha 件。

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

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

  • 预留格式 :

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

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

    WHO 成立于 1948 年。

    etc.
    WWW
  • 文字方向:

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

    Here is some Hebrew text
    Here is some Hebrew text


html快速入门

标签:col   master   web   title   box   override   www   cti   address   

原文地址:https://www.cnblogs.com/qiyuexin/p/12335173.html


评论


亲,登录后才可以留言!