0% found this document useful (0 votes)
73 views3 pages

Bitni HTML Tagovi

The document defines HTML tags and their descriptions. There are over 50 tags listed, including common tags like <a> for links, <p> for paragraphs, and <img> for images. It also includes some newer tags like <article>, <aside>, <details>, <figcaption>, <figure>, <header>, <footer>, and <nav>. The tags are organized in a table with the tag name in the first column and a brief description of its purpose in the second column.

Uploaded by

Marta Šimić
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views3 pages

Bitni HTML Tagovi

The document defines HTML tags and their descriptions. There are over 50 tags listed, including common tags like <a> for links, <p> for paragraphs, and <img> for images. It also includes some newer tags like <article>, <aside>, <details>, <figcaption>, <figure>, <header>, <footer>, and <nav>. The tags are organized in a table with the tag name in the first column and a brief description of its purpose in the second column.

Uploaded by

Marta Šimić
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Tag Description

<a> Defines a hyperlink.

<abbr> Defines an abbreviated form of a longer word or phrase.

<article>  Defines an article.

<aside>  Defines some content loosely related to the page content.

<audio>  Embeds a sound, or an audio stream in an HTML document.

<b> Displays text in a bold style.

<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.

<bdo> Overrides the current text direction.

<blockquote> Represents a section that is quoted from another source.

<body> Defines the document's body.

<br> Produces a single line break.

<button> Creates a clickable button.

<canvas>  Defines a region in the document, which can be used to draw graphics on the fly via scripting (usually JavaS

<caption> Defines the caption or title of the table.

<cite> Indicates a citation or reference to another source.

<code> Specifies text as computer code.

<div> Specifies a division or a section in a document.

<em> Defines emphasized text.

<embed>  Embeds external application, typically multimedia content like audio or video into an HTML document.

<fieldset> Specifies a set of related form fields.

<figcaption>  Defines a caption or legend for a figure.

<figure>  Represents a figure illustrated as part of the document.

<footer>  Represents the footer of a document or a section.

<frame> Obsolete Defines a single frame within a frameset.

<frameset> Obsolete Defines a collection of frames or other frameset.

<head> Defines the head portion of the document that contains information about the document such as title.

<header>  Represents the header of a document or a section.

<hgroup>  Defines a group of headings.

<h1> to <h6> Defines HTML headings.

<hr> Produce a horizontal line.

<html> Defines the root of an HTML document.

<i> Displays text in an italic style.


Tag Description

<iframe> Displays a URL in an inline frame.

<img> Represents an image.

<input> Defines an input control.

<ins> Defines a block of text that has been inserted into a document.

<label> Defines a label for an <input> control.

<li> Defines a list item.

<link> Defines the relationship between the current document and an external resource.

<main>  Represents the main or dominant content of the document.

<map> Defines a client-side image-map.

<mark>  Represents text highlighted for reference purposes.

<menu> Represents a list of commands.

<menuitem>  Defines a list (or menuitem) of commands that a user can perform.

<meta> Provides structured metadata about the document content.

<meter>  Represents a scalar measurement within a known range.

<nav>  Defines a section of navigation links.

<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.

<object> Defines an embedded object.

<ol> Defines an ordered list.

<p> Defines a paragraph.

<param> Defines a parameter for an object or applet element.

<picture>  Defines a container for multiple image sources.

<pre> Defines a block of preformatted text.

<q> Defines a short inline quotation.

<script> Places script in the document for client-side processing.

<section>  Defines a section of a document, such as header, footer etc.

<small> Displays text in a smaller size.

<source>  Defines alternative media resources for the media elements like <audio> or <video>.

<span> Defines an inline styleless section in a document.

<strong> Indicate strongly emphasized text.

<sub> Defines subscripted text.

<summary>  Defines a summary for the <details> element.

<sup> Defines superscripted text.


Tag Description

<textarea> Defines a multi-line text input control (text area).

<title> Defines a title for the document.

<track>  Defines text tracks for the media elements like <audio> or <video>.

<u> Displays text with an underline.

<ul> Defines an unordered list.

<video>  Embeds video content in an HTML document.

You might also like