italic, image, input and ins
The italic tag prints text in italic. The insert tag decorates text that has been inserted into a document.
The <img>
is used to embed an image within a document.
The tag is used to create interactive controls for web-based forms in order to accept data from the user.
Definitions
- <i>
- The <i>talic tag prints text in italic.
- <iframe>
- The <iframe> tag is used to embed a document within another document.
- <img>
- The <img> tag is used to embed an image within a document.
- <input>
- The <input> tag is used to create interactive controls for web-based forms in order to accept data from the user.
- <ins>
- The <ins>inserted tag indicates text has been inserted into a document and is represented as underlined.