How to set up image hyperlinks

步履不停
Release: 2019-06-20 14:02:29
Original
18182 people have browsed it

How to set up image hyperlinks

##Add an tag content to an tag to make the 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>
Copy after login

Extended information

Format flag tag:

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

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!

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!