Thing about programming/Web

[WEB / NOTE] HTML / CSS / JavaScript

EEOOOO 2022. 8. 1. 21:01

HTML

HTML Tags

Page Structure

Semantic Tags

SEO
Accessibility

CSS

Styling

Layouts

Responsive Design

 

Animation

JavaScript

ES6+ Syntax

Basic

let, const

if, for, switch, while

function

object

 

Advanced

Prototype

Hoisting

Scope

Closure

Browser APIs

DOM Manipulation

Events

Fetch API(Async)