Home  >  Article  >  Web Front-end  >  How to set up image hyperlinks

How to set up image hyperlinks

步履不停
步履不停Original
2019-06-20 09:25:2118194browse

How to set up image hyperlinks

##Add an a1f02c36ba31691bcfe87b2722de723b tag content to an 3499910bf9dac5ae3c52d5ede7383485 tag to make the a1f02c36ba31691bcfe87b2722de723b have a hyperlink. Then you can continue to write text later, and this text will be displayed as a hyperlink. Click the text to enter the hyperlink.

The following example:

<a href="m.sbmmt.com">
<img border="0" src="/i/eg_buttonnext.gif" />
</a>

Extended information

Format flag tag:

<p></p> 创建一个段落 (英文全称:Paragraphs)
<p align=""> 将段落按左、中、右对齐
<br/>定义新行
<blockquote></blockquote> 从两边缩进文本。
<dl></dl> 定义列表(英文全称:DefinitionList)。
<dt> 放在每个定义术语词前(定义术语、英文全称:DefinitionTerm)。
<dd> 放在每个定义之前(定义说明、英文全称:DefinitionDescription)。
<ol></ol> 创建一个标有序的列表,默认前面有数字,从数字“1”开始计数,依次叠加,也可以设置为字母或从任何自然数开始计数的列表项。

More HTML For related technical articles, please visit the

HTML Tutorial column to learn!

The above is the detailed content of How to set up image hyperlinks. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:how to learn html5Next article:how to learn html5