Belajar Coding
Bersama komunitas developer masa depan.
Contoh HTML: html_example.html
<!DOCTYPE html>
<html>
<title>Tutorial HTML</title>
<body>
<h1>Ini adalah judul</h1>
<p>Ini adalah paragraf.</p>
</body>
</html>
Coba Sendiri
<html>
<title>Tutorial HTML</title>
<body>
<h1>Ini adalah judul</h1>
<p>Ini adalah paragraf.</p>
</body>
</html>
Contoh CSS: style.css
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
}
Coba Sendiri
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
}
Contoh JavaScript: myScript.js
button onclick="myFunction()">Klik Saya!</button>
script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "red";
}
</script>
Coba Sendiri
script>
function myFunction() {
let x = document.getElementById("demo");
x.style.fontSize = "25px";
x.style.color = "red";
}
</script>
Contoh Python: demo.py
if 5 > 2:
print("Lima lebih besar dari dua!")
x = 5
y = "Halo Dunia"
print(x)
print(y)
Coba Sendiri
print("Lima lebih besar dari dua!")
x = 5
y = "Halo Dunia"
print(x)
print(y)
Contoh SQL: query.sql
SELECT * FROM Customers
WHERE Country='Mexico';
SELECT * FROM Products
ORDER BY Price DESC;
Coba Sendiri
WHERE Country='Mexico';
SELECT * FROM Products
ORDER BY Price DESC;
C
C#
R
Kotlin
Node.js
React
JSON
Vue
MySQL
XML
Sass
Icons
RWD
Graphics
SVG
Canvas
Raspberry Pi
Cyber Security
Colors
Git
Matplotlib
NumPy
Pandas
SciPy
ASP
AngularJS
Excel
DSA
Machine Learning
AI
Programming
Bash
Swift
Angular
AppML
Go
TypeScript
Django
MongoDB
Statistics
Data Science
PostgreSQL
HowTo
Rust
Spaces
Typing Speed