your string concatenation is invalid, try using single quotes to start/end string parts then you can use double quotes within string for attributes like style, otherwise you need to escape quotes within the string
html is also invalid, style goes inside opening tag
"five" is undefined where you use it to set width