Learn HTML and CSS for building websites. In this lesson we cover CSS styles and navigation.
CSS is used for styling web pages. It is a style sheet language used for describing the presentation of a document written in a markup language. A style sheet is a collection of rules that tells a web browser how to display a document written in HTML or XML.
CSS is used to style all HTML tags, including the document’s body, headings, paragraphs, and other pieces of text. CSS can also be used to style the display of table elements, grid elements, and images.
In this lesson we will cover how to use CSS to style your web pages. We will also cover how to create navigation menus using CSS.