Setup your own website from scratch in 3 easy steps — 1. Code it up
A basic website consists of an HTML, CSS, and Javascript file. HTML: content (e.g. text, images, links) CSS: style (e.g. color, sizing, spacing) Javascript: interaction (e.g. buttons, forms, animations) Feel free to use your own .html, .css, and .js file. If not, open a text editor…