Struttura del corso
Introduzione
- Contesto storico
- Pubblico di destinazione
- Ambito
- Storia
- Note sul design
- HTML vs XHTML
- Struttura di questa specifica
- Breve introduzione a HTML
- Requisiti di conformità per gli autori
- Letture consigliate
Infrastruttura comune
- Terminologia
- Requisiti di conformità
- Sensibilità alle maiuscole e confronto delle stringhe
- UTF-8
- Microsintassi comuni
- URL
- Recupero di risorse
- Interfacce DOM comuni
- Namespace
Semantica, struttura e API dei documenti HTML
- Documenti
- Elements
- API nei documenti HTML
- Interazioni con XPath e XSLT
- Inserimento dinamico di markup
Gli elementi di HTML
- L'elemento radice
- Metadati del documento
- Scripting
- Sezioni
- Gruppo di contenuto
- Semantica a livello di testo
- Modifiche
- Contenuto incorporato
- Dati tabulari
- Formulari
- Elementi interattivi
- Link
- Idiomi comuni senza elementi dedicati
- Corrispondenza degli elementi HTML usando selettori
Caricamento di pagine Web
- Contesti di navigazione
- Oggetto Window
- Origine
- Cronologia della sessione e navigazione
- Navigare sul Web
- Applicazioni Web offline
API per applicazioni Web
- Scripting
- Metodi utilità Base64
- Timer
- Richieste utente
- Stato del sistema e capacità: oggetto Navigator
Interazione dell'utente
- Attributo hidden
- Attivazione
- Focus
- Assegnare scorciatoie da tastiera
- Attributo contenteditable
- Controllo ortografico e grammaticale
- Trascinamento e rilascio
- API di modifica
La sintassi HTML
- Creazione di documenti HTML
- Parsing di documenti HTML
- Serializzazione di frammenti HTML
- Parsing di frammenti HTML
- Riferimenti a caratteri nominati
La sintassi XHTML
- Creazione di documenti XHTML
- Parsing di documenti XHTML
- Serializzazione di frammenti XHTML
- Parsing di frammenti XHTML
Rendicontazione
- Introduzione
- Foglio di stile dell'agente utente CSS e indicazioni presentazionali
- Elementi sostituiti
- Bindings
- Frammenti e set di frammenti
- Media interattivi
- Media stampa
Funzionalità obsolete
- Funzionalità obsolete ma conformi
- Funzionalità non conformi
- Requisiti per le implementazioni
Considerazioni IANA
- text/html
- text/html-sandboxed
- application/xhtml+xml
- text/cache-manifest
Recensioni (3)
the content :)
Sophie Lavoie - BCE Inc.
Corso - Introduction to HTML 5
I enjoyed the whole course. The user guide was very easy to follow and the instructor was clear and walked through the examples as many times as needed for everyone in the class to be comfortable before moving on to the next section. He also took time to help refer back to the notification we want to recode so we could see how the original programmer was using the HTML / XML code that we were learning. It helped link the learning to the project we will be working on directly after the class.
Leslie Jefford - BCE Inc.
Corso - Introduction to HTML 5
Having the ability to hands on the code and making our own page and also already provided materials and html helped in understanding