HTML CSS JAVASCRIPT
HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes that describe what will happen/appear on a web page.
The text between and describes the web page The text between and is the visible page content The text between and is displayed as a heading The text between and is displayed as a paragraph Example: HTML includes “tags” these tags control where the plain text amongst these tags will go on the page.
CSS - Stands for Cascading Style Sheets CSS is a styling language that defines the layout of HTML documents. This includes: fonts, colours, margins, lines, height, width, background images, advanced positions and many others. Benefits of CSS include: O control layout of many documents from one single style sheet; O more precise control of layout Example:
JAVASCRIPT JavaScript is a programming language used to make HTML, the web, computers, servers, laptops, tablets and more interactive. Example: yjs_intro_inner_html yjs_intro_inner_html
FOR MORE INFORMATION: HTML ml/ CSS SS/ JAVASCRIPT /
Learning to program is like learning a new language; you wont be fluent right away, so play around with the code, and take risks, because risk taking is important in technology…