She would make use of JavaScript if she wants to make it interactive, CSS if she wants to design it, Text editor obviously for coding the blog and a web browser for the result hope this helps
You should place your javascript in a separate file and name it appropriately, e.g. script.js.
Then you should call for your script using the HTML:
<script src="script.js" type="text/javascript"<span>></script></span>