Home > Common Problem > body text

How to make a web link

coldplay.xixi
Release: 2023-02-10 13:43:12
Original
115937 people have browsed it

How to make a web link: 1. Create a new txt file and change the suffix to html, then open it for editing with Notepad; 2. Use the tag to create a web link, the code is such as "...".

How to make a web link

The operating environment of this article: Windows 7 system, notepad version, Dell G3 computer.

How to make a web link:

1. Create a new txt file and change the suffix to html

How to make a web link

2. Use Notepad to open and edit

How to make a web link

3. Here we need to use the tag <a></a> Usage example: <a href="http://www.baidu.com">Baidu</a>

How to make a web link

##4. Let’s take a look at the effect. Here is a text link

How to make a web link

5. Let’s create a picture link. Let’s use the picture below. We enter

How to make a web link

Explain that D:\Baidu Experience\html\How to make a web link\Snipaste_2018-11-06_12-42-01.png is the image path, you can directly compare it and replace it, and the URL can also be directly replaced

How to make a web link

6. The effect is as shown in the picture. Click on the picture to enter Baidu

How to make a web link

Related free learning recommendations:

Programming Video

The above is the detailed content of How to make a web link. 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!