Book Image

Build Real-World Websites Using HTML5, CSS3, Flexbox, Grid, and Sass [Video]

By : Development Island (UK), Issam Baou
Book Image

Build Real-World Websites Using HTML5, CSS3, Flexbox, Grid, and Sass [Video]

By: Development Island (UK), Issam Baou

Overview of this book

HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript to build responsive websites and become a professional web developer. First, you are going to understand the structure of a web page. Then you will set up your free web hosting, which comes as a bonus with this course. After that, you will move to HTML5 and learn the components that build up the skeleton of a web page; you will cover various concepts to a detailed level: paragraphs, links, forms, iframes, and so on. Then, you will move on to CSS3 and learn how to add professional decoration and styling to your websites; you will also be introduced to advanced skills such as CSS3 transitions and animations. You will also be building a professional website using HTML and CSS, which will help you understand how to create a menu and header for the website. You will wrap up the course by exploring advanced CSS with Flexbox, Grid, and Sass and learning the features and functions used in Sass. Understand concepts such as how to align and resize Flex items and Flex lines toward the end. By the end of the course, you will be able to design, code, and publish a real-world website. All resources and code files are placed here: https://github.com/packtpublishing/build-real-world-websites-from-scratch-using-html5-and-css3
Table of Contents (4 chapters)
Chapter 2
CSS
Content Locked
Section 11
Box Model: Margin
In this lecture, you will learn the margin concept and its syntax. You will add margins to div elements in your page.