+ 21
What is the best technique for remembering the Tags Of HTML ?
29 Réponses
+ 17
3 important steps to remember Tags of HTML:
i) Install the plugin "Emmet" in your editor. It will make your coding easy and will help you to be pro at it.
ii) Don't hesitate to take help from Internet. Whenever you feel doubts just put that doubts on Google Search Engine. You will get the solution. And it's no harm to do that as long as you focus on learning.
iii) Do real life project. Make some website. If you don't have any idea just make the dummy of Facebook, Twitter etc. It will bring a large amount of experience in you and you will feel that now you are quite more familiar with all the tags.
Thank You!
Happy Coding ☺
+ 13
The simple answer is:
practice and use them.
+ 11
write write and write code :) I use too the memento collection of eyrolles it's in french but I think it can be exist in other languages
+ 5
I think it helps to categorize them. for example there are required tags for all pages such as html, head, body. then wireframe tags to divide up the body content into big chunks like header, nav, main, and footer. then there are elements that describe the individual pieces of content such as the h1 h2 headings, ol ul dl li lists, img mages, form elements, and table elements.
+ 4
Hello in remembering html codes you just have to practice constantly.
You can get Sololearn app on your phone and open anytime of the day it really helps a lot.
+ 4
PRACTICE
+ 4
The only way to remember is PRACTICE.You cannot just learn them by heart.By practicing every day you will become familiar with the tags and will eventually remember tags and how n where to use them.
+ 4
3 steps to remember all tags :
1/ Practice
2/ Practice
3/ Practice
+ 4
practice makes perfect
+ 4
write a notes copy...😊
+ 4
to remember the tags of HTML.... is write Program in regular time basis.
+ 3
Just remember, every tag is opened has to be closed,
<html>
<head>
</head>
<body>
</body>
</html>
Also don't forget to practice :D
+ 3
I learned by creating my whole website using HTML in notepad.
+ 3
Nothing More Than Practice
+ 3
make it your daily routine ...
+ 3
use a pen and write in a notebook works very well
+ 3
just practice
+ 2
simply just practice and use it for doing interesting things ;)
+ 2
Write codes always and don't stop..
Wishes
+ 2
try to develop your own web pages...