Everybody make mistakes and so does beginners. Because of less knowledge and skills, lack of experience and carelessness beginners often make mistakes.
Because of advanced coding they often go wrong in their CSS and HTML files. Clean code is imperative and it even helps in enhancing your skills and thus saves time in editing as well. Many people make mistakes out of anxiety, an urge to complete work quickly in case of a deadline or when they haven't practiced for a long period of time.
Below we have mentioned some common HTML or CSS mistakes made by many of us. Let us have a look at them:
HTML Mistakes
Fail To Remember Closing a Tag
This is one of the common mistakes made by beginners. Tags like strong tags, divs, links, etc require closing tags. Other tags like when inserted an image requires a closing slash to end it.
Wrongly Placed Tags
Properly placed tags result in benefits at the end. It is imperative to open and close tags in a proper way. Once a tag is opened, it must be closed. The below mentioned code is incorrect
To Capitalize Tags
This is considered to be a bad practice.PSD to CSSPSD to HTML
↧