Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 9,654 for

markup

(0.06 sec)
  1. rel=preconnect - HTML: HyperText Markup Languag...

    The preconnect keyword for the rel attribute of the element is a hint to browsers that the user is likely to need resources from the target resource's origin, and therefore the browser can likely improve the user experience by preemptively initiating a connection to that origin. Preconnecting speeds up future loads from a given origin by preemptively performing part or all of the handshake (DNS+TCP for HTTP, and DNS+TCP+TLS for HTTPS origins)....The preconnect keyword for the rel attribute of the <link> element is a hint to browsers that the user is likely to need resources from the target resource's origin, and therefore the browser can likely improve the user experience by preemptively initiating a connection to that origin. Preconnecting speeds up future loads from a given origin by preemptively performing part or all of the handshake (DNS+TCP for HTTP, and DNS+TCP+TLS for HTTPS origins).

    developer.mozilla.org/en-US/docs/Web/HTML/Attri...
  2. rel=prerender - HTML: HyperText Markup Language...

    The prerender keyword for the rel attribute of the element is a hint to browsers that the user might need the target resource for the next navigation, and therefore the browser can likely improve the user experience by preemptively fetching and processing the resource — for example, by fetching its subresources or performing some rendering in the background offscreen....The prerender keyword for the rel attribute of the <link> element is a hint to browsers that the user might need the target resource for the next navigation, and therefore the browser can likely improve the user experience by preemptively fetching and processing the resource — for example, by fetching its subresources or performing some rendering in the background offscreen.

    developer.mozilla.org/en-US/docs/Web/HTML/Attri...
  3. <samp>: 출력 예시 요소 - HTML: Hypertext Markup Langu...

    HTML 요소는 컴퓨터 프로그램 출력의 예시(혹은 인용문)를 나타냅니다. 보통 브라우저의 기본 고정폭 글씨체(보통 Courier, Lucida Console)를 사용해 렌더링합니다....HTML <samp> 요소는 컴퓨터 프로그램 출력의 예시(혹은 인용문)를 나타냅니다. 보통 브라우저의 기본 고정폭 글씨체(보통 Courier, Lucida Console)를 사용해 렌더링합니다.

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  4. <body>: 문서 본문 요소 - HTML: Hypertext Markup Langu...

    HTML 요소는 HTML 문서의 내용을 나타냅니다. 한 문서에 하나의 요소만 존재할 수 있습니다....HTML <body> 요소는 HTML 문서의 내용을 나타냅니다. 한 문서에 하나의 <body> 요소만 존재할 수 있습니다.

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  5. <blockquote>: 인용 블록 요소 - HTML: Hypertext Markup...

    HTML
    요소는 안쪽의 텍스트가 긴 인용문임을 나타냅니다. 주로 들여쓰기를 한 것으로 그려집니다. (외형을 바꾸는 법은 사용 일람을 참고하세요) 인용문의 출처 URL은 cite 특성으로, 출처 텍스트는 요소로 제공할 수 있습니다....HTML <blockquote> 요소는 안쪽의 텍스트가 긴 인용문임을 나타냅니다. 주로 들여쓰기를 한 것으로 그려집니다. (외형을 바꾸는 법은 사용 일람을 참고하세요) 인용문의 출처 URL은 cite 특성으로, 출처 텍스트는 <cite> 요소로 제공할 수 있습니다.

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  6. <caption>: 표 설명 요소 - HTML: Hypertext Markup Lan...

    HTML 요소는 표의 설명 또는 제목을 나타냅니다....HTML <caption> 요소는 표의 설명 또는 제목을 나타냅니다.

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  7. <rb>: 루비 베이스 요소 - HTML: Hypertext Markup Langua...

    HTML 요소는 표기의 기반 텍스트 구성요소(루비 주석을 적용하려는 글자)를 나눌 때 사용합니다. 하나의 요소는 기반 텍스트에서의 최소 단위를 하나 감싸야 합니다....HTML <rb> 요소는 <ruby> 표기의 기반 텍스트 구성요소(루비 주석을 적용하려는 글자)를 나눌 때 사용합니다. 하나의 <rb> 요소는 기반 텍스트에서의 최소 단위를 하나 감싸야 합니다.

    developer.mozilla.org/ko/docs/Web/HTML/Element/rb
  8. Constraint validation - HTML: HyperText Markup ...

    The creation of web forms has always been a complex task. While marking up the form itself is easy, checking whether each field has a valid and coherent value is more difficult, and informing the user about the problem may become a headache. HTML5 introduced new mechanisms for forms: it added new semantic types for the element and constraint validation to ease the work of checking the form content on the client side. Basic, usual constraints can be checked, without the need for JavaScript, by setting new attributes; more complex constraints can be tested using the Constraint Validation API....The creation of web forms has always been a complex task. While marking up the form itself is easy, checking whether each field has a valid and coherent value is more difficult, and informing the user about the problem may become a headache. HTML5 introduced new mechanisms for forms: it added new semantic types for the <input> element and constraint validation to ease the work of checking the form content on the client side. Basic, usual constraints can be checked, without the need for JavaScript, by setting new attributes; more complex constraints can be tested using the Constraint Validation API.

    developer.mozilla.org/en-US/docs/Web/HTML/Const...
  9. Global attributes - HTML: HyperText Markup Lang...

    Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements....Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements.

    developer.mozilla.org/en-US/docs/Web/HTML/Globa...
  10. Globale Attribute - HTML: HyperText Markup Lang...

    Globale Attribute sind Attribute, die für alle HTML-Elemente gelten; sie können auf allen Elementen verwendet werden, obwohl sie bei einigen Elementen keine Wirkung haben können....Globale Attribute sind Attribute, die für alle HTML-Elemente gelten; sie können auf allen Elementen verwendet werden, obwohl sie bei einigen Elementen keine Wirkung haben können.

    developer.mozilla.org/de/docs/Web/HTML/Global_a...