<script type="text/javascript">
document.getElementById("compman").alt="Man using computer"
alert(document.getElementById("compman").alt)
<img id="compman" src="/img/eg_compman.gif" alt="Computerman" />
<input type="button" onclick="changeAlt()" value="Change alt text">
<input type="button" onclick="alertAlt()" value="Alert alt text">