XHTML Tag List With Events
| Tag with Events |
Description |
| <!-- ... --> (no events) | Defines a comment element |
| <!DOCTYPE> | Defines the (X)HTML Document Type |
| <a> | Defines an anchor element |
| <b (event)="..."> | Defines a bold text element |
| <body> | Defines the body element of an (X)HTML Document |
| <br /> | Defines a line break element |
| <button> | Defines a button element |
| <col> | Defines attributes for one or more column elements |
| <div> | Defines a section element |
| <fieldset> | Defines a fieldset element |
| <form> | Defines a form element |
| <h1> to <h6> | Defines a header element |
| <head> | Defines the head element of an (X)HTML Document |
| <hr / > | Defines a horizontal rule element |
| <html> | Defines an (X)HTML Document |
| <img> | Defines an image element |
| <input> | Defines an input field element |
| <label> | Defines a label element |
| <legend> | Defines the title of a fieldset element |
| <li> | Defines a list element |
| <link> | Defines a link to an external document or resource |
| <meta> | Defines a meta information element |
| <ol> | Defines an ordered list element |
| <optgroup> | Defines an option group element |
| <option> | Defines an option element in a dropdown list |
| <p (event)="..."> | Defines a paragraph element |
| <script> | Defines a script element |
| <select> | Defines a selectable list element |
| <span> | Defines a section element |
| <style> | Defines a style element |
| <table> | Defines a table element |
| <td> | Defines a table cell element |
| <textarea> | Defines a text area input field element |
| <title> | Defines the title element of an (X)HTML Document |
| <tr> | Defines a table row element |
| <ul> | Defines an unordered list element |
BestWebTutorials.com is a free service of CrystalClearWeb.net. You can help us keep providing free tutorials and information by:
- Link to us
- Tell a friend
- Correct any you might find
- Make for improvement
- Make a donation
BestWebTutorials.com attempts to post accurate information on this site, but we cannot guarantee that errors do not sometimes occur. The use of code examples from this site in any other site is at the user's own risk. We cannot guarantee that our code might not be in conflict with code written by others, or that our code is fit for other uses.
For further information please review our Terms of Use and Privacy Policy.
Copyright 2005-2008 CrystalClearWeb.net. All rights reserved.

