⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 html_standardattributes.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>HTML 4.0 Standard attributes</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>


<h1>HTML 4.0 Standard Attributes</h1>

<a href="html_scripts.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="html_eventattributes.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<hr />

<p>HTML tags can have attributes. The special attributes for each tag are listed 
under each tag description. The attributes listed 
here are the core and language attributes that are standard for all tags (with a few exceptions):</p>
<hr />

<h2>Core Attributes</h2>

<p>Not valid in base, head, html, meta, param, script, style, and title elements.</p>

<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left" width="20%" valign="top">Attribute</th>
<th align="left" width="35%" valign="top">Value</th>
<th align="left" width="45%" valign="top">Description</th>
</tr>
<tr>
<td valign="top">class</td>
<td valign="top"><i>class_rule </i>or<i> style_rule</i></td>
<td valign="top">The class of the element</td>
</tr>
<tr>
<td valign="top">id</td>
<td valign="top"><i>id_name</i></td>
<td valign="top">A unique id for the element</td>
</tr>
<tr>
<td valign="top">style</td>
<td valign="top"><i>style_definition</i></td>
<td valign="top">An inline style definition
</td>
</tr>
<tr>
<td valign="top">title</td>
<td valign="top"><i>tooltip_text&nbsp;</i></td>
<td valign="top">A text to display in a tool tip
</td>
</tr>
</table>
<br />
<hr />

<h2>Language Attributes</h2>
<p>Not valid in base, br, frame, frameset, hr, iframe, param, and script 
elements.</p>

<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left" width="20%" valign="top">Attribute</th>
<th align="left" width="35%" valign="top">Value</th>
<th align="left" width="45%" valign="top">Description</th>
</tr>
<tr>
<td valign="top">dir</td>
<td valign="top">ltr | rtl</td>
<td valign="top">Sets the text direction</td>
</tr>
<tr>
<td valign="top">lang</td>
<td valign="top"><i>language_code</i></td>
<td valign="top">Sets the language code</td>
</tr>
</table>
<br />
<hr />
<h2>Keyboard Attributes</h2>

<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left" width="20%" valign="top">Attribute</th>
<th align="left" width="35%" valign="top">Value</th>
<th align="left" width="45%" valign="top">Description</th>
</tr>
<tr>
<td valign="top">accesskey</td>
<td valign="top"><i>character</i></td>
<td valign="top">Sets a keyboard shortcut to access an element
</td>
</tr>
<tr>
<td valign="top">tabindex</td>
<td valign="top"><i>number</i></td>
<td valign="top">Sets the tab order of an element
</td>
</tr>
</table>
<br />
<hr />
<a href="html_scripts.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="html_eventattributes.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>


<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -