0% found this document useful (0 votes)
42 views1 page

Lectia5 FontHTML

The document describes different HTML tags for formatting text, including tags to make text bold, italicized, underlined, strikethrough, superscript, subscript, monospaced, quoted, emphasized, and computer code. It also includes tags for font colors, faces, and sizes, as well as text alignment.

Uploaded by

mamasava
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views1 page

Lectia5 FontHTML

The document describes different HTML tags for formatting text, including tags to make text bold, italicized, underlined, strikethrough, superscript, subscript, monospaced, quoted, emphasized, and computer code. It also includes tags for font colors, faces, and sizes, as well as text alignment.

Uploaded by

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

text normal

<b>text bold</b>
<i>text cursiv</i>
<u>text subliniat</u>
<del>text taiat</del>
<sup>exponent</sup>
<sub>indice</sub>
<tt>caractere monospatiate</tt>
<cite>Citat</cite>
<em>evidentiat</em>
<code>text continand cod de computer</code>
<kbd>text continand cod de computer</kbd>
<samp>mostra de cod de computer</samp>
<strong>text ingrosat</strong>
<big>mare</big>
<small>mic</small>
<font color="red">font rosu</font>
<font face="Courier">font Courier</font>
<font size="6">font size=6</font>
<div align="center">text aliniat pe centru</div>
<div align="left">text aliniat la stanga</div>
<div align="right">text aliniat la dreapta</div>

text normal
text bold
text cursiv
text subliniat
text taiat
exponent
indice

caractere monospatiate

Citat
evidentiat
text continand cod de computer
text continand cod de computer

mostra de cod de computer


text ingrosat

mare
mic

font rosu
font Courier

font size=6
text aliniat pe centru
text aliniat la stanga
text aliniat la dreapta

You might also like