HTML Closing TagsYou type: <h5>Happy Holidays!</h5>We see:
Happy Holidays!Note the / (slash) in the closing tag. If don’t use the proper closing tag you comment is corrupted and the Delete & Reply buttons do not appear.You can also add emphasis by use big and bold tags. You type: <h5><b><big><i>Happy</i> Holidays!</big></b></h5>
HTML Closing TagsYou type: <h5>Happy Holidays!</h5>We see:
Happy Holidays!Note the / (slash) in the closing tag. If don’t use the proper closing tag you comment is corrupted and the Delete & Reply buttons do not appear.You can also add emphasis by use big and bold tags. You type: <h5><b><big><i>Happy</i> Holidays!</big></b></h5>We see:
Happy Holidays!Note the closing tag for each attribute.