HTML
Overview: HTML is HTML. Basic: structure: <!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0"> <meta name="description" content=""> <title>TITLE</title> <link rel="icon" href="favicon.ico"> <link rel="stylesheet" href="default.css"> </head> <body> <header> <nav></nav> #