New member in coding

Hello everyone I’m new to coding
i just finished learning basicHTML and CSS
i dont know where to apply this😁

Do you have a question?

@ArielLeslie do i have to master all the codes i learned

I’m not sure what you mean. If you want to write code, you’ll need to know how. You gain mastery over time through experience.

Hi Flamey, Welcome to FCC.
Congratulation on your first dive into web development. :slight_smile:

It is very tempting to go really fast with the lesson, because FCC makes it so easy to learn. :smiley:

If you are having trouble finding a place to apply this knowledge. Here is what you can do.

  1. Use a Sandbox site, like codepen.io where you can write your html, css and js in an environment where you don’t have to setup any files to get you start. Though I don’t recommand this, because you DO want to know how to setup a project.

  2. Create your own project from scratch on local machine. If you don’t know how to do that, learn how to do that first.
    Here is a brief hint on how to do it…
    On your desktop, create a file called “index.html”, in it, write <h1>Hello World</h1> and then run it in your browser.

That’s an intro to building your own webpage.
Study what goes into this file very carefully and make sure you understand why, and ask a lot of questions before you move forward towards JS.

If this part don’t make much sense to you, you’ll be haunted by it further down the line.

2 Likes

thank you for your concern ill practise more to gain the experince