 |
HTML - Marquee
|
|
| |
This page show the marquee attributes, events, and example of how to use it.
|
| |
|
|
 |
HTML - Input
|
|
| |
This element specifies an input control for a form. The type of input is set by the TYPE attribute and may be a variety of different types, including single-line text field, multiline text field, password style, check box, radio button, or push button.
|
| |
|
|
 |
TinyMCE Content Editor
|
|
| |
A content editor which use HTML TextArea fields or other HTML elements to editor instances. TinyMCE support for Mozilla, MSIE, FireFox and Opera.
|
| |
|
|
 |
HTML - Map
|
|
| |
This element is used to implement client-side image maps. The element is used to define a map to associate locations on an image with a destination URL.
|
| |
|
|
 |
HTML - Img
|
|
| |
This element indicates a media object to include in an HTML document. Usually, the object is a graphic image, but some implementations support movies and animations.
|
| |
|
|
 |
HTML - B
|
|
| |
This element indicates that the enclosed text should be displayed in boldface.
|
| |
|
|
 |
HTML - Area
|
|
| |
<Area> is an element used within the content model of the <MAP> element to implement client-side image maps. It defines a hot-spot region on the map and associates it with a hypertext link.
|
| |
|
|
 |
HTML - Abbr
|
|
| |
This element allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word (XML, WWW, and so on).
|
| |
|
|
 |
HTML - A
|
|
| |
This element indicates the portion of the document that is a hyperlink or the named target destination for a hyperlink.
|
| |
|
|
 |
HTML Comment
|
|
| |
This construct is used to include text comments that will not be displayed by the browser.
|
| |
|
|