What is the best technique for remembering the Tags Of HTML ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

What is the best technique for remembering the Tags Of HTML ?

12th Apr 2018, 7:11 PM
Zuhaib
Zuhaib - avatar
29 Answers
+ 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 ☺
14th Apr 2018, 6:20 AM
Manish Kumar
Manish Kumar - avatar
+ 13
The simple answer is: practice and use them.
12th Apr 2018, 7:17 PM
Oma Falk
Oma Falk - avatar
+ 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
12th Apr 2018, 7:16 PM
Valérie SPICHER
+ 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.
13th Apr 2018, 10:18 PM
Lisa F
Lisa F - avatar
+ 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.
13th Apr 2018, 7:31 PM
Ayinde John Oyelola
Ayinde John Oyelola  - avatar
+ 4
PRACTICE
14th Apr 2018, 3:31 AM
AR SHAIKH
AR SHAIKH - avatar
+ 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.
14th Apr 2018, 7:41 AM
Mitali
Mitali - avatar
+ 4
3 steps to remember all tags : 1/ Practice 2/ Practice 3/ Practice
14th Apr 2018, 2:56 PM
Saja Ahmed
Saja Ahmed - avatar
+ 4
practice makes perfect
14th Apr 2018, 5:26 PM
Rasul Kamolov
Rasul Kamolov - avatar
+ 4
write a notes copy...😊
15th Apr 2018, 4:56 AM
Rishabh Singh
Rishabh Singh - avatar
+ 4
to remember the tags of HTML.... is write Program in regular time basis.
15th Apr 2018, 4:58 AM
Rishabh Singh
Rishabh Singh - avatar
+ 3
Just remember, every tag is opened has to be closed, <html> <head> </head> <body> </body> </html> Also don't forget to practice :D
12th Apr 2018, 7:21 PM
darosan2003
darosan2003 - avatar
+ 3
I learned by creating my whole website using HTML in notepad.
13th Apr 2018, 3:11 PM
Lynda Archard
Lynda Archard - avatar
+ 3
Nothing More Than Practice
14th Apr 2018, 6:37 AM
Sachin Lamba
Sachin Lamba - avatar
+ 3
make it your daily routine ...
14th Apr 2018, 7:04 AM
Oluwaseun Shaydus Oni
Oluwaseun Shaydus Oni - avatar
+ 3
use a pen and write in a notebook works very well
15th Apr 2018, 12:02 AM
Junior da silva frança
Junior da silva frança - avatar
+ 3
just practice
15th Apr 2018, 7:30 AM
nashyvan
nashyvan - avatar
+ 2
simply just practice and use it for doing interesting things ;)
13th Apr 2018, 2:23 PM
Sushant
+ 2
Write codes always and don't stop.. Wishes
13th Apr 2018, 3:26 PM
Möhàméđ Şéîf
Möhàméđ Şéîf - avatar
+ 2
try to develop your own web pages...
14th Apr 2018, 9:55 AM
Mohit Sharma
Mohit Sharma - avatar