danc no touchie please - 1
675 South Franklin St. Eaton 45320
Another Department – Another Team /
Remote
This is a test, to test HTML and non-HTML options for bullet points and how they look in the posting. I need to type some random stuff here to make this seem longer and see how this would work in a real use situation.
Going to try some simple and some HTML here to see if bullet points work or look acceptable in either way.
- does this work?
- there's no html that works here =(
A random paragraph can also be an excellent way for a writer to tackle writers' block. Writing block can often happen due to being stuck with a current project that the writer is trying to complete. By inserting a completely random paragraph from which to begin, it can take down some of the issues that may have been causing the writers' block in the first place.
But, will this work to create a bullet point list?
<!DOCTYPE html>
<html>
<body>
<h2>An unordered HTML list</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</body>
</html>
Need a better closing than this!