> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/security/notes/webresource.md).

# WebResource

## 웹 리소스란?

웹에 갖춰진 정보 자산을 의미

`http://dreamhack.io/index.html`

{% hint style="info" %}
dreamhack.io에 존재하는 `index.html`의 리소스를 가져와라 라는 뜻
{% endhint %}

모든 웹 리소스는 고유의 Uniform Resource Identifier(URI)를 가진다.\
URI를 이용해 식별된다.

## 프론트엔드를 구성하는 웹 리소스

* [HTML(Hyper Text Markup Language)](file:///2237607/web/HTML.md)
  * 태그와 속성을 통한 구조화된 문서 작성을 지원
* [CSS(Cascading Style Sheets)](file:///2237607/web/BrowserDevTools.md)
  * 웹 리소스들의 시각화 방법을 기재하는 스타일 시트
* [JS(JavaScript)](broken://pages/84e4b18004d529ccec17a5e115cd32e04fcde1bd)
  * 웹 문서의 동작을 정의
  * 클라이언트가 실행하는 코드라고 하여 Client-Side Script라고 부른다.
* 그 외 (문서, 이미지, 동영상, 폰트 등)


---

# 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://krjaeh0.gitbook.io/j-log/security/notes/webresource.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.
