---
title: "html"
aliases:
tags:
- cosc203
---
# Structure
Element: `
Hello!
Example:
```html
Boy
Hello World! 😃
```
# Elements
## Multimedia
### Vector Graphics
``` html
```
```html
```
### Videos
``` html
```
### Audio
```html
```
### iframe
Embedding other webpages
``` html
```
## Table
```html
| Data 1 |
Data 2 |
| Calcutta |
Orange |
| Robots |
Jazz |
```