HTML Tag
The HTML Tag is used to define the duration of inline text with non-textual annotations. It is rendered as a solid underlined text, but this can be changed using CSS properties. This tag was deprecated in HTML 4.0 and redefined in HTML5.
In HTML5, the Tag is used to represent text that differs stylistically from normal text.
Note:- The use of the Tag should be ignored as it can cause confusion for hyperlinked text.
Example:-
HTML u Tag
This is HTML u tag Example
This tag can be useful to identifying spelling mistakes in an document.
Output:-
This tag can be useful to identifying spelling mistakes in an document.
HTML Video Tag
HTML
HTML 5 also supports the . HTML is used to stream video files like movie clips, song clips on a web page.
- Currently, there are three supported video formats for the HTML video tag:
- mp4
- webm
- Ogg
Let’s look at the table that defines which web browsers support the video file format.
Example:-
HTML video Tag
This is HTML video tag Example
Output:-
HTML Wbr Tag
HTML
The HTML
Without the
Without the
The
Example:-
HTML wbr Tag
This is HTML wbr tag Example
Try to shrink the browser window, to view how the very long word in
the paragraph below will break:
This is a veryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryverylongwordthatwillbreakatspecificplaceswhenthebrowserwindowisresized.
Note: The wbr element is not supported in Internet Explorer 11 (or earlier).
Output:-
Try to shrink the browser window, to view how the very long word in the paragraph below will break:
This is a veryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryvery
Note: The wbr element is not supported in Internet Explorer 11 (or earlier).