# 웹사이트 URL은 소문자로 작성해야 합니다

**URL:** https://meta.discourse.org/t/should-expect-website-urls-to-be-in-lowercase/254203
**Category:** UX
**Created:** [2월 6, 2023, 2:37오후 UTC](https://meta.discourse.org/t/should-expect-website-urls-to-be-in-lowercase/254203 "2023-02-06T14:37:00Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [2월 6, 2023, 3:30오후 UTC](https://meta.discourse.org/t/should-expect-website-urls-to-be-in-lowercase/254203/5 "2023-02-06T15:30:04Z")

</div>

CSS로는 불가능하지만, `input`의 `type="text"`를 [`type="url"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url)로 변경하거나, [`autocapitalize="off"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize)를 적용하여 대문자 자동 변환을 비활성화하는 방식으로 조금 더 개선할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/should-expect-website-urls-to-be-in-lowercase/254203)._
