Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Remind students how important indenting HTML is because most early bugs involve not closing tags.

Share Remind students how important indenting HTML is because most early bugs involve not closing tags. with FacebookShare Remind students how important indenting HTML is because most early bugs involve not closing tags. with Twitter
  • Properly indenting your code makes it easier to read, helps you find syntax bugs faster, and is best practice.

More about this tip

Tags

  • Development Methods
  • HTML
External Source

Interview with Breanna Tucsanyi

Other Tips By
Other Tips By Breanna Turcsanyi

Similar tips

Misconception: Students frequently forget to close tags or other paired constructs when writing HTML and CSS code, this error is called unclosed pairs. To help prevent this, have students write both open and close HTML tags before adding content.
Misconception: When a variable is on both sides of an equal sign (i.e., x = x+1), students can get very confused.
When developing for the web, have students run their code in multiple browsers to ensure compatibility.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy