What are these lines of code at the beginning of each HTML code?
<.script src=“scripts/snow.js” type=“text/javascript” charset=“utf-8”>
<.link href=‘http://fonts.googleapis.com/css?family=Niconne’ rel=‘stylesheet’ type=‘text/css’>
I mean I have seen html codes of different projects and they put this two lines of code at the beginning, before the , , and all other elements.