반응형
인터넷 주소인(URL:Uniform Resource Locator)의 규칙은 다음과 같습니다.
W3C 규약 : http://www.w3.org/TR/url/
기본적으로
URL 규약
he table below demonstrates how the getter condition for search
results in different results depending on the exact original syntax of the URL:
Input URL | search value | Explanation |
---|---|---|
http://example.com/ | empty string | No <query> component in input URL. |
http://example.com/? | ? | There is a <query> component, but it is empty. The question mark in the resulting value is the prefix. |
http://example.com/?test | ?test | The <query> component has the value "test ". |
http://example.com/?test# | ?test | The (empty) <fragment> component is not part of the <query> component. |
3.3.1 Canonicalize a scheme
To canonicalize a scheme, the user agent must use the steps in this section.
- If the first character of the scheme is not in ALPHA, the scheme is invalid.
- Process each character of the scheme in sequence:
- If the current character is among ALPHA, DIGIT, "+", "-", and ".", output the current character.
- Otherwise, if the current character is "%", the scheme is invalid, the scheme is invalid, output the current character.
- Otherwise, the scheme is invalid, output the utf8-percent-escaping of the current character.
반응형
'Web > WEB기본' 카테고리의 다른 글
[CSS] Segoe UI 폰트 css사용하기 (0) | 2016.02.05 |
---|---|
[CSS] 텍스트 줄바꿈, 글자 자르기 CSS (0) | 2015.09.05 |
[CSS] Print시 출력되지 않게 하는 CSS , 출력 할때만 나오게하기 (0) | 2015.08.28 |
GET방식의 길이 제한 (0) | 2015.04.29 |
[html5] [canvas] globalAlpha (투명도 주기) (0) | 2014.01.27 |
[CSS] CSS3 Scrollbar, jQuery scrollbar (Webkit용) (0) | 2014.01.10 |
[CSS] 글자색상 -webkit-text-fill-color:initial (0) | 2014.01.07 |
[CSS] 글 포인트 주기 border-left-width이용 (0) | 2014.01.02 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)