This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
Not to be confused with the anchor tag, the <link> tag is used to link items to the document (normally CSS style sheets).
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="path to stylesheet">
</head>
</html>