> For the complete documentation index, see [llms.txt](https://ronblog.kro.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ronblog.kro.kr/ron.md).

# HTML(#마크업 언어)

## HTML?

HTML은 Hyper Text Markup Language의 약자로 html, javascript와 언어가 아닌 양식인 css와 같은 웹 프로그래밍 언어들 중 가장 기본적인 프로그래밍 언어이다.

## XHTML?&#x20;

XHTML은 HTML과 동등한 표현 능력을 지닌 XML 마크업 언어로, HTML보다 엄격한 문법을 가진다. HTML이 SGML의 응용인 데 반해, 매우 유연한 마크업 언어인 XHTML은 SGML의 제한된 부분집합인 XML의 응용이다.&#x20;

## 프로그래밍 언어?

프로그래밍 언어란 프로그래밍을 쓸 때 쓰는 언어로 html, javascript, python, golang, C/C++ 등이 있고 css는 언어가 아니라 stylesheet이다. 그 중 웹 프로그래밍 언어란 웹을 프로그래밍을 할 때 쓰는 프로그래밍 언어로 html, javascript 등이 있고 꾸미기 위해 쓰는 css가 있다.

[HTML 학습은 여기 ](https://opentutorials.org/module/1892) &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ronblog.kro.kr/ron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
