Download presentation
Presentation is loading. Please wait.
Published byAvice Burns Modified over 9 years ago
1
HTML CSS JAVASCRIPT
2
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.
3
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: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro HTML includes “tags” these tags control where the plain text amongst these tags will go on the page.
4
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: http://www.w3schools.com/css/demo_default.htmhttp://www.w3schools.com/css/demo_default.htm
5
JAVASCRIPT JavaScript is a programming language used to make HTML, the web, computers, servers, laptops, tablets and more interactive. Example: http://www.w3schools.com/js/tryit.asp?filename=tr yjs_intro_inner_html http://www.w3schools.com/js/tryit.asp?filename=tr yjs_intro_inner_html
6
FOR MORE INFORMATION: HTML http://www.w3schools.com/ht ml/ CSS http://www.w3schools.com/C SS/ JAVASCRIPT http://www.w3schools.com/js /
7
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…
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.