Identify and write the functions of the following tags.
<B>
<U>
Answers
Answered by
2
Answer:
HTML <b> tag is used to display the written text in bold format. It is strictly a presentational element
The HTML Unarticulated Annotation element ( <u> ) represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a simple solid underline, but may be altered using CSS.
Similar questions