html tagssssssssssss?

karlyn

New member
base on this tag:

<link rel = "stylesheet" type = "text/css" href="a.css" />

is it required to be arranged like this?or it can be in any order?
i mean, something like this:

<link type = "text/css" href = "a.css" rel = "stylesheet" />
 
Back
Top