Code Craft Gazette

Code Craft Gazette

Start your coding journey with the world best code learning platform.

Tutorial Under Construction !

We are working hard to complete this tutorial.

HTML

Language For making web page layout

HTML Example :

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample Page</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>

⚙️ We Are Currently Working on This Tutorials — Stay Tuned for Its Release.

PYTHON

A popular programming language

JAVA

A popular programming language

KOTLIN

A popular programming language

Comments