Member-only story
Become a Full-Stack Developer in No Time Start Your LinkedIn Certification Today
LinkedIn Certifications
HTML
1.This course will teach you how to use HTML to create websites and web apps. HTML is the basic building block of web development, it makes sure that the content on your website can be understood by both people and computers. The instructor, Jen Simmons, will teach you how to use HTML correctly by focusing on important concepts, such as semantic markup. This means tagging the content based on what it is and not just for formatting. This makes it easier for screen readers and search engines to understand the content on your website and make it accessible to everyone.
CSS
2.This course is about Cascading Style Sheets (CSS) which is a language used to control how webpages look. The instructor, Christina Truong, will guide you on how to understand and use the basics of CSS. She will teach you how to add colours and other design elements to make your webpages more visually appealing. You will learn how to use selectors, how the box model affects the spacing and size of elements on the page, and how to style text and create basic layouts using Flexbox and Grid.
JavaScript
3.This course is about JavaScript, a scripting language used to create dynamic and interactive web pages. The instructor, Morten Rand-Hendriksen, will guide you through the basics of JavaScript, starting with core concepts like variables, data types, conditionals, and functions. As you progress through the course, you will learn advanced topics like loops, and how to manipulate the Document Object Model (DOM). The course includes practical examples and mini-projects to help you put your new skills to the test and build your understanding of JavaScript piece by piece.
GIT
4.This course is about Git, an open-source version control software that helps manage the source code for a project. The instructor, Kevin Skoglund, will teach you the basic concepts of version control systems and how to use Git. He will guide you step-by-step on how to install Git, and show you the commands needed to effectively manage your code. You will learn how to add, change and delete files in the repository, view a log of previous…