Submodule 1.2: Introduction to WEB coding
Site: | HUB de Montée en Compétences - CYRITECH C.S.L |
Course: | HTML |
Book: | Submodule 1.2: Introduction to WEB coding |
Printed by: | Visiteur anonyme |
Date: | Thursday, 21 November 2024, 4:42 PM |
Description
- HTML - CSS -JavaScript
- Code editor
HTML - CSS - JavaScript
We use HTML
for the structure of a webpage
We use CSS
for the appearance of a webpage
We use JavaScript
for the inteactivity of a webpage
The Browser and the Editor
A Web Browser
is a software program that you use to access the internet and view web pages on your computer. This program translates the code that receives from the web server to text, images, audio video, links etc.
A source Code Editor
is a text editor program designed specifically for editing source code of computer programs by programmers.
In these courses, as programmers, we will use the Brackets
code editor.