Files
FACULTATE-KNOW_YOUR_FOOD/Lab 1/index.html
T
2023-02-23 17:58:05 +02:00

42 lines
909 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<title>My test page</title>
</head>
<body>
<h1>Titlul paginii</h1>
<p>de Andrei Cerbu</p>
<h2>Capitolul 0</h2>
<p>
Acesta este un paragraf <strong>f interesant</strong> despre aceasta pagina foarte interesanta
</p>
<ul>
<li>Drive to the end of the road</li>
<li>Turn right</li>
<li>Go straight across the first two roundabouts</li>
<li>Turn left at the third roundabout</li>
<li>The school is on your right, 300 meters up the road</li>
</ul>
<p>
<br>
<br>
<br>
</br>
</br>
</br>
I'm creating a link to
<a href="https://www.mozilla.org/en-US/" title="exemplu jmecher">the Mozilla homepage</a>.
</p>
<hr></hr>
<address>Chris Mills, Manchester, The Grim North, UK</address>
<pre>Acesta este
un
test
</pre>
</body>
</html>