I have
hd.meta(http-equiv=\'Content-Type\', content=\'text/html;charset=UTF-8\')
And I am getting:
SyntaxError: keyword can\'t be
I think http-equiv is being parsed as http minus equiv. You should try http_equiv, or possibly use a special argument depending on the API.
http-equiv
http
equiv
http_equiv