Web888.vn
  • Shop
  • Blog
Đăng nhập
  • Đăng nhập / Đăng ký

Please enter key search to display results.

Home
  • HTML programming
  • Technology News
Link tag in HTML

Link tag in HTML

  • 24-07-2022
  • Trung Minh
  • 0 Comments

In this article we will learn how to use the link tag in HTML, this is a very important tag, used to add CSS files mainly.

1. What is the link tag in HTML?

The link tag defines a link between an HTML document and an external document, usually CSS files or image files. This tag is very important in SEO, it helps search engines know which links to external links related to the article.

The link tag is usually placed in the head section, it has rel and type attributes to help identify the type of link.

 <link href="URL" type="type" rel="rel"/>

Where the URL is the path to the linked file, the type is the type of the linked file.

2. How to use the link tag in HTML

Example : Link to style.css file.

 <head> <link rel="stylesheet" type="text/css" href="style.css"> </head>

Link to an icon file:

 <link rel="shortcut icon" type="image/x-icon" href="public/logo/icon.png?r=1" />

Link tag attributes:

  • href – the path to the css file to be linked.
  • rel – specifies the relationship between the current document and the linked document.

Browser support:

  • Chrome
  • Firefox
  • IE
  • Safari
  • Opera

Bài viết liên quan:

Installing PHP and introducing PHP basics
Instructions for using the plugin wp bakery builder (visual composer) to make a landing page
Instructions for installing and activating Office 2013
15 pocket tips in daily life you should know
What is WordPress and why should learn about wordpress?
Install composer use for Xampp on Windows
Guide to debug (debug) when programming C/C++ with Dev C++
Binary integer representation and binary operations
Create Gmail STMP and install for WordPress, Laravel, php…
Install and enable fileinfo extension in PHP 7 linux (centos,ubuntu)
The thing that limits your growth is the relationship you have
10 groups of customers that business people often encounter and how to behave professionally

THÊM BÌNH LUẬN Cancel reply

Dịch vụ thiết kế Wesbite

NỘI DUNG MỚI CẬP NHẬT

Step-by-step guide to installing Microsoft SQL Server and connecting to the database for beginners

Reasons Why People Are Increasingly Inexperienced in Life

PHP Data Types

Table (table) in SQL Server

Basic data types in C

Giới thiệu

web888.vn là chuyên trang chia sẻ và cập nhật tin tức công nghệ, chia sẻ kiến thức, kỹ năng. Chúng tôi rất cảm ơn và mong muốn nhận được nhiều phản hồi để có thể phục vụ quý bạn đọc tốt hơn !

Liên hệ quảng cáo: [email protected]

Kết nối với web888

© web888.vn - Tech888 Co .Ltd since 2019

Đăng nhập

Trở thành một phần của cộng đồng của chúng tôi!
Registration complete. Please check your email.
Đăng nhập bằng google
Đăng kýBạn quên mật khẩu?

Create an account

Welcome! Register for an account
The user name or email address is not correct.

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

Registration confirmation will be emailed to you.
Log in Lost your password?

Reset password

Recover your password
Password reset email has been sent.
The email could not be sent. Possible reason: your host may have disabled the mail function.
A password will be e-mailed to you.
Log in Register
×