From the course: Web Servers and APIs using C++

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Create a new webpage

Challenge: Create a new webpage - C++ Tutorial

From the course: Web Servers and APIs using C++

Start my 1-month free trial

Challenge: Create a new webpage

(metallic swishing) - [Instructor] Are you up for another challenge? Let's show what we know and add a new page to our website. Create a new page about.html. The page should contain an H1 tag which reads, About. Add a route handler for the page and a style sheet named, About.css. The style sheet should color the background any color you'd like. Give yourself about five or 10 minutes to complete this challenge.

Contents