Submodule 1.2: Introduction to WEB coding

Site: pro.digbi
Course: Web Design [HTML und CSS]
Book: Submodule 1.2: Introduction to WEB coding
Printed by: Gast
Date: Sunday, 11 May 2025, 6:32 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.