Dive into the world of web development with our ‘HTML Fundamentals’ course and learn to build your own webpage!
At the end of the training, you will be able to:
- Understand the principle of the document object model
- Identify a broad assortment of elements HTML offers, like Headers, Lists, Sections, Links, Images, Tables, and Forms
- Build and structure your first webpage with the help of HTML
- Debug any webpage with the browsers DevTools
HTML is the foundation of every web page and is designed to be the standard markup language for documents to be displayed in browsers. This course, spread over 3 half days, will introduce you to the document object model, several types of HTML elements, and the DevTools offered by our browsers to debug any webpage. We will also dive into HTML by iteratively building our own webpage throughout the course. The subjects covered include creating our first HTML Page, debugging it via the DevTools Inspector, and getting to know a wide range of HTML elements.