Multiple choice Which of the following statements is FALSE regarding HTML tags? HTML tags are case sensitive. Some html tags are not required to be closed. The opening and closing html tag is optional. HTML tags can have attributes. HTML tags can be written using any text editor. Reveal answer Fill a bubble to check yourself A Correct answer Explanation HTML tags are not case sensitive. For example to create a paragraph we can write P or p. The tags in XML are case sensitive.