Test lt/gt code
Lorem ipsum dolor sit amet, consectetur876876 adipiscing5432 elit.
amet, consectetur876876 adipiscing5432 elit.
Lorem ipsum dolor sit
// global variables Thingy g_Handle1 = NULL; Thingy g_Handle2 = NULL; // Some comments here // some more comments here Initialize();
// global variables Thingy g_Handle1 = NULL; Thingy g_Handle2 = NULL; // Some comments here // some more comments here Initialize();
// Some comments here // some more comments here
HTML debugging examples
What causes errors in HTML?
- Unclosed elements: If an element is not closed properly,
then its effect can spread to areas you didn’t intend- Badly nested elements: Nesting elements properly is also very important
for code behaving correctly. strong strong emphasised?
what is this?- Unclosed attributes: Another common source of HTML problems. Let’s
look at an example: - Badly nested elements: Nesting elements properly is also very important