Social Sciences, asked by divjotkaursandha, 10 months ago

how will you avoid Syntax error while writing an HTML code short answer​

Answers

Answered by sajinkya674
2

Answer:

So, open your editor and let's go through this quickly.

Missing out the Doctype Declaration.  

Not closing a tag.  

While there are also some of the tags in HTML which are allowed to left unclosed such as:  

Placing the block elements within the inline elements.  

Not using absolute paths for images and hyperlinks.

Explanation:

Similar questions