Bulleted List in HTML Document

Bulleted List in HTML Document

Creating a Bulleted List

Practising the following steps you can insert Bulleted List in an HTML document.

  1. To add a bulleted list start and end your list with <ul></ul> tag and list all the elements by enclosing them between <li></li> tag.
  2. Save your Document.

Reporting Requirement

As a report developer, you are required to share the following key requirements:

  • A report must show all the products in a bulleted list format.
  • A report must be generated in the HTML Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

We provide support for the following products:
<ul>
&lt;&lt;foreach [in products]&gt;&gt;
<li>&lt;&lt;[ProductName]&gt;&gt;</li>
&lt;&lt;/foreach&gt;&gt;
</ul>

Download Bulleted List Template

Please download the sample Bulleted List document we created in this article:

Generating The Report

© Aspose Pty Ltd 2001-2022. All Rights Reserved.