0% found this document useful (0 votes)
10 views2 pages

Tabel in html-1

The document contains a table with student names, first names and grades. It also contains HTML code defining a frameset with rows and columns to divide the page into sections.

Uploaded by

Luca
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)
10 views2 pages

Tabel in html-1

The document contains a table with student names, first names and grades. It also contains HTML code defining a frameset with rows and columns to divide the page into sections.

Uploaded by

Luca
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/ 2

<table>

<tr>
<th>Nume
<th>Prenume
<th>Media
</tr>
<tr>
<td>Ionescu
<td>Mihai
<td>9
</tr>
<tr>
<td>Ionescu
<td>Mihai
<td>9
</tr>
</table>
<html>
<frameset rows="30%,60%,10%">
<frame src=antet.html noresize>
<frameset cols="10%,*">
<frame src=meniu.html noresize>
<frame src=principal.html noresize
name=dreapta>
</frameset>
<frame src=subsol.html noresize>
</frameset>
</html>

You might also like