You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
759 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pagina di Prova</title>
</head>
<body>
<h1> Titolo del testo
<h2>Prova per il sottotitolo</h2></h1>
Questo e' il contenuto della mia pagina web.
<h4>Paragrafo</h4>
<p>Copntenuto del paragrafo. Discorso iniziale.<br> Proseguimento discorso.<br><em>Altre cose</em><br>Cose poco importanti<strong>cose piu' importanti</strong>meno importanti.</p>
Testo di prova per la prova.
<div>
<h4>Blocco di testo</h4>
Contnuto del blocco,
<mark>
che contiene dsottoparagrafi
</mark>
<p>
ad esempio questo
</p>
<p>
<small>
e questo
</small>
</p>
</div>
<ol>
<li>Prima cosa</li>
<li>seconda</li></ol>
<img src="Screenshot from 2024-03-18 12-07-41.png" width=50px height=120px >
</body>
</html>