
Microsoft : Programming in HTML5 with JavaScript and CSS3 vB
13 September 2018 @ 8:00 am - 17 September 2018 @ 3:30 pm
Velisa Africa is the official Global Knowledge partner in Sub-Saharan Africa. Course details : https://www.globalknowledge.co.uk/courses/microsoft/software_development/m20480.html
This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5/CSS3/JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application.
The lab scenarios in this course are selected to support and demonstrate the structure of various application scenarios. They are intended to focus on the principles and coding components/structures that are used to establish an HTML5 software application.
This course uses Visual Studio 2012, running on Windows 8.
Pre-Requisites
Understand the basic HTML document structure:
- How to use HTML tags to display text content.
- How to use HTML tags to display graphics.
- How to use HTML APIs.
Understand how to style common HTML elements using CSS, including:
- How to separate presentation from content
- How to manage content flow.
- How to control the position of individual elements.
- How to implement basic CSS styling.
Understand how to write JavaScript code to add functionality to a web page:
- How to create and use variables
How to use:
- arithmetic operators to perform arithmetic calculations involving one or more variables
- relational operators to test the relationship between two variables or expressions
- logical operators to combine expressions that contain relational operators
- How to control the program flow by using if … else statements.
- How to implement iterations by using loops.
- How to write simple functions.