Is it necessary to remember the CSS's syntax? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is it necessary to remember the CSS's syntax?

The value's order really puzzles me. background: -moz-radial-gradient(green, yellow, blue); background: -moz-radial-gradient(circle, green, yellow, blue); background: -moz-radial-gradient(bottom left, green, yellow, blue); background: -moz-radial-gradient(bottom left, ellipse, green, yellow, blue);

4th Jan 2022, 1:14 AM
FanYu
FanYu - avatar
5 Answers
+ 6
If you ask me, it's necessary to know that this exists, and if you ever needed to refer it in future, you have to know where to find it. It's not necessary to remember these kind of too specific syntaxes
4th Jan 2022, 4:15 AM
Rishi
Rishi - avatar
+ 4
You'll be asked about the Box Model when it comes to testing your CSS knowledge in interviews
5th Jan 2022, 1:30 AM
silentlearner
silentlearner - avatar
+ 2
The primary question, whether the interview would test this?
4th Jan 2022, 6:30 AM
FanYu
FanYu - avatar
+ 2
fan yu can't say for sure, maybe. Before showing up for an interview, you refer these syntaxes once. But the employer should know that it's not necessary to keep such deep stuff in memory. If they reject you for not knowing this, you shouldn't be working there
4th Jan 2022, 2:51 PM
Rishi
Rishi - avatar
+ 1
@Rishi I got it, thank you!
5th Jan 2022, 1:01 AM
FanYu
FanYu - avatar