Question
<html>=<htML>
True**
False
Thx!
True**
False
Thx!
Answers
Leo Galleguillos
The answer depends on what "=" means in this case.
HTML tags are case-insensitive, so <html> will render the same as <htML> in a browser.
However, "html" and "htML" are obviously different strings.
HTML tags are case-insensitive, so <html> will render the same as <htML> in a browser.
However, "html" and "htML" are obviously different strings.