Write HTML code to display text ' thank you '
Answers
Answered by
0
Answer:
In order to display HTML code on a webpage, you need to get rid of start tag < and end tag > symbol of every tag in your HTML code. Now enclose the code in pre tag or code tag. Or if the code is not formatted first place it in code tag then enclose it with pre tag.
Explanation:
In order to display HTML code on a webpage, you need to get rid of start tag < and end tag > symbol of every tag in your HTML code. Now enclose the code in pre tag or code tag. Or if the code is not formatted first place it in code tag then enclose it with pre tag.
Similar questions