BIT BY BYTE
Back
Question 1 of 1
3 marks
Describe the roles of HTML, CSS and JavaScript in making a web page.
All three do the same thing — just different colours.
HTML defines the structure (headings, paragraphs, images). CSS controls the appearance (colours, fonts, layout). JavaScript adds interactivity (clicks, animations, dynamic updates).
HTML is for pictures, CSS is for text, JS is for sounds.
HTML runs on the server, CSS on the client, JS in the database.
Check Answer