How can i add alt to an img src?

You’re also using too many quotes, it looks like. Are you using two single quotes instead of one double quote?

Here’s the basic syntax for an HTML element.
<element attribute1="value" attribute2="value1 value2">Text</element>