Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@heyheni I couldn't even breathe without Emmet, but I'm too dumb to memorize the keyword that has to come after :
-
If you wanna know it for CSS, I memorized it for CSS, try to memorize the linking scheme in general:
<head>
...
<link rel="stylesheet" type="text/css" href="pathto/file.css">
</head> -
If you look it up next time, don't c&p it! Type it! I rarely c&p or use code completion while i learn a new language. It slows you down first but speeds you up in the long run.
Related Rants
After years in frontend, I still have to google how to link css and script files in html.
rant
html
script
css