|
HTML Block/Inline Elements
This page lists HTML elements that may be used as inline or block elements. This page provides short descriptions of the HTML elements.
- applet - Used for placing Java applets in the page.
- button - Used to define a FORM submit, reset, or push button.
- del - Used to indicate deleted content.
- iframe - Inline frame is used to imbed other HTML content inside a web page. The inline content is usually changing content such as daily headlines or advertisements.
- ins - Marks inserted content
- map - Establishes an image map to be used with an IMG or OBJECT element
- object - Used to include applets, images, videos and sound on the web page.
- script - Defines a script to be run on the client computer. The script program is contained beween the beginning and ending HTML script tags.
|
|
|
|