HTML5 and CSS3 are two of the three most important technologies when developing websites. HTML, short for HyperText Markup Language is used not only for creating websites, but also for developing web applications and mobile applications.
On the other hand, CSS3 is used for modifying the visuals of any HTML pages. The sheet is written separately and linked to the main HTML pages, meaning that the HTML page no longer has to constantly be modified to change the layout of the website. It is a must have technology for any developer.
Learn how to use HTML5, CSS and a little bit of jQuery to design a multi-level dropdown menu. You will also understand core concepts such as using Nested Lists, CSS Transitions and even creating animations in this fun project.