0% au considerat acest document util (0 voturi)
21 vizualizări3 pagini

Test

1. The document contains instructions for a test asking the student to create an HTML page divided into 4 frames with different content in each frame. 2. Frame 1 would contain a table with the class schedule. Frame 2 would contain 3 ordered lists. Frame 3 would contain 5 paragraphs with different formatting. Frame 4 would contain an image. 3. The document provides examples of the content for each frame, such as the table code for the schedule, examples of the different types of lists, and examples of paragraphs with different alignments and fonts.

Încărcat de

Nicoleta Serban
Drepturi de autor
© © All Rights Reserved
Respectăm cu strictețe drepturile privind conținutul. Dacă suspectați că acesta este conținutul dumneavoastră, reclamați-l aici.
Formate disponibile
Descărcați ca DOC, PDF, TXT sau citiți online pe Scribd
0% au considerat acest document util (0 voturi)
21 vizualizări3 pagini

Test

1. The document contains instructions for a test asking the student to create an HTML page divided into 4 frames with different content in each frame. 2. Frame 1 would contain a table with the class schedule. Frame 2 would contain 3 ordered lists. Frame 3 would contain 5 paragraphs with different formatting. Frame 4 would contain an image. 3. The document provides examples of the content for each frame, such as the table code for the schedule, examples of the different types of lists, and examples of paragraphs with different alignments and fonts.

Încărcat de

Nicoleta Serban
Drepturi de autor
© © All Rights Reserved
Respectăm cu strictețe drepturile privind conținutul. Dacă suspectați că acesta este conținutul dumneavoastră, reclamați-l aici.
Formate disponibile
Descărcați ca DOC, PDF, TXT sau citiți online pe Scribd
Sunteți pe pagina 1/ 3

Nume Elev:.............................................. Data: ..........................

Test Semetrul I
1. Creati o pagina html, cu titlul TEST SEMETRUL I, ca in exemplu de mai jos, respectand urmatoarele cerinte:
a. pagina 8a.html este impartita in 4 cadre egale
b. p1.html – contine un tabel cu orarul clasei
c. p2.html – contine cele 3 liste ordonate din exemplu
d. p3.html – contine cele 5 paragrafe, formatate conform exemplului
e. p4.html – contine imaginea test.jpg cu latimea 700 si inaltimea 300
Nume Elev:.............................................. Data: ..........................

P1.html P2.html
<html> <html>
<p align="center"><B>Orarul Clasei</b></p> <body><h1 align=center>O lista ordonata de liste ordonate si
<body> neordonate</h1><hr>
<table align= "center" border bordercolor="RED"> <ol>Un sistem informatic include:
<tr><th><b>ORA</b></TH><th><b>LUNI</b></TH><th><b>MARTI</ <li>Hardware:
b></TH><th><b>MIERCURI</b></TH><th><b>JOI</b></ <ol> <li>placa de baza <li>procesor <li>memorie <li>harddisk </ol>
TH><th><b>VINERI</b></TH></tr> <li>Software:
<tr><td><b>13</b></td><td>Romana</td><td>Romana</ <ol type=a> <li>Linux <li>Windows <li>OS/2 <li>Unix </ol>
td><td>Geografie</td><td>Istorie</td><td>Matematica</td></tr> <li>Software de aplicatie:
<tr><td><b>14</b></td><td></td><td></td><td></td><td></td><td></ <ol type=i start=4> <li>VisualC++ <li>Java <li>SQL <li>CorelDraw</ol>
td></tr> </ol>
<tr><td><b>15</b></td><td></td><td></td><td></td><td></td><td></ </body>
td></tr> </html>
<tr><td><b>16</b></td><td></td><td></td><td></td><td></td><td></
td></tr> P3.html
<tr><td><b>17</b></td><td></td><td></td><td></td><td></td><td></ <html>
td></tr> <head><title> Blocuri paragraf</title></head>
<tr><td><b>18</b></td><td></td><td></td><td></td><td></td><td></ <body bgcolor=gray>
td></tr> Prima linie
</table></body> <p><font face="Arial" size="5"> Font ARIAL:Linie generata de un paragraf
</html> (implicit paragraful este aliniat la stanga).</font></p>
<p align="right"><font face="Calibri" size="5"> <b>Font CALIBRI:Paragraf
8a.html P4.html aliniat la dreapta.Paragraf aliniat la dreapta.Paragraf aliniat la
<html> <html> dreapta.Paragraf aliniat la dreapta. Paragraf aliniat la dreapta.Paragraf aliniat
<head> <body> la dreapta.Paragraf aliniat la dreapta. </b></font></p>
<title>Test semestrul I</title> <img src = "test.jpg" border <p align="center" ><font face="Verdana" size="5"><i>Font VERDANA:
</head> width="700" height="300" Paragraf aliniat in centru.Paragraf aliniat in centru.Paragraf aliniat in
<frameset rows="*,*" cols="*,*"> align="middle"> centru.Paragraf aliniat in centru. Paragraf aliniat in centru.Paragraf aliniat in
<frame src="p1.html"> <b>width=700 height=300</b> centru.Paragraf aliniat in centru. </i></font></p>
<frame src="p2.html"> </body> <p align="justify"><font face="Lucida Console" size="5"> <u>Font
<frame src="p3.html"> </html> LUCIDA CONSOLE:Paragraf aliniat stanga-dreapta.Paragraf aliniat stanga-
<frame src="p4.html" > dreapta.Paragraf aliniat stanga-dreapta.Paragraf aliniat stanga-dreapta.
</frameset> Paragraf aliniat stanga-dreapta.Paragraf aliniat stanga-dreapta.Paragraf aliniat
</html> stanga-dreapta. </u></font></p>
Nume Elev:.............................................. Data: ..........................
</body></html>

S-ar putea să vă placă și