summaryrefslogblamecommitdiffstats
path: root/resources/html-css-cheatsheet.md
blob: 06c337615d3116f0e5e09eaac9df76de962bfa92 (plain) (tree)
























                                  
---
title: basic html & css cheatsheet
published: 2024-07-14
---

# base html file

```
<!DOCTYPE html>
<html>

<head>
</head>

<body>
</body>

</html>
```

# common html tags

## basic