mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
27 lines
432 B
Markdown
27 lines
432 B
Markdown
---
|
|
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 |