What is the difference between HTML, CSS and JavaScript

HTML, CSS and JavaScript are the building blocks of the internet which are used to build all the websites around. HTML, or Hyper Text Markup Language, defines the layout of a webpage (where the headings go, what's the content that's displayed). CSS, or Cascading Style Sheets, define the styling of the website (what colours are used for each HTML component, whta font is used for text across the website). JavaScript is the main programming language that allows making your webpage interactive (clicking a button opens a box, filling in a form sends the information to a server).

DJ

Related Computing A Level answers

All answers ▸

What is the decimal equivalent of the following sequence of bits, which represents an unsigned binary integer: 1101001. What is the decimal equivalent if the sequence in bits encodes a two’s complement binary integer.


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.


How to manually convert a number from decimal into binary?


In a computer program, a parameter may be passed to a procedure by value. Explain how this method works.