Included in the course
12 lessons (video or text)
5 exercises in the IDE
32 quizzes
Assistance in Discussions on the website
What you'll learn
- The fundamentals of web design: how to design static web pages and style elements
- How to debug code step-by-step for quick error detection
- How to code editors with the help of plugins, such as Emmet
- Publish your website on GitHub Pages
Description
Creating modern interfaces involves not only the latest technology, but also global standards for these interfaces. In order to better understand the reasons why they're there, what their implications are, and how to use them wisely in our projects, we'll look at professional terminology and basic concepts in markup languages, and styling using HTML and CSS.
Course program
Estimated time: 9 hours
-
2
Intro to HTML
Learn how to design HTML from scratch. We'll talk about the role of attributes and study how to define HTML tags. -
4
Semantic HTML
The main goal of any HTML layout is to convey the context of the blocks on the page. In this lesson, we'll look at the semantic capabilities of the latest HTML5 standard and learn about accessibility on the web. -
5
Basic structure of an HTML document
Every HTML document has a basic structure made up of tags and special elements. The browser needs them in order to properly display information. In this lesson, we'll look at each part of this structure.quiz
-
6
CSS fundamentals
The CSS language was created to manage the visuals of webpages. Explore the basic features of stylesheets and learn to use it alongside HTML. Learn to link CSS files and discover the basic types of selectors. -
7
CSS Cascading
What is cascading, and how does it work in CSS? This lesson focuses on selector precedence, and how to use selectors in your projects. -
8
Chrome DevTools
When designing a website, it's important that you find errors quickly and understand how to convert the block you need properly. Previously, most of this was done manually, but modern browsers now have a web inspector function. We'll look at the capabilities of one of them — Chrome DevTools.quiz
-
9
Code editors
If you want to save the results of your work, you'll need a code editor. In this lesson, we'll look at how to install Visual Studio Code. This is a powerful tool that can be used not only for designing layouts, but also for coding in any programming language. -
11
Publication on the Internet
If you want to upload your project to the Internet, you'll need to use a hosting service — a special server that will store files and provide access to them via domain name. In this tutorial, we'll look at GitHub, a free hosting service. -
12
Graphic editors
There are several major editors on the market. Some of them are designed for one operating system only, others can be installed on any of them. In this unit, we'll look at the HTML/CSS developer's basic steps when working with Figma, an online graphic editor. -
13
Do it yourself
Some additional tasks to help you consolidate the theory you've learned -
14
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic