HTML
<div id="demo"></div>
CSS
Type CSS code here...
x
JS
xxxxxxxxxx
1
$('#demo').text('Hello World!');
<!< ><> < ="https://raw.githack.com/albughisy7/BLOGGER/main/Jun_Kode/jQuery/jquery.min.js"></> <> *{:#1d1e22; border-color:#1d1e22; background: transparent;/*#fefefe*/ scrollbar-width:thin; scrollbar-color: #d8d8d8 transparent} input{border:1px solid; outline: none;} button{padding: 4px 8px} </style> </head><body> <div id="demo"></div><script> $('#demo').text('Hello World!'); </script> </body> </html> >