Single Choice Not Set

QWhich character does an HTML tag's closure represent?

ID: #4795 HTML Basic MCQ 228 views
Question Info
#4795Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    \
    
  • B
    
    !
    
  • C
    
    /
    
  • D
    
    .
    
Correct Answer

Explanation


The forward-slash (/) character is used to indicate the closing of a tag.

HTML tags are used to mark the beginning and end of an element, 
and they are usually written in angle brackets like this: <tag>. 

To indicate the end of an element, you can use a closing tag, 
which is written like this: </tag>. 

The closing tag has the same name as the opening tag, 
but it includes a forward-slash before the tag name.

Share This Question

Challenge a friend or share with your study group.