Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Programarea calculatoarelor si limbaje de

programare

Limbajul HTML

Cadre
Cadre …
<html>
<head>
<title>Exemplu cadre</title>
</head>
<frameset rows="20%,80%">
<frame src=“ex_1.html"
bordercolor="#ff0000">
<frame src="ex_2.html" scrolling="yes">
</frameset>
</html>
Cadre …
<html>
<head>
<title>Exemplu</title>
</head>
<frameset cols="40%,60%">
<frame src="ex_1.html">
<frame src="ex_2.html" noresize>
</frameset>
</html>
Cadre …
<html>
<head>
<title>Exemplu</title>
</head>
<frameset cols="40%,60%">
<frame src="ex_1.html">
<frame src="ex_2.html" noresize>
</frameset>
</html>
Cadre …
Cadre …
Cadre …
index.html
antet.html
meniu.html
continut.html
subsol.html
luni.html
Limbajul
HTML

Rezumatul cursului

Lucru cu
cadre in
HTML

You might also like