HTML Templates Examples

A few different approaches to locations descripton content.

Map example with different locations templates

You can find related HTML codes below the map.

Related HTML Formatting:

1) Simple One-Line Description

<p>4400 Massachusetts Ave NW, Washington, DC 20016, USA</p>

2) Multi Line or Multi Paragraph Description

<p>3700 O St NW,<br/> Washington,<br/> DC 20057,<br/> USA</p>
<p>3700 O St NW, Washington, DC 20057, USA</p>

3) Bold, Italic, Underline Formatting + Links

<p><b>4777 Marlboro Pike</b>, <i>Capitol Heights</i>, <u>MD 20743</u>, USA</p>
<p><a href="https://maps.develic.com/about" target="_blank">About Us Link</a><p>

4) Table Description

<table>
<tr>
<td>3713 Lee Hwy</td><td>Arlington, VA 22207</td>
</tr>
<tr>
<td>...</td><td>USA</td>
</tr>
</table>