R1,650.00 Ex.VAT 15%
Available!
In this course, learn how to get started with HTML. Properly typing code, adding basic elements such as headings, paragraphs, and breaks, and creating bulleted or numbered lists.
This course expands on the previous one, teaching how to add images, links, and tables in HTML.
Getting started with CSS is the focus of this course: Adding the <Style> tag to HTML code, adding colors to elements with CSS, and using identifiers to select elements to style.
In this course, learn about styling text with CSS. Changing the font family and size of a section of text, using additional properties such as font style, font weight, line height, and text align are topics covered. As well, learn how to use the CSS font style shorthand.
This course teaches about other styling techniques using HTML and CSS, including using grouping elements, changing the dimensions of a div block, and using the CSS box model to format a webpage.
This lesson introduces different ways to apply CSS (styles) with a variety of selectors, including class and ID selectors, attribute selectors, and pseudo-class selectors.
Responsive design is the practice of building a website suitable to work on every device and every screen size, no matter how large or small, mobile or desktop. Responsive web design can be broken down into three main components, which include flexible layouts, media queries, and flexible media
In this course, we will look at ways to change layouts with relative units (percentages) versus fixed units (pixels), as well as ways to apply CSS at specific browsers widths and resolutions, using media queries.