In stead of including the /html/head part you could also use double slash which means that the following node can be anywhere in the code:
//meta[@name='description']
Will give the same result as:
/html/head/meta[@name='description']
Doesn't really matter much but it's less typing...