HTML JavaScript
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices. Along with graphics and scripting, HTML and CSS are the basis of building Web pages and Web Applications.
HTML JavaScript Training Course Objective
This course’s main objective is for students the fundamental knowledge of application development for the internet using HTML. After completing the course, the student should be able to
- Create an HTML Documents, and establish adequate formatting for presentation purposes, Import, insert and modify images, Insert and manipulate tables, Establish and maintain internal and external links to available resources, Use special effects to make the expressive, evocative documents, Insert and manipulate multi-media objects, Manager forms (Create forms, call programs)
- In this course, you will use cascading style sheets to design and develop efficient and effective websites. Control color and typography, Create style sheets that cascade according to established guidelines, Design content sections using box properties, Control your page layouts with CSS positioning, Enhance an existing design, Create alternate style sheets and link your pages to them to enhance the accessibility and functionality of your websites.
- This course offers the student the fundamental knowledge of Scripting and Client side Validation. JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously. JavaScript is the world’s most popular programming language. It is the language for HTML and the web, for servers, PCs, laptops, tablets, smartphones, and more.
Why Is The Course Different From Any Other?
The main goal of this course is to help you become a better front-end programmer (web developer). This will be done by showing you a range of tools, teaching the latest cool CSS3 tricks, and why HTML5 is so great. Most courses aim to teach you the basic syntax, we will cover basic syntax but dive deeper and show you the real web development.
HTML JavaScript Training Course Duration
- 25 Working days, daily one and half hours
HTML JavaScript Training Course Overview
HTML
Introduction
-
- Overview of Web and Internet
- Difference between Languages and Scripts
- Client-side and Server-side Programming
- What is HTML?
- Versions of HTML
- Structure Of HTML
- How HTML content is transferring data between browser and server
- Types of Webpages
- Introduction To Doctypes
HTML Tags
-
- Types of tags
- Explanation about HTML, head, and body tags
- Input controls and attributes
- How to divide web page with div tag
- Formating Tags
- Link Tags
- How to create an order list and an unordered list
- Table tag
- Form tag
- Frame Tag
- How to provide Meta keywords
- What is Meta Description?
Attributes
- What is an attribute?
- Attributes of HTML controls
Events
- What is an event and how to use it?
- Dynamic HTML with events
Styling
- What is a style object?
- Properties of style
- Applying styles to elements
- Changing style properties with events
Advanced HTML
- How to embed the external plug-in in an HTML document
- How can we display videos on browsers using HTML tags?
- How to embed external web pages in an HTML page
- Resolving cross-browser issues.
- What is new in HTML5?
HTML 5 tag reference-XHTML
CASCADING STYLE SHEETS
Introduction
- What is CSS?
- Advantages of CSS
- Why CSS?
- Syntax and Anatomy of CSS
Types of Stylesheets
- External style sheet
- Internal style sheet
- Inline style
Types of Selectors
- Global
- Class
- Id
- Grouped
- Descendant
- Background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
Font
- font-family
- color
- font-size
- font-style
- font-variant
- font-weight
Text
- letter-spacing
- Word-spacing
- line-height
- text-decoration
- text-transform
- vertical-align
INTRODUCTION TO CSS-3.0
JAVASCRIPT
Introduction to javascript
- Introduction of client-side script
- Introduction of javascript
- Cross-browser issues.
- Declaration syntax of javascript
- Statements
- Comments
- Popup Boxes
- Alert
- Confirm
- Prompt
- Variables, Arrays, and Operators
- Variables
- Operators
- Arithmetic
- Assignment
- Comparison
- Logical
Document object model
- Functions and types
- Conversion functions
Conditional statements
- if
- if…else
- if…else if…else
- Switch
Loops
- while
- do…while
- for
- for…in Statement
- Break
- Continue
Window object Document object Arrays
- Associative Arrays
- Array Properties and Methods
Advanced JavaScript
- Date object
- This object
- Event object
- State management
- Cookie
- Form validation
- Expressions
- Email validation
- Dynamic functionalities of HTML controls