How to start my webdesign project

Tell us what’s happening:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36.

Link to the challenge:

Pick a subject

Create a HTML document and put in an <image> and a list of facts or common knowledge about your subject.

Image docs
https://www.w3schools.com/html/html_images.asp

List docs
https://www.w3schools.com/html/html_lists.asp

This would be a good start :slight_smile:

i’m new to coding and this will be my first project. I use a window system and dont know where to start writing my code

Have you finished the lessons on html and css? If you’re new to this, it’s extra important that you take some time to learn the ropes before diving straight into making something.
If you did finish the lessons already, try put something together according to the user stories; or try sketching out what you want the page to look like on a paper first, and later figure out how to implement your design. The flow is different for everyone; and only you know what works for you.

i participated in the lessons but have no clue how to put them to practice

What @camelcamper suggested is a great way to get started; looking at the example demo helps give you a better idea of how the end product should look as well.
The tests on this project are not hard to pass, you can start with passing the tests (i.e. giving your page what the tests specified; until all tests turn green); then work on how the page looks later.

@anon96529406 Alright, thanks a lot. I started with that already