Html, Do I need to memorize..?

Hey everyone. I am learning HTML on my own. So far things are going smoothly.

I am trying to learn Forms now and I find it a bit hard. So my question is, do i need to memorize the code to create the Form or can just ‘paste it’ from github resources. I totally understand get the code logic but its hard to memorize everything that gets into it. What’s your stand on it? What about in a job environment?

Thank you.

there aren’t many developers that don’t pass their day with documentations open on their second screen

if I needed to create a form I would go to dedicated docs, for example <form>: The Form element - HTML | MDN
and consult what I don’t remember

2 Likes

Ok, thanks a lot. Now I don’t feel bad to look for resources :wink:

hey dude we are somewhat the same.
but am done with the html Part.
am currently in the Css curricula.

1 Like

What resources did you use to learn HTML?

most people here go through the freeCodeCamp curriculum https://www.freecodecamp.org/learn

1 Like

freecodecamp and then stack overflow if I had a specific question. And one user here I think it was pkdvalis sent this website under one of my questions HTML Tutorial - this website is very useful. Whenever I make personal projects I use this site for reference. I forget how to do things most of the time and I think a lot of developers search up the answer anyway.

2 Likes

well i’ve used tons of resources but the i actually recommend is this freecodecamp.
though it’s not easy, it will teach you how to think like a developer.
like when your stuck you seek for help on freecodecamp or google, stating the current part thats giving you issue.

1 Like