Arrow Head Size
Arrow Head Size

can anyone explain to me what this means? html encoding…?
, but after the a:link thing… sorry for the bother, i’m a bit new to this…
You are looking at an inline cascading stylesheet or CSS for short. It is inline because it is embedded directly into the HTML rather than in an external file.
The body at the start represents all the formatting that could occur for the
tag in HTML.The braces {} act as a container for everything within the element.
The colon after each of the words within the {} indicates the value.
This is a simple example of the above stylesheet to illustrate what I mean