Blogger Information
Blog 29
fans 0
comment 0
visits 25219
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML的初步认识--2019年1月14日
连界现代周伟的博客
Original
650 people have browsed it
  1. HTML的概念:超文本标记语言,标准通用标记语言下的一个应用。通熟的讲就是浏览器跟人之间相互沟通的一种约定吧。

    它包含文本,图像,列表,表单,视频等元素,HTML就是用各种标签,属性,内容把这些元素体现出来。

  2. HTML的常用标签

    (一)段落,标题,文本的相关标签:<p><h1><h2><h3><h4><h5><h6>及格式化文本<pre>

     修饰,强调文本的标签:如

    2-1.时间文本<time>

    2-2.地点文本<address>

    2-3.删除样式<del>和<s>:只有删除线显示效果,没有删除意义

    2-4.插入意义,给文本以下划线效果<ins>和<u>标签:仅有下划线显示效果

    2-5.<strong>标签:重点强调,显示为字体加粗,<b>仅形式上加粗字体,不强调作用

    2-6.<em>标签:强调语气没strong那么强烈,显示为字体斜体效果,<i>标签,形式上斜体,无强调作用

    2-7.<mark>标签:本意就是标志标识,显示为文字背景为黄色效果.

    2-8.<code>标签:用来包装文档中的代码字段和<pre>是最佳拍档。

    (二)表格标签:<table>

    完整的表格包括:标题<caption>,头部<thead>,主体<tbody>,底部<tfoot>,里面又用<tr>表示行,<td>表示单元格

    (三)数据分类用:有序列表,无序列表,描述列表三样表示

    1.有序列表:<ol>  <li></li>  </ol>

    2.无序列表:<ul>  <li></li>  </ul>

    3.描述列表:<dl> <dt> <dd></dd> </dt> </dl>

    (四)  表单标签:<form><input><button><select>

    (五)视频和音频标签:<video>和<audio>

  3. 其中以表单元素最为复杂和重要。表单是HTML给后台服务器传送数据的重要工具。HTML中的重点和难点。

                      

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post