InterviewSolution
Saved Bookmarks
| 1. |
How many styles can be used in HTML for a word or sentence. Explain with asuitable example. |
|
Answer» 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 and closing tag. |
|