HTML 基础- 4个实例

HTML 教程 · 2019-02-27 19:57:52

不要担心本章中您还没有学过的例子,

您将在下面的章节中学到它们。

HTML 标题

HTML 标题(Heading)是通过<h1> - <h6> 标签来定义的.

实例

<h1>这是一个标题</h1> <h2>这是一个标题</h2> <h3>这是一个标题</h3>

HTML 段落

HTML 段落是通过标签 <p> 来定义的.

实例

<p>这是一个段落。</p> <p>这是另外一个段落。</p>

HTML 链接

HTML 链接是通过标签 <a> 来定义的.

实例

<a href="http://www.codercto.com">这是一个链接</a>

提示:在 href 属性中指定链接的地址。

(您将在本教程稍后的章节中学习更多有关属性的知识).

HTML 图像

HTML 图像是通过标签 <img> 来定义的.

实例

<img src="/images/logo.png" width="258" height="39" />

注意: 图像的名称和尺寸是以属性的形式提供的。


点击查看所有 HTML 教程 文章: https://www.codercto.com/courses/l/22.html

查看所有标签

Web Design Index by Content 3 (Web Design Index)

Web Design Index by Content 3 (Web Design Index)

Pepin Press (EDT) / Pepin Press / 2007-11 / USD 29.99

Would you like an overview of the state of the art in web design in a specific field? WEB DESIGN INDEX BY CONTENT provides exactly that: every year, 500 new designs are selected and grouped in more th......一起来看看 《Web Design Index by Content 3 (Web Design Index)》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换