zadania domowe 1-11

This commit is contained in:
Albert 2021-01-28 22:48:41 +01:00
commit b33f223439
21 changed files with 64 additions and 0 deletions

Binary file not shown.

BIN
wyk 10/Zadanie 1.docx Normal file

Binary file not shown.

BIN
wyk 10/Zadanie 2.xlsx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
wyk 4/zad 1.zip Normal file

Binary file not shown.

BIN
wyk 4/zad 2.zip Normal file

Binary file not shown.

BIN
wyk 4/zad 3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

BIN
wyk 4/zad 4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

64
wyk 5/zadanie domowe.txt Normal file
View File

@ -0,0 +1,64 @@
<?xml version="1.0"?>
<!DOCTYPE shop [
<!ELEMENT shop (section+)>
<!ELEMENT section (shelf+)>
<!ELEMENT shelf (product*)>
<!ELEMENT product (name, price)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT price (#PCDATA)>
<!ATTLIST section type CDATA #REQUIRED>
]>
<shop>
<section type="clothes">
<shelf>
<product>
<name>Pants</name>
<price>105.00</price>
</product>
<product>
<name>T-shirt</name>
<price>33.00</price>
</product>
<product>
<name>Jacket</name>
<price>299.99</price>
</product>
</shelf>
</section>
<section type="food">
<shelf>
<product>
<name>Chocolate</name>
<price>3.00</price>
</product>
</shelf>
<shelf>
<product>
<name>Water</name>
<price>1.20</price>
</product>
</shelf>
<shelf>
</shelf>
</section>
<section type="cosmetics">
<shelf>
<product>
<name>Soap</name>
<price>9.00</price>
</product>
</shelf>
<shelf>
<product>
<name>Lipstick</name>
<price>21.20</price>
</product>
</shelf>
<shelf>
<product>
<name>Deodorant</name>
<price>12.50</price>
</product>
</shelf>
</section>
</shop>

BIN
wyk 6/3.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
wyk 6/zad 1a.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
wyk 6/zad 1b.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
wyk 6/zad 1c.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
wyk 6/zad 1d.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
wyk 6/zad 2.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
wyk 6/zad 3.docx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.