From 24da5c4871f38161352a85d3580a77b5adbef68f Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Fri, 10 Oct 2014 10:48:26 +0200 Subject: [PATCH] Creato alluni esercizi su tabelle e css --- css1.html | 19 +++++++++ css2_inner.html | 32 ++++++++++++++ css3_external.css | 5 +++ css3_external.html | 21 +++++++++ css4.css | 5 +++ css4.html | 35 +++++++++++++++ css6.html | 27 ++++++++++++ glossary.html | 36 ++++++++++++++++ test_decription_list.html | 29 +++++++++++++ test_table_and_lists.html | 90 +++++++++++++++++++++++++++++++++++++++ 10 files changed, 299 insertions(+) create mode 100644 css1.html create mode 100644 css2_inner.html create mode 100644 css3_external.css create mode 100644 css3_external.html create mode 100644 css4.css create mode 100644 css4.html create mode 100644 css6.html create mode 100644 glossary.html create mode 100644 test_decription_list.html create mode 100644 test_table_and_lists.html diff --git a/css1.html b/css1.html new file mode 100644 index 0000000..bf9b7ee --- /dev/null +++ b/css1.html @@ -0,0 +1,19 @@ + + + + Test + + + + + + + + + +

ciao mondo!!!

+

ciao mondo!!!

+

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/css2_inner.html b/css2_inner.html new file mode 100644 index 0000000..0510bf1 --- /dev/null +++ b/css2_inner.html @@ -0,0 +1,32 @@ + + + + Test + + + + + + + + + + + + + +

ciao mondo!!!

+

ciao mondo!!!

+

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/css3_external.css b/css3_external.css new file mode 100644 index 0000000..2025584 --- /dev/null +++ b/css3_external.css @@ -0,0 +1,5 @@ +p{ + background-color:green; + color:yellow; + font-style:italic; +} \ No newline at end of file diff --git a/css3_external.html b/css3_external.html new file mode 100644 index 0000000..326cb35 --- /dev/null +++ b/css3_external.html @@ -0,0 +1,21 @@ + + + + Test + + + + + + + + + + + +

ciao mondo!!!

+

ciao mondo!!!

+

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/css4.css b/css4.css new file mode 100644 index 0000000..56bbdca --- /dev/null +++ b/css4.css @@ -0,0 +1,5 @@ +p{ + color: black; + font-family: Arial; + font-size: 16pt; +} \ No newline at end of file diff --git a/css4.html b/css4.html new file mode 100644 index 0000000..bc4f517 --- /dev/null +++ b/css4.html @@ -0,0 +1,35 @@ + + + + Test + + + + + + + + + + + + + + + + +

ciao mondo!!!

+

ciao mondo!!!

+

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/css6.html b/css6.html new file mode 100644 index 0000000..ae50841 --- /dev/null +++ b/css6.html @@ -0,0 +1,27 @@ + + + + Test + + + + + + + + + +

ciao mondo!!!

+

ciao mondo!!!

+

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/glossary.html b/glossary.html new file mode 100644 index 0000000..2cf4aa4 --- /dev/null +++ b/glossary.html @@ -0,0 +1,36 @@ + + + + Test + + + + + + + + + + + +

Dizionario di informatica

+ +
+
Abaco
+
Sto cazzo
+
Abaco
+
Sto cazzo
+
Abaco
+
Sto cazzo
+
Abaco
+
Sto cazzo
+ + + + +
+ + + + + \ No newline at end of file diff --git a/test_decription_list.html b/test_decription_list.html new file mode 100644 index 0000000..10815b7 --- /dev/null +++ b/test_decription_list.html @@ -0,0 +1,29 @@ + + + + Test + + + + + + + + + +
+
Title 1
+
Ale
+
Ale
+
Ale
+
Title 1
+
Ale
+
Ale
+
Ale
+ + + +
+ + + \ No newline at end of file diff --git a/test_table_and_lists.html b/test_table_and_lists.html new file mode 100644 index 0000000..ad7679a --- /dev/null +++ b/test_table_and_lists.html @@ -0,0 +1,90 @@ + + + + Test + + + + + + + + + + + + + + + + + + + + + + + + +
    +
  1. +uno-uno +
  2. +
+
    +
  1. +uno-uno +
      +
    1. +due uno +
    2. +
    +
      +
    1. +due-due +
    2. +
    +
  2. +
+
    +
  1. +due uno +
  2. +
+
    +
  1. +due-due +
  2. +
+
    +
  1. +due uno +
      +
    1. +due uno +
        +
      1. +due uno +
      2. +
      +
    2. +
    +
  2. +
+
+Oggi +
+
+Oggi è ieri +
+
+Domani +
+
+Domani è oggi +
+ + + + + \ No newline at end of file