HTML标签
<!-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<command>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<head>
<header>
<hgroup>
<h1> - <h6>
<hr>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<meta>
<meter>
<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<html>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
charset
HTML <a> charset 属性
实例
以下实例在链接中使用 charset 属性:
<a charset="UTF-8" href="http://jiaocheng.bubufx.com">jiaocheng.bubufx.com</a>
浏览器支持
所有主流浏览器都不支持 charset 属性。
定义和用法
HTML5 已不再支持 <a> 标签的 charset 属性。
<a> 标签的 charset 属性用于指定作为链接目标的文档中所使用的字符编码。
语法
<a charset="value">
属性值
值 | 描述 |
---|---|
character_set |
所链接文档的字符集。常用的字符集有:
在理论上,可以使用任何字符集,但并不是所有浏览器都能够理解它们。某种字符集使用的范围越广,浏览器就越有可能理解它。 |