If the attributes of a particular HTML tag are listed in a specific order? Is there an agreement for an order? For example, I have the following image tag in a strict HTML page ...
<img src="http://example.com/media/graphics/border_bottom.png" class="border" height="5px" width="600px" alt="Lower Border" />
Should I first specify src, or height, or width, etc.? What is the correct order?
Thanks in advance!
html conventions
Troubledguym
source share