HTML CSS Reference/HTML Attributes Reference/end

Материал из Web эксперт
Перейти к: навигация, поиск

"end" Example

<HTML>
<HEAD>
<STYLE>
    .time{ behavior: url(#default#time2);}
</STYLE>
</HEAD>
<BODY BGCOLOR="white">
<SPAN CLASS=time STYLE="COLOR:Red;" BEGIN="0" end="3"
    TIMEACTION="display">
    <H3>Paragraph #1</H3>
    <P>This is paragraph number one. 
       It appears for three seconds immediately 
       after the page is loaded.</P>
</SPAN>
</BODY>
</HTML>



end is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<a>                             <acronym>                     |
|                |<address>                       <area>                        |
|                |<b>                             <big>                         |
|                |<blockquote>                    <button>                      |
|                |<caption>                       <center>                      |
|                |<cite>                          <code>                        |
|                |<dd>                            <del>                         |
|                |<dir>                           <div>                         |
|                |<dl>                            <dt>                          |
|                |<em>                            <fieldset>                    |
|                |<font>                          <form>                        |
|                |<hn>                            <hr>                          |
|                |<i>                             <iframe>                      |
|                |<img>                           <input type="button">         |
|                |<inputtype="checkbox">          <input type="file">           |
|                |<input type="hidden">           <input type="image">          |
|                |<input type="password">         <input type="radio">          |
|                |<input type="reset">            <inputtype="submit">          |
|                |<input type="text">             <ins>                         |
|                |<kbd>                           <legend>                      |
|                |<li>                            <listing>                     |
|                |<marquee>                       <menu>                        |
|                |<ol>                            <option>                      |
|                |<p>                             <pre>                         |
|                |<q>                             <s>                           |
|                |<samp>                          <small>                       |
|                |<span>                          <strike>                      |
|                |<strong>                        <sub>                         |
|                |<sup>                           <table>                       |
|                |<tbody>                         <td>                          |
|                |<textarea>                      <tfoot>                       |
|                |<th>                            <thead>                       |
|                |<tr>                            <tt>                          |
|                |<u>                             <ul>                          |
|                |<var>                           <xmp>                         |
+----------------+--------------------------------------------------------------+



"end" Syntax and Note

Note:
    
This attribute belongs to the HTML+TIME technology introduced by Microsoft. 
    
Syntax: