NEET 08/28/2024 (Wed) 12:21 No.891506 del
Has the HTML style tag specification changed recently?
Why aren't these tags being honoured?
[code]
<body style="background-color:black;">
<div style="text-align: center;">
<img src="wombosec.jpg">
</div>
</body>
[/code]