Skip to Content
Suffering builds character

HTML 개요

html

1. HTML의 역할

웹 상(Internet Browser)에서 보여질 웹 페이지(document)를 작성하기 위해 일정한 규칙과 문법으로 구성된 기술

2. HTML stands for

HTML, in full hypertext markup language, a formatting system for displaying material retrieved over the Internet.

→ 하이퍼 텍스트 방식의 마크업 언어

hyperlink, a link between related pieces of information by electronic connections in order to allow a user easy access between them. Hypertext, a hyperlink involving text,

→ 정보(데이터)들이 텍스트, 이미지 등의 형태를 통해 서로 링크로 연결되어 화면 이동(서핑)을 편리하게 해주는 고리(기능).

💡
Tip

하이퍼텍스트 vs 하이퍼링크

초창기 HTML은 텍스트만 링크로 연결 가능하였으나, 이후 이미지와 같은 다른 엘리먼트 요소에도 링크가 가능해지면서 하이퍼 링크라는 용어로 발전됨

Markup Language

markup language, standard text-encoding system consisting of a set of symbols inserted in a text document to control its structure, formatting, or the relationship between its parts.

→ 텍스트, 이미지 등의 데이터를 문서 상(모니터 화면)에 표시하기 위해 사용하는 특별한 문법을 가진 언어 또는 기술

Last updated on