Syllabus
The complete web development bootcamp
Web Development Fundamentals
- Understanding how websites work and how HTML, CSS, Javascript contribute
- Understanding how the internet works
- Start coding with HTML, CSS & javascript.
- learn how to debug your project
HTML 5
- Learn the anatomy of HTML syntax to structure your website.
- Understand the HTMl boilerplate and HTML doctypes.
- How to structure text in HTML.
- How to structure HTML lists to create unorder & order lists
- How to insert image using HTML.
- How to create hyperlinks using anchor tags.
- Understand how to use HTML table for content.
- How to use table for layout.
- Learn HTML best Practices.
- Understand about Html forms and create a simple contact me form.
- HTML Divs & Nav and how to separate content for css styling.
CSS 3
- Understand what are cascading style sheets and you can use it to style your website.
- How to use CSS selectors and properties.
- Learn about hoe to use inline, internal & external CSS.
- Understand CSS coding best practices.
- Learn about CSS sizing methods.
- Learn about anatomy of css syntax and structure.
- CSS specificity and implementing style hierarchy.
- How too use & target Class & id's.
- CSS display and how to implement layout.
- How to use CSS position and is attribute.
- How to give a font-size and web font also.
- How to Centeralize element
- Website design Fundamentals and typography
- How to use CSS float & clear
- How to conbine CSS selectors and understand selector priority
Syllabus
The complete web development bootcamp
Javascript ES6
- What is Javascript
- The Fundamentals of code
- Starting code with alerts and prompts
- understanding variables and Data Types in Javascript
- Variable naming in Javascript
- Working with strings and numbers
- Randomisation and logical Operators
- Loops, collections and Conditionals
- Functions and Invocation partners
- Discussion of ECMAScript
- Intermediate Javascript
- Learn to use Js expressions, Operators Statements and Declarations
- Object-oriented programming
- Js Objects and Prototypes
- The "This"z Scope and Closures
- Refactoring and Debugging
Document OBJECT MODEL (DOM)
- Learn the tree structure of HTML based website
- Traverse through the document using object notation
- Separation of concerns and coding best practices
- Manipulate and change the HTML element using your understanding of the DOM
JQUERY
- What is jQuery
- How to use jQuery
- Installing and using the jQuery framework
- Learning about jQuery functionality