Basics of HTML, CSS
HTML consists of <head> and <body>
HTML TAG
❌ NO NEED TO MEMORIZE ALL THESE TAGS!!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>스파르타코딩클...
olliekim.hashnode.dev2 min read