Skip to main content
CS Teaching Tips

Main navigation

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

Emphasize that students should know which HTML tags are self-contained to make writing and debugging code easier.

Share Emphasize that students should know which HTML tags are self-contained to make writing and debugging code easier. with FacebookShare Emphasize that students should know which HTML tags are self-contained to make writing and debugging code easier. with Twitter
  • Self-contained tags, empty elements, must be properly closed. Some such tags are <hr/>, <br/>, <input … />, <img/>, etc.

More about this tip

Tags

  • Content Misconceptions
  • Development Methods
  • HTML
External Source

Interview with Lynda Louis.
Twitter: @lrlouis

Other Tips By
Other Tips By Lynda Louis

Similar tips

Write code in class in real time. This way you’ll be forced to pace yourself, so students can better see and understand the process you’re going through.
Give students an opportunity (or force them) to use GDB and Valgrind. It teaches them how to use important debugging tools, it develops their debugging skills and it improves their code designing skills and code testing skills.
Misconception: Students believe that in a primitive assignment, x = y could be the equivalent of y = x; they think that the computer science “=” sign is the same as the mathematical “=” sign.

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

Privacy Policy