Basics of HTML, CSS and JavaScript
You will develop a solid understanding of the basic structures and functionalities of HTML, CSS and JavaScript so that you can use them to create web applications.
Effective structuring of HTML code and CSS styles
You will learn how to structure HTML code efficiently, including integrating media elements and external resources, while maintaining a clear separation between CSS styles and HTML code to improve code maintainability and readability.
Developing interactive web apps
Learn to make web applications interactive by utilizing advanced CSS properties to create engaging user interfaces and applying basic JavaScript programming concepts such as loops and arrays to enhance interactivity and user experience.
Advanced JavaScript concepts and introduction to Web APIs, JSON and AJAX
You will learn advanced JavaScript concepts that will enable you to implement complex functions and interactions in your web applications. In addition, you will receive a basic introduction to Web APIs, JSON, and AJAX, which will help you dynamically load data and communicate with external resources.