How many styles can be used in HTML for a word or sentence. Explain with a
suitable example.
Answers
Answered by
1
Answer:
There are actually four style types in Word. Each has an icon that appears next to it in the Styles and Formatting task pane. When you use the New Style dialog box to create a new style, the types are available on the Style type list.
Explanation:
HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications. ... For example, we can create a paragraph by placing the enclosed text within a starting <p> and closing </p> tag.
Answered by
0
Answer:
HTML Formatting Elements
Formatting elements were designed to display special types of text:
- <b> - Bold text
- <strong> - Important text
- <i> - Italic text
- <em> - Emphasized text
- <mark> - Marked text
- <small> - Smaller text
- <del> - Deleted text
- <ins> - Inserted text
- <sub> - Subscript text
- <sup> - Superscript text
Similar questions