ZenDenPen empowers you to take control of your online presence. By hosting your own website, you can share your thoughts, ideas, and creative projects with the world.
This process is a great way to learn programming in HTML, CSS and JavaScript.
Getting started is easy, all you need is text editor such as notepad++, or a simple IDE as Codium if you wish to edit on your PC. If you're using ZenDenPen then you can edit in browser.
Create a file called index.html, open it and paste
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My title</title>
<h1>My first webpage - heading</h1>
<p>My first paragraph</p>
</head>
<body>
</body>
</html>
THen open the file in your browser and voila, your first page
Please add awesome resources and tips ond tricks on the best path to learning and building your website.