HTML, CSS & Javascript
The programs in this language are called scripts. They can be written right in a web page’s HTML and run automatically as the page loads. Scripts are provided and executed as plain text. They don’t need special preparation or compilation to run.
In this aspect, JavaScript is very different from another language called Java.
HTML
- Introduction to HTML
- Browsers and HTML
- Editor’s Offline and Online
- Tags, Attribute and Elements
- Doctype Element
- Comments
- Headings, Paragraphs, and Formatting Text
- Lists and Links
- Images and Tables
CSS
- Introduction CSS
- Applying CSS to HTML
- Selectors, Properties, and Values
- CSS Colors and Backgrounds
- CSS Box Model
- CSS Margins, Padding, and Borders
- CSS Text and Font Properties
- CSS General Topics
JavaScript Syllabus:
- Introduction to JavaScript
- Applying JavaScript (internal and external)
- Understanding JS Syntax
- Introduction to Document and Window Object
- Variables and Operators
- Data Types and Num Type Conversion
- Math and String Manipulation
- Objects and Arrays
- Date and Time
- Conditional Statements
- Switch Case
- Looping in JS
- Functions