Tag-interview
dfdhhhYour subtitle here...
Q. Would you recommend changing them ? if yes then Why ?
Yes, Although HTML is case-insensitive, the best practice is to write all tag names in lowercase (e.g., <p>, <div>). This improves readability, keeps the code consistent, and aligns with XHTML and modern HTML standards.
Q. Would you agree, or would you recommend other tags
Instead of <b> and <i>, it is better to use <strong> for important text and <em> for emphasized text. These tags convey semantic meaning, which improves accessibility and tells assistive technologies why the text is styled that way.
Which tag would you use and why ?
I will use the <br> tag because, it is a self-closing tag specifically meant to insert a line break without staring a new paragraph.