<html>
<head>
<title>3b) L'enfasi del testo</title>
</head>
<body>
<h1 align="center"><font
face="Courier New">L'enfasi
del testo</font></h1>
<hr>
<p align="justify"
style="text-indent: 30"><font
face="Courier New" size="2">Questo
paragrafo contiene tre parti enfatizzate
in modo speciale: </font></p>
<p align="justify"
style="text-indent: 30"><font
face="Courier New" size="2">-
in <b>grassetto,</b></font></p>
<p align="justify"
style="text-indent: 30"><font
face="Courier New" size="2">-
in <i>corsivo,</i></font></p>
<p align="justify"
style="text-indent: 30"><font
face="Courier New" size="2">-
in <u>sottolineato.</u></font></p>
</body>
</html>
|