How will you avoid syntax error while writing in HTML code in HTML code
Answers
Answered by
1
Answer:
Some Common HTML Errors you must avoid:
Missing out the Doctype Declaration. The Doctype!..
Not closing a tag..
Placing the block elements within the inline elements..
Not using absolute paths for images and hyperlinks..
Missing out alt tags for images..
Not Encoding HTML entities..
Improper Classes and IDs usage..
Wrong Syntax for Links.
Similar questions