Skip to content

Instantly share code, notes, and snippets.

@JhonDon29
JhonDon29 / index.html
Created October 23, 2023 06:18 — forked from gitdagray/index.html
HTML and CSS for Javascript DOM Tutorial
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Page</title>
<style>
* {
margin: 0;
padding: 0;