How do I add bullet points to my website?

How do I add bullet points to my website?

How to Insert an Unordered (ie Bullet Point) List

  1. Open your web page in Expression Web and put your text cursor at the spot where the list is to begin.
  2. Click “Format | Bullets and Numbering” from the menu.
  3. A dialog box with the title “Bullets and Numbering” will appear.

Can you bullet point a summary?

Many writers use bullet points in executive summaries on the basis that they are short and to the point, and because they believe that most readers prefer to read bullet points rather than prose. If your summary is factual and you are outlining highlights and issues, then bullet points work well.

How to use Summary links web part?

To add a Summary Link Web Part to your page, you must first click “Edit Page” under Site Actions and then click “Add a Web Part” in the zone of your choice in order to bring up the gallery of available web parts. The Summary Link Web Part should appear in the Default grouping of web parts.

What is bullet point summary?

Bullet points are very similar to notes, which means you want to steer clear of complete sentences or long explanations. Instead, your headings should be brief summaries of learning goals or educational concepts. For example, if you’re doing a presentation on philosophy, a section on ethics might be one heading.

What is a summary link?

A Summary Link Web Part and a Summary Link field control both provide an easy way to build a page of links to various resources, both inside and outside of your site. You can control the appearance, organization, and presentation of the links that you add to a Summary Link Web Part or field control.

How do you add bullets and numbering in HTML?

To create unordered list in HTML, use the

    tag

. The unordered list starts with the

    tag. The list item starts with the

  • tag and will be marked as disc, square, circle, etc. The default is bullets, which is small black circles.