AASMT Training Courses

Location

Community Services & Continuing Education - Cairo

Objectives

  • In this course, we will learn the basic tools that every web page coder needs to know. We will start from the ground up by learning how to implement modern web pages with HTML and CSS. We will then advance to learning how to code our pages such that its components rearrange and resize themselves automatically based on the size of the user’s screen. You’ll be able to code up a web page that will be just as useful on a mobile phone as on a desktop computer. No “pinch and zoom” required! Last but certainly not least, we will get a thorough introduction to the most ubiquitous, popular, and incredibly powerful language of the web: Javascript. Using Javascript, you will be able to build a fully functional web application that utilizes Ajax to expose server-side functionality and data to the end user.

Outcomes

Create web pages using HTML elements, attributes, and valuesDesign, style, and enhance web pages using CSS selectors, properties, positioning methods, and animationAdd functionality to a web page, access data, and manipulate data using JavaScriptIdentify key career-building skills for production-level web development

Course Contents

1- HTML- Introduction to Web Development, you’ll study what makes websites work, and what your role will be in their creation as a front-end developer.- Introduction to HTML, you’ll review what HTML is and study the syntax and general composition of this important language.2-ADVANCED HTMLImagesFormsInputs3- CSS- Introduction to CSS, you’ll go over how and why CSS is used to style websites, and how CSS is used in conjunction with HTML.- Color, you’ll work to understand how to modify color using CSS to communicate mood, purpose, and identity to a web page.4- JavaScript- Introduction to JavaScript, you’ll get an introduction to JavaScript, learn what it is, why developers use it, and how to use it in web page design.5-JQUERY AND BOOTSTRAP -jQuery setup-Targeting elements-Event handling