Introduction to WEB coding

Site: ΕΛ/ΛΑΚ Moodle
Course: Study / Web Design and Web Development
Book: Introduction to WEB coding
Printed by: Guest user
Date: Friday, 19 April 2024, 1:40 AM

Description

  • HTML - CSS -JavaScript
  • Browser

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.