Sage-Code Laboratory

Web Design

Web design starts with learning HTML & CSS. These are two domain specific languages, defined by W3C consortium to create web pages. In the next tutorial you can learn what is HTML and how is used to create the internet.

Video Lecture

We stream on Twitch every Saturday and later we upload the recording on YouTube. Our videos have no disruptions and are very informative. Google may show you ads at the beginning of video that you can skip but we show no ads during the video. If you appreciate this video, press the like button or add a comment. In the future we will have new sessions that will be better and more advanced. Enjoy!

HTML Tutorial

Learning HTML

HTML stands for Hyper Text Markup Language. It is a data oriented language and looks like XML. Both languages are markup languages based on tags. These are keywords enclosed in angle brackets.

One opening tag looks like this: <tag>. Each opening tag has a closing tag that look like this: </tag>. Each tag has specific attributes and functionality. There are about 30 tags to learn before you can say you know HTML.

HTML Topics


Learning CSS

After learning HTML tags you need CSS for making the pages pretty. Then you can continue with JavaScript. At first you will probably be confused by different notations. We present only the essentials to give you a quick start. You should check the official documentation for more details.

CSS Topics

Prep Quiz

Next does not have a time limit, but easy to finish in less than 45 minutes. You can scan the code using a mobile or tabled. If you are already on mobile device, tap the code below to start the quiz. It requires you to sign-in using your Google account.
HTML Quiz

HTML & CSS - Quiz


Privacy Terms: We do not collect your e-mail address but we record your name with the test results on Google drive. If you take more than 80% we will recognize your skill and will endorse you on Linked-in. If you don't agree, you can use name: Anonymous but then we can't endorse your new skills.

External References

We have covered only the fundamental concepts. If you wish to learn more you can follow external references provided below. These references are required readings for expert website developers. Next two are the best reference documentation you will ever need.