From d86408ae95f926424bc2c9fad2966999536ce17a Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Fri, 26 Sep 2014 12:35:00 +0200 Subject: [PATCH] alcuni esercizi svolti durante la lezione in classe --- .DS_Store | Bin 0 -> 6148 bytes tes3_base.html | 19 +++++++++++++++++++ test.html | 2 +- test2_css_loading.html | 17 +++++++++++++++++ test2_mystyle1.css | 4 ++++ test4_redirect.html | 20 ++++++++++++++++++++ test4_target_page.html | 19 +++++++++++++++++++ 7 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 tes3_base.html create mode 100644 test2_css_loading.html create mode 100644 test2_mystyle1.css create mode 100644 test4_redirect.html create mode 100644 test4_target_page.html diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 + + + Esercizio1 + + + + + + + + + + +

ciao mondo!!!

+Contact xgiovio + + + \ No newline at end of file diff --git a/test.html b/test.html index 9b40b58..2614d3f 100644 --- a/test.html +++ b/test.html @@ -11,7 +11,7 @@ -

aa

+

ciao mondo!!!

\ No newline at end of file diff --git a/test2_css_loading.html b/test2_css_loading.html new file mode 100644 index 0000000..a38a6f5 --- /dev/null +++ b/test2_css_loading.html @@ -0,0 +1,17 @@ + + + + Esercizio1 + + + + + + + + + +

ciao mondo!!!

+ + + \ No newline at end of file diff --git a/test2_mystyle1.css b/test2_mystyle1.css new file mode 100644 index 0000000..f27d5f6 --- /dev/null +++ b/test2_mystyle1.css @@ -0,0 +1,4 @@ + p { + background-color: grey; + color: white; + } \ No newline at end of file diff --git a/test4_redirect.html b/test4_redirect.html new file mode 100644 index 0000000..6d0d253 --- /dev/null +++ b/test4_redirect.html @@ -0,0 +1,20 @@ + + + + Esercizio1 + + + + + + + + + + + +

ciao mondo!!!

+Contact xgiovio + + + \ No newline at end of file diff --git a/test4_target_page.html b/test4_target_page.html new file mode 100644 index 0000000..548e514 --- /dev/null +++ b/test4_target_page.html @@ -0,0 +1,19 @@ + + + + Esercizio1 + + + + + + + + + + +

Benvenuto!!

+Contact xgiovio + + + \ No newline at end of file