Start here. There are tutorials on HTML(the structure of the document or application), CSS(styling of the structure), and JavaScript (programming language, used to interact with the page).
If you don't know a term search on MDN, and you should be able to find whatever you need.
You will need to download a text editor, this will make it easier to write code by auto-completing, syntax highlighting, and other helpful features.