diff --git a/content/notes/01-basic-html.md b/content/notes/01-basic-html.md
new file mode 100644
index 000000000..65e476c86
--- /dev/null
+++ b/content/notes/01-basic-html.md
@@ -0,0 +1,27 @@
+---
+title: "01-basic-html"
+aliases:
+tags:
+- cosc203
+- lecture
+---
+
+[pdf](https://blackboard.otago.ac.nz/bbcswebdav/pid-2932183-dt-content-rid-18925536_1/courses/COSC203_S2DNI_2022/COSC203_lecture1.pdf)
+
+3 Main parts
+- html - structure
+- css - styles
+- javascript - interactivity
+
+# HTML
+Element:
+- opening tag
+- closing tag
+- content
+- attributes
+
+Multimedia and Tables
+- images vector graphics
+- video and audio
+- iframe
+- tables
\ No newline at end of file