+ 6
I m struggling with remembering all the tags of css and html5 . Is it necessary to remember them all?
or may I just focus on which I really use most?
11 Réponses
+ 5
JavaScript helps u in making an interactive website.
like giving conditions is possible using JavaScript.
basically html and css is like front view. but the inner logical coding is done using JavaScript
+ 12
Hello, Sarang Thakre !
It is impossible to remember everything. And it is not necessary.
Try to remember the logic.
Understand the difference between a block and a lowercase element.
Disassemble properly in display and position.
Understand how float works
Try yourself to align one div inside the other left / center / right edge.
Align the line element (for example) inside the block element vertically and horizontally to the center / left / right / top / bottom.
If all of the above you do, consider that you already understood the base.
+ 9
You should focus on tags that you use. Not necessary to remember them all. You can just search in google when you do not remember😉
+ 7
No, just focus on the one you use most. The most impotant thing in programming is learning something and having fun with it. Even with learning anything, we somehow think we haven't master it well. Just make sure you learn enough as you should. Once you've understand the structure of the language move to programming languages.
As you continue learning you'll find yourself mastering more tags the more frequent you use them.
+ 6
start with basic tags
html
body
h1-h6
p
a
img
table
then go for harder ones
+ 5
i just write them down so i look at the tags when i need them
+ 4
actually you should learn the basics. If you don't remember the exact tag just google smth like "html how to ... (something)"
+ 3
Definately don’t try to remember them all. I have a list of a bunch of HTML tags in the Notes of my phone. Also, google search “list of html tags”
+ 2
Not all of them, and I you eant to learn every tag, take on tag per day. Repeat and practice. But try to remember the ones you use the most
+ 2
i have a question? i cant find the practical use of javascript in my HTML & CSS,what to do?
+ 2
Dharmik
You should make a new Q and A thread for that question, rather than asking here (spam)