1. Entity Tags: when characters with special meanings are to be displayed in a Web page, you are ready to use the entity label.
- Common Entity Tags:
- Spaces
- Less than sign <
- Greater than sign >
- & Symbols & It can be used in similar cases when the & is just the GT.
- Copyright ©
2. Media Label
<emble src= "Selected file name" hidden= "true" ></embed>
The music plugin is implemented by the browser itself, so there are compatibility issues.
- Hidden Setting hidden labels
- SRC is used to specify the path of the music
3. Fluttering labels
- <marquee>
- <marguee scrollamount= "direction=" right "><font size=" +6 "color=" red "> this word will move. </font></marquee>
- ScrollAmount Specify the speed of the flare
- Direction is set from which direction to float into
- Font set the size of the flare font
- Color sets the colors of the fluttering font
Entity tags, media labels, flare labels