
Explore the HTML document structure from doctype to head, including title, meta tags, og properties, and linking stylesheets and scripts.
Explore how tables present information with headers, a body, and a footer, and use colspan to combine cells horizontally and vertically for flexible front-end layouts.
Master CSS3 selectors, including class, ID, and element selectors, plus pseudo-classes and attribute selectors. Learn to import custom fonts with font-face and apply media queries for responsive design.
Learn how the document object model treats a page as a tree of nodes, enabling traversal, styling, and dynamic changes like insertion or removal of nodes.
Learn how Ajax updates a web page in the same window without a full reload, using JavaScript to fetch data from the server.
Explore JavaScript object notation by building objects with curly braces, properties and values of various types, and render data to the dom using loops, functions, and simple tables.
This course gives a base knowledge of the front-end development. It covers HTML, CSS, and JavaScript. Then we use this knowledge to build and style a page and feed it with the data from external data course. We will look at the HTML history, compare different versions of it, check new cool features of HTML5 and CSS3.