Introduzione alle tecnologie web

Introduzione alle tecnologie web

Obiettivo

  • Una breve introduzione alle tecnologie web
  • La visione iniziale del web: modello statico
    • URL
    • HTTP
    • HTML
  • Cascading Stile Sheets (CSS)
  • Common Gateway Interface (CGI)
  • A Web Server: Tomcat
  • Esercizi

Teoria

Esercizi

  • Exercise 1: Deploy the HTML-applications examples in Tomcat
  • Exercise 2: Create a simple html page as shown here and deploy it in Tomcat
  • Exercise 3: Exploit links and anchors as shown here and deploy the new application in Tomcat
  • Exercise 4: Look at this example with frames: in the file navigator.html the attribute target in an anchor specifies the frame where the new document will be opened
  • Exercise 5: Look at this example of CSS use
  • Exercise 6: Look at this example of CGI application