-
Effettua il login per continuare
-
Unisciti a noi adesso
La più grande community al mondo di Formazione Gratuita
orThis is the name that will appear on your Certification
-
Hai dimenticato la password?
Invieremo le istruzione per resettare la password al tuo indirizzo mail associato. Inserisci il tuo indirizzo mail corrente
12
Moduli
63
Argomenti
10-15
hours
Moduli (12)
Resources ()
-
diploma in html5, css3 and javascript
- Diploma in HTML5, CSS3 and JavaScript Course Resource Files and Links
-
section 1: learn html5 and css3 web programming sk...
-
Module 1: Using HTML5 and CSS3 to Build a Web Page
Resources availableIn this module you will learn how HTML structures the content on a web page and how CSS styles the content on a web page. The course begins by showing you the structure of a HTML5 web page - you will learn how to declare a HTML5 document and set up the head and body sections of a web page. You will then learn about a wide range of HTML5 elements and their functions and uses.I risultati di apprendimento
Avvio argomentiCerto di Introduzione
Avvio argomentiIl primo HTML5 Creazione pagina Web con CSS3
Avvio argomentiIl primo HTML5 stile Web Page con CSS3
Avvio argomentiComprensione del HTML5 Hai scritto
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 2: Using HTML5 and CSS3 to Format a Web Page
Resources availableIn this module you will learn about global attributes that can be added to virtually any HTML5 element and how to correctly format them within a HTML5 element. The course then shows you how to link a HTML web page to a cascading style sheet file. You will learn how to code style sheet instructions that style the various HTML5 elements in the web page. You will also learn about Progressive enhancement in web design that emphasizes accessibility, semantic HTML markup, and external style sheet and scripting technologies.I risultati di apprendimento
Avvio argomentiLavorare con i paragrafi e testo
Avvio argomentiDefinizione della struttura del tuo documento
Avvio argomentiFigure e Gestione immagini
Avvio argomentiLavorare con elenchi
Avvio argomentiCreazione delle tabelle
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 3: Working with Forms
Resources availableIn this module you will learn how to create a correctly formatted form using the <form> </form> HTMl5 element and create different types of form inputs. You will also learn how to identify and use input types for the input element, and identify and use attributes for the input element.I risultati di apprendimento
Avvio argomentiCreazione di moduli
Avvio argomentiConvalida modulo e altri futuri miglioramenti del modulo HTML5
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 4: Using CSS3 Selectors to Style Web Pages
Resources availableIn this module you will learn how to identify different types of CSS3 selectors and apply CSS3 selectors to style web pages. You will know how to list CSS styles in cascading order of precedence. You will learn how to identify and use inline HTML5 elements, and identify and use block style HTML5 elements.I risultati di apprendimento
Avvio argomentiCapire Cascading Style Sheets
Avvio argomentiCSS3 Carattere e testo proprietà
Avvio argomentiCSS3 Colore e sfondo Proprietà
Avvio argomentiCSS3 Elenco e Tabella Proprietà
Avvio argomentiCSS3 Casella Proprietà
Avvio argomentiLavorare con CSS3 Font - Face
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 5: HTML5 Canvas, Video and SVG Elements
Resources availableIn this module you will learn how to embed a video using the HTML5 <video> element and add video controls to a video. You will also learn how to work with HTML5 Canvas and with Scalable Vector Graphics (SVG) in HTML5.I risultati di apprendimento
Avvio argomentiIntegrazione di video in HTML5
Avvio argomentiLavorando con il HTML5 di disegno
Avvio argomentiLavorare con SVG in HTML5
Avvio argomentiDove vai da qui
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 6: Diploma in HTML5, CSS3 and JavaScript - First Assessment
Resources availableYou must score 80% or more to pass this assessment.Diploma in HTML5, CSS3 e JavaScript - Prima valutazione
Start Assessment -
section 2: learn javascript and jquery web program...
-
Module 7: Writing your First JavaScript Application
Resources availableIn this module you will learn about JavaScript variables, and programming concepts such as declaring variables using the var key word and naming JavaScript variables using identifiers. You will learn about HTML events such as onclick and how JavaScript methods can be used to work with events. You will learn about the different types of conditional statements, their correct syntax and examples of their use. You will learn about JavaScript functions which are blocks of code designed to perform a particular task, and how to write the correct syntax for functions.I risultati di apprendimento
Avvio argomentiSerie Introduzione
Avvio argomentiScrivere la prima applicazione JavaScript
Avvio argomentiChe l'applicazione First JavaScript hai scritto
Avvio argomentiScrittura JavaScript in Visual Web Developer Express Edition
Avvio argomentiLe variabili JavaScript, Tipi, Operatori, e espressioni
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 8: JavaScript Programming Concepts
Resources availableIn this module you will learn about the different types of JavaScript loops (for, for/in, while and do/while loops) and their correct syntax. You will learn about JavaScript arrays which are objects used to store multiple values in a single variable. You will also learn about the different types of 'falsy' values and 'truthy' values. Finally, you will learn about the main types of errors in JavaScript code and how to minimize these errors.I risultati di apprendimento
Avvio argomentiLogica condizionale in JavaScript
Avvio argomentiFunzioni JavaScript
Avvio argomentiArray JavaScript
Avvio argomentiIstruzioni di cicli in JavaScript
Avvio argomentiFunzione intesa contro Ambito globale
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 9: JavaScript and the Document Object Model
Resources availableIn this module you will be introduced to the concept of the Document Object Model and how you can add greater functionality to your web pages using jQuery plugins. When a web page is loaded, the browser creates a Document Object Model (DOM) of the page. The HTML DOM model is constructed as a tree of objects and JavaScript can interact with elements in the DOM to add much greater functionality and interactivity to web pages. For example, you will learn how JavaScript can change all the HTML elements in the page, change all the HTML attributes in the page, change all the CSS styles in the page, remove existing HTML elements and attributes, add new HTML elements and attributes, react to all existing HTML events in the page and create new HTML events in the page.I risultati di apprendimento
Avvio argomentiLavorare con i file JavaScript esterno
Avvio argomentiLetterali oggetto in JavaScript
Avvio argomentiComprendere il modello oggetto documento
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 10: Introduction to jQuery
Resources availableIn this module you will learn about jQuery which is the most popular JavaScript library in use today. You will learn how jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. You will learn about jQuery plug-ins which are available on the Web and cover a range of functions such as drag and drop, dynamic lists, events and many others. You will learn how to link your web pages to a jQuery plugin to add even more functionality to your web pages.I risultati di apprendimento
Avvio argomentiIntroduzione a jQuery
Avvio argomentiSelettori jQuery
Avvio argomentiEventi jQuery
Avvio argomentiInstallazione e utilizzo dei plugin jQuery
Avvio argomentiUnobtrusive JavaScript
Avvio argomentiUtilizzando jQuery per Richiama JSON tramite AJAX
Avvio argomentiFondamenti di chiusure JavaScript
Avvio argomentiSerie A capo - Up
Avvio argomentiLezione di riepilogo
Avvio argomenti -
Module 11: Diploma in HTML5, CSS3 and JavaScript - Second Assessment
Resources availableYou must score 80% or more to pass this assessment.Diploma in HTML5, CSS3 e JavaScript - Secondo assessment
Start Assessment -
end of course assessment
-
Module 12: Diploma in HTML5, CSS3 and JavaScript - Final Assessment
Resources availableYou must score 80% or more to pass this assessment.Diploma in HTML5, CSS3 e JavaScript - Valutazione finale
Start Assessment