Coding Exercises

video_library 2 Videos 352 Views 0 Likes 5 On 1 Rating


We all have to start somewhere. These tutorials are exercises that help you put into practice the coding skills you have learned.


352 Views 5 On 1 Rating Rate it

HTML Exercise – Personal Blog Page

Duration: 139

In this tutorial, we are going to take a look at semantic HTML and create a Personal Blog Page. This is strictly HTML, so we won’t be styling the page. I will have other tutorials for that, but for now, let’s look at the structure of an HTML page and how to add content to it. You can code along in the CodePen below or use the editor of your choice. After you have completed the walkthrough, feel free to […]

CSS Exercise – Personal Bio

Duration: 526

Instructions Create a site for your own personal branding. This is a professional history page (basically an HTML version of your resume) with CSS: Each place you’ve worked must be contained in an article element. Each article element should have a header that contains the name of the company and the dates of your employment. BONUS: Ensure that the dates are semantically marked by being contained within the appropriate HTML element. Each article should have its own id. Each article […]