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

HTML Text Formatting Elements

This document describes common HTML tags used for text formatting, quotations and citations, and computer code. It lists tags such as <b>, <i>, <small>, <strong>, <sub>, <sup>, <ins>, and <del> for defining different text styles and emphasis. Tags like <code>, <samp>, <kbd>, and <var> are used to define programming code, keyboard input, computer output, and variables. Quotation tags include <q>, <blockquote>, <cite>, and <address>.

Uploaded by

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

HTML Text Formatting Elements

This document describes common HTML tags used for text formatting, quotations and citations, and computer code. It lists tags such as <b>, <i>, <small>, <strong>, <sub>, <sup>, <ins>, and <del> for defining different text styles and emphasis. Tags like <code>, <samp>, <kbd>, and <var> are used to define programming code, keyboard input, computer output, and variables. Quotation tags include <q>, <blockquote>, <cite>, and <address>.

Uploaded by

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

Tag

Description

<b>

Defines bold text

<em>

Defines emphasized

<i>

Defines italic text

<small>

Defines smaller text

<strong>

Defines important text

<sub>

Defines subscripted text

<sup>

Defines superscripted

<ins>

Defines inserted text

<del>

Defines deleted text

<mark>

Defines

HTML Text Formatting Elements

Tag

Description

HTML Quotation and Citation Elements


Tag

<code>

<abbr>

Description

Defines programming code

Defines an abbreviation or acronym

<address>

Defines contact information for the author/owner of a

<bdo>

Defines the text direction

>

Defines a section that is quoted from another source

<cite>

Defines the title of a work

<q>

Defines a short inline quotation

<kbd>

Defines keyboard input

<samp>

Defines computer output

<var>

Defines a variable

<pre>

Defines preformatted text

HTML Computer Code Elements

You might also like