Chuyển tới nội dung chính

Submodule 1.2: Introduction to WEB coding

Hệ thống: MightyLMS - Quản lý giáo dục
Khoá học: Web Design [HTML]
Book: Submodule 1.2: Introduction to WEB coding
Được in bởi: Người dùng khách
Ngày: Thứ Sáu, 15 tháng 11 2024, 12:49 PM

Mô tả

  • 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.