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