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

HTML Lab 1 USM

HTML Lab 1 USM
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)
27 views3 pages

HTML Lab 1 USM

HTML Lab 1 USM
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

Universitatea de stat din Moldova

Facultatea de Matematica si Informatica


Departamentul de Informatica

Lucrarea de laborator nr. 1


La cursul “HTML, CSS si Javascript”
Tema: Itroducerea in HTML

Indeplinit de studentul grupei I1701:


Gorea Sorin,
Controlat de catre:
Carceva N.

Chisinau, 2018
1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="description"content="Versuri,Poezii"/>
<meta name="keywords"content="Poezie,autor"/>
<meta name="autor"content="Gorea Sorin"/>
<link rel="Shortcut Icon"href="ico.png">
<title>Arma nucleara</title>
</head>

<body>
Continut
<h1>Capitolul 1:</h1>
<h2>1.1</h2>
<h3>1.1.1</h3>
<pre>Tipuri</pre>
Efecte<br>
Istoria<br>
Dezarmarea<br>
Impactul asupra mediului.<br>
<h3>1.1.2</h3>
<h3>1.1.3</h3>
<h2>1.2</h2>
<h3>1.2.1</h3>
2
<h3>1.2.2</h3>
<h3>1.2.3</h3>
<h1>Capitolul 2:</h1>
<h2>2.1</h2>
<h3>2.1.1</h3>
<h3>2.1.2</h3>
<h3>2.1.3</h3>
<h2>2.2</h2>
<h3>2.2.1</h3>
<h3>2.2.2</h3>
<h3>2.2.3</h3>
<h1>Capitolul 3:</h1>
<h2>3.1</h2>
<h3>3.1.1</h3>
<h3>3.1.2</h3>
<h3>3.1.3</h3>
<h2>3.2</h2>
<h3>3.2.1</h3>
<h3>3.2.2</h3>
<h3>3.2.3</h3>
<a href="prim.html"><button>Page 1</button></a>
<a href="secund.html"><button>Page 2</button></a>
</body>

You might also like