Contact
Artikel Lain
Javascript Const And How To Use It
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
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
HTML paragraphs are used to display blocks of text on a web page. Here's how to use them:
- To create a paragraph, use the
<p>
tag, like this:<p>This is a paragraph .....