USING MICROSOFT POWERPOINT
USING THE DRAWING TOOLS AND FORMAT FEATURES IN POWERPOINT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
the length of time something lasts
|
|
a list with dots next to each informational item
|
|
to make items on a slideshow or document shades of gray, no color
|
|
a feature in Microsoft Office that allows the user to see what formatting changes would look like without actually selecting a formatting choice, but just by hovering your cursor over the choice
|
Detailed explanation-1: -We use the <ul> tag to create an unordered list. As usual, we need to use the <li> tags within <ul> and <ul/> to create the list items. The list items ( li ) inside the unordered list ( ul ) come with the default style of bullet points – so each of the list items is preceded by a black dot.
Detailed explanation-2: -A bullet point is a symbol that is used in writing to introduce an item in a list. A commonly used symbol to represent a bullet point is a centered dot ( • ), but many different symbols and characters can be used in bullet point lists. Sometimes, bulleted lists even use numbers and/or letters.
Detailed explanation-3: -To start a numbered list, type 1, a period (.), a space, and some text. Word will automatically start a numbered list for you. Type* and a space before your text, and Word will make a bulleted list. To complete your list, press Enter until the bullets or numbering switch off.
Detailed explanation-4: -<ul>: The Unordered List element. The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.