Bitni HTML Tagovi
Bitni HTML Tagovi
<base> Defines the base URL for all relative URLs in a document.
<bdi> Represents text that is isolated from its surrounding for the purposes of bidirectional text formatting.
<canvas> Defines a region in the document, which can be used to draw graphics on the fly via scripting (usually JavaS
<embed> Embeds external application, typically multimedia content like audio or video into an HTML document.
<head> Defines the head portion of the document that contains information about the document such as title.
<ins> Defines a block of text that has been inserted into a document.
<link> Defines the relationship between the current document and an external resource.
<menuitem> Defines a list (or menuitem) of commands that a user can perform.
<noframes> Obsolete Defines an alternate content that displays in browsers that do not support frames.
<noscript> Defines alternative content to display when the browser doesn't support scripting.
<source> Defines alternative media resources for the media elements like <audio> or <video>.