HTML markup of a text/plain message rendered as HTML. This happens when viewing a sent message. There's no text/html part at all.
All addresses, including message-id snipped due to forum policy.
Message with headers:
To: [...]
From: [snip]
Subject: html css
Message-ID: [snip]
Date: Sun, 29 Nov 2015 13:47:44 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
Thunderbird/38.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
//margin-left: 0px;
padding-left: 0px;
}
</style>
</head>
<body>
<p>Example of unordered lists:</p>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
</body>
</html>