· software
HTML (HyperText Markup Language) is the standard markup language used to create and structure content on the web. It defines the elements (like headings, paragraphs, links, images, and lists) that browsers interpret to display webpages. By using tags such as `<html>`, `<head>`, `<body>`, `<h1>`, `<p>`, and `<a>`, developers can organize text, embed media, and create interactive links, forming the backbone of every website. HTML works together with CSS (for styling) and JavaScript (for behavior) to build complete, dynamic web pages.
HTML 기본 사항 1. Hyper Text Markup Language – 웹 페이지의 기반. 2. 웹 페이지와 그 콘텐츠 만들기. 3. Document type declaration: html 4. Root element…