For example, if I have the sentence "Please type the <html> element below." inside the body of the HTML file. The browser will not show the reserved element <html>.
You need to escape your angle brackets using html entites: < and >
For example, if I have the sentence "Please type the <html> element below." inside the body of the HTML file. The browser will not show the reserved element <html>.
You need to escape your angle brackets using html entites: < and >