While developing a blog page, you need to showcase edited content over time. How would you incorporate text formatting tags to represent additions and deletions in the blog content?
- Use the
and tags. - Use the
and tags. - Use the
and tags. - Use the
andtags.
The tag is used to represent deleted text, and the content inside it typically appears struck through. The tag represents text that has been inserted into the page, and it's typically underlined. These tags offer a semantically correct way to show modifications in content over time, making them ideal for blogs and other frequently updated mediums.
Loading...
Related Quiz
- What is the significance of the viewport meta tag in HTML5?
- In terms of accessibility, how do screen readers interpret lists?
- The ______ tag is utilized to create a bulleted list within the HTML body.
- The _______ attribute in the blockquote element is used to provide the URL of the quoted source.
- How does setting the tab order assist users in navigating a web page?