'insertAdjacentText()' is applied to : insertAdjacentText « Javascript Methods « JavaScript Reference

'insertAdjacentText()' is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<a>                             <address>                     |
|                |<area>                          <b>                           |
|                |<basefont>                      <big>                         |
|                |<blockquote>                    <body>                        |
|                |<button>                        <caption>                     |
|                |<center>                        <cite>                        |
|                |<code>                          <comment>                     |
|                |<custom>                        <dd>                          |
|                |<dfn>                           <dir>                         |
|                |<div>                           <dl>                          |
|                |<dt>                            <em>                          |
|                |<fieldset>                      <font>                        |
|                |<form>                          <frameset>                    |
|                |<hn>                            <hr>                          |
|                |<i>                             <iframe>                      |
|                |<img>                           <input type="button">         |
|                |<input type="checkbox">         <input type="file">           |
|                |<input type="hidden">           <input type="image">          |
|                |<input type="password">         <input type="radio">          |
|                |<input type="reset">            <input type="submit">         |
|                |<input type="text">             <kbd>                         |
|                |<label>                         <legend>                      |
|                |<li>                            <listing>                     |
|                |<map>                           <marquee>                     |
|                |<menu>                          <nobr>                        |
|                |<ol>                            <option>                      |
|                |<p>                             <pre>                         |
|                |<s>                             <samp>                        |
|                |<select>                        <small>                       |
|                |<span>                          <strike>                      |
|                |<strong>                        <sub>                         |
|                |<sup>                           <td>                          |
|                |<textarea>                      <th>                          |
|                |<tt>                            <u>                           |
|                |<ul>                            <var>                         |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'insertAdjacentText()' Syntax, Parameters and Note
2.'insertAdjacentText()' Example