HTMLタグ |
<a> <abbr> <acronym> <address> <applet> <area> <b> <base> <basefont> <bdo> <bgsound> <big> <blink> <blockquote> <body> <br> <button> <caption> <center> <cite> <code> <col> <colgroup> <comment> <dd> <del> <dfn> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <font> <form> <frame> <frameset> <h1>-<h6> <head> <hr> <html> <i> <iframe> <ilayer> <img> <input> <ins> <isindex> <kbd> <keygen> <label> <layer> <legend> <li> <link> <listing> <map> <marquee> <menu> <meta> <multicol> <nextid> <nobr> <noembed> <noframes> <nolayer> <noscript> <object> <ol> <optgroup> <option> <p> <param> <plaintext> <pre> <q> <rb> <rp> <rt> <ruby> <s> <samp> <script> <select> <server> <small> <spacer> <span> <strike> <strong> <style> <sub> <sup> <table> <tbody> <td> <textarea> <tfoot> <th> <thead> <title> <tr> <tt> <u> <ul> <var> <wbr> <xmp> <!DOCTYPE> |
次のタグをテストに使用するとよいでしょう |
<b><u><I>
<table></table><textarea></textarea>
<script> |
- 特定のタグのみがテスト対象の場合はそのタグをテストに使用してください。
- HTMLの扱いは次の三つに分かれます。
- 登録できない。
- 文字列として登録できる。
- HTMLタグとして登録できる。
どの目的でテストを行なっているかしっかり把握しましょう。
- 「<」及び、「>」等の文字実体参照(特殊文字)が文字実体参照、数値文字参照に変換されるか、されないかを開発に確認しましょう。
|