Freecodecamp beginner

I am a beginner in html. I don’t even know / understand how to start the first coding challenge. where to write my code. shall I type my code in the code pen. io site. html and css in two distinct parts of the screen? How can I see if something work?

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15.

Challenge: Build a Tribute Page

Link to the challenge:

hi there @husson

you can use codepen.io as it written in the project description. You do have windows where you write HTML ( the most left one ) CSS (middle one) and (later) JavaScript on the right one.
You will see the changes taking effect immediately in the preview window in the site.
Basically the codepen provided a boilerplate so you don’t need the <doctype> and the <head> section of the html to be written. what you will write on codepen, its same to <body> part of the full html file.

1 Like