html的常用标签_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:32:46
Original
1052 people have browsed it


html的标签.
    

1.定义正文标题
    

    标题
    在html中可以定义六级标题
    分别可以表示为
    

标题1


    

标题


    ............
    
标题


2.定义段落

    

段落


3.定义引用文本

    

引用文本

4.定义列表

    有序列表
  1. 内容

    无序列表
  • 内容

    定义列表
列表名称

    
列表内容

5.定义预编排文本
    
    
原文本
Copy after login


6.定义分区块文本
    
    

分区文本内容

7.跨越多个字符

    强调内容(着重强调)
    一般强调

8.超链接

    描述文本名称
    锚点:
    需要的锚点文字
    需要的锚点文字

9.在网页中显示图片
    
    首先图片要和编辑的网页在同一个文件夹,并且只有GIF和JPG这两种格式的额图片才能插入其中。
    
    

10.插入表格

    


    
    
    
    
    
名称 内容

11.在网页中插入网页


    
    

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!