Contact







Artikel Lain

Javascript Const And How To Use It

Date : 15 Feb 2023, Category : JavaScript, Create By : admin

In JavaScript, const is a keyword used to declare a constant variable that cannot be reassigned a new value once it has been initialized. Here's how to use it:

const pi .....

Membuat Background Gradient Css

Date : 11 Sep 2018, Category : CSS, Create By : admin

Hay Brow, selamat datang kembali di wesbite gudang ilmu aplikasi, tempatnya anda menambah ilmu. Kali ini kami akan membahasa mengenai membuat background gradient dengan css. Background atau bisa disebut latar belakang .....

Html Paragraphs And How To Use Them

Date : 15 Feb 2023, Category : HTML, Create By : admin

HTML paragraphs are used to display blocks of text on a web page. Here's how to use them:

  1. To create a paragraph, use the <p> tag, like this:
     <p>This is a paragraph .....