Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 616 Bytes

LP1_2018-03-09_CSS,HTML,JAVASCRIPT.md

File metadata and controls

44 lines (34 loc) · 616 Bytes

LP1_09-03-2018_HTML-CSS-JavaScript

Materi

1. HTML

Hypertext Markup Language, buat nyusun layout website(?)

Elemen: konten

Contoh tag:

, , ,

,

Bentuk umum:

<title>Judul halaman</title> isi

2. CSS

CSS adalah sebuah kode yang digunakan untuk menghias suatu halaman web.

Bentuk umum: selector { atribut: nilai; atribut: nilai } (?)

Contoh: h1{ color:yellow }

3. Javascript

Javascript adalah bahasa pemrograman yang bekerja di browser. (belum dijelasin secara detail)

... tambahin rek