file
stringlengths
16
94
text
stringlengths
32
24.4k
vector
list
http/reference/status/100/index.md
HTTP - Status - 100: The HTTP `100 Continue` informational response status code indicates that the initial part of a request has been received and has not yet been rejected by the server. The client should continue with a request or discard the 100 response if the request is already finished. When a request has an `E...
[ -1.029091715812683, 0.15106607973575592, -0.22796998918056488, 0.2224057912826538, 0.19567108154296875, -1.9613127708435059, 0.5707983374595642, 0.9523339867591858, -0.48864781856536865, 0.660814642906189, -0.05344159156084061, -0.07740364223718643, -0.3042259216308594, 0.7192077040672302,...
http/reference/status/100/index.md
HTTP - Status - 100 - Status: Example: 100 Continue
[ 0.21568411588668823, 0.24791806936264038, -0.9164073467254639, -0.6760075092315674, -0.7053426504135132, 0.410186231136322, 1.6217284202575684, 1.4143630266189575, 0.3897528350353241, -0.11062395572662354, 0.31302711367607117, 0.6550238132476807, 0.22844335436820984, 0.5756335854530334, ...
http/reference/status/100/index.md
HTTP - Status - 100 - Examples - PUT request with 100 Continue: The following `PUT` request sends information to a server about a file upload. The client is indicating that it will proceed with the content if it receives a 100 response to avoid sending data over the network that could result in an error like `405`, `4...
[ -1.6314723491668701, -0.449898898601532, -0.8153049945831299, 0.7923455238342285, -0.15216906368732452, -0.1311931312084198, -0.09997734427452087, 1.2232235670089722, -0.8000916838645935, -0.2358158677816391, -0.10091796517372131, 0.2577480375766754, 0.05296957492828369, 0.3412971198558807...
http/reference/status/429/index.md
HTTP - Status - 429: The HTTP `429 Too Many Requests` client error response status code indicates the client has sent too many requests in a given amount of time. This mechanism of asking the client to slow down the rate of requests is commonly called "`rate limiting`". A `Retry-After` header may be included to this ...
[ -0.5482996106147766, -0.013619689270853996, -0.4999857246875763, 0.2754689157009125, -0.34183844923973083, -1.3946852684020996, -0.2656654119491577, 0.501500129699707, -0.5655483603477478, 0.4418220520019531, -0.8460440039634705, 0.22013163566589355, -0.11812316626310349, 0.335650473833084...
http/reference/status/429/index.md
HTTP - Status - 429 - Status: Example: 429 Too Many Requests
[ 0.8109113574028015, 0.47338616847991943, -0.8628191947937012, -0.2338661253452301, -0.8957151770591736, -0.5781485438346863, 0.26367929577827454, 0.8520668148994446, -1.0221092700958252, -0.2934858500957489, -0.23677900433540344, 0.55103999376297, 0.16698278486728668, -0.2213984727859497, ...
http/reference/status/429/index.md
HTTP - Status - 429 - Examples - Response containing Retry-After header: The following request is being sent repeatedly in a loop by a client that is misconfigured: Example: GET /reports/mdn HTTP/1.1 Host: example.com In this example, server-wide rate limiting is active when a client exceeds a set threshold of requ...
[ -0.5383864641189575, 0.49213457107543945, -0.36142614483833313, 0.37353095412254333, -0.4052918255329132, -1.2825814485549927, 0.48442721366882324, -0.1606903225183487, -1.384122371673584, 0.2572636008262634, -0.6056430339813232, 0.496135413646698, 0.11313967406749725, 0.35167747735977173,...
http/reference/status/508/index.md
HTTP - Status - 508: The HTTP `508 Loop Detected` server error response status code indicates that the entire operation failed because it encountered an infinite loop while processing a request with `Depth: infinity`. The status may be given in the context of the Web Distributed Authoring and Versioning (`WebDAV`). I...
[ -1.2027183771133423, -0.48981648683547974, -0.6289019584655762, -0.1809607595205307, 0.12096981704235077, -0.7002442479133606, 0.23390719294548035, 1.1569690704345703, 0.31165626645088196, 0.9293118119239807, 0.1428886204957962, -0.3927095830440521, -0.2962907552719116, 0.7174462676048279,...
http/reference/status/508/index.md
HTTP - Status - 508 - Status: Example: 508 Loop Detected
[ -0.09312201291322708, -0.06386128067970276, -0.8935993909835815, 0.2822050154209137, -0.8543413281440735, -0.2894492447376251, 0.7484384775161743, 2.1173765659332275, 0.007383778691291809, 0.38640305399894714, 0.10940638184547424, -0.012873280793428421, -0.21519310772418976, 0.201679527759...
http/reference/status/508/index.md
HTTP - Status - 508 - Examples - Infinite loop in WebDAV search: Example: PROPFIND /Coll/ HTTP/1.1 Host: example.com Depth: infinity Content-Type: application/xml; charset="utf-8" Content-Length: 125 <?xml version="1.0" encoding="utf-8" ?> <D:propfind xmlns:D="DAV:"> <D:prop> <D:displayname/> </D:prop> </D:propfin...
[ -2.103787899017334, -0.7105389833450317, -0.7256873250007629, -0.1219673603773117, 0.10077792406082153, -0.0516594797372818, 1.251865029335022, 0.8392053842544556, -0.44236353039741516, 0.6297284960746765, 0.30001387000083923, -0.45258334279060364, -0.5923352837562561, -0.3378704786300659,...
http/reference/status/226/index.md
HTTP - Status - 226: The HTTP `226 IM Used` successful response status code indicates that the server is returning a `delta` in response to a `GET` request. It is used in the context of HTTP delta encodings. IM stands for instance manipulation, which refers to the algorithm generating a delta. In delta encoding, a cl...
[ -0.4533655345439911, -0.4496470093727112, -0.6484808325767517, -0.0010355561971664429, -0.17446091771125793, -2.353726625442505, -0.316813200712204, 1.1098090410232544, -0.46009162068367004, 0.679371178150177, -1.7909132242202759, 0.5570791363716125, -0.17149131000041962, -0.05675166845321...
http/reference/status/226/index.md
HTTP - Status - 226 - Status: Example: 226 IM Used
[ -0.3135691285133362, 0.1665821671485901, -0.9513049721717834, -0.5347849726676941, -1.223144769668579, -0.5597877502441406, 0.536128580570221, 0.9486634731292725, 0.05913040041923523, -0.26721665263175964, -0.6804085373878479, 0.9020206928253174, 0.25253403186798096, -0.0023295916616916656...
http/reference/status/226/index.md
HTTP - Status - 226 - Examples - Receiving a `208` with the `vcdiff` delta algorithm: In the following `GET` request, a client requests a resource and has a cached version with the ETag `abcd123`. The `A-IM:` header indicates a preference for `vcdiff` and `diffe` delta algorithms: Example: GET /resource.txt HTTP/1.1...
[ -1.4883441925048828, -0.9505051970481873, -0.6164512634277344, -0.12654262781143188, -0.35321763157844543, -1.660758137702942, -0.12139278650283813, 1.1705845594406128, 0.006036005914211273, 0.3292766809463501, -0.4992535710334778, 0.31591692566871643, -0.6594665050506592, 0.41158449649810...
http/reference/status/428/index.md
HTTP - Status - 428: The HTTP `428 Precondition Required` client error response status code indicates that the server requires the request to be conditional. Typically, a 428 response means that a required precondition header such as `If-Match` is missing. When a precondition header does not match the server-side sta...
[ -1.0451222658157349, -0.6332786679267883, -1.1420577764511108, -0.3497600257396698, 0.026295989751815796, -1.3870905637741089, 0.3768197000026703, 1.0205124616622925, -0.5555037260055542, -0.09168035537004471, -0.6661309003829956, -0.3601129353046417, 0.07440073788166046, 0.528787195682525...
http/reference/status/428/index.md
HTTP - Status - 428 - Status: Example: 428 Precondition Required
[ 0.2573634684085846, 0.08705750852823257, -1.0375549793243408, -0.07642455399036407, -0.9436404705047607, 0.5887506008148193, 0.5921081304550171, 1.554005742073059, -0.1928742527961731, -0.6971263289451599, -0.4596902132034302, 0.04749268293380737, 0.06667888164520264, 0.34864893555641174, ...
http/reference/status/428/index.md
HTTP - Status - 428 - Examples - Missing precondition in request: A client has fetched a resource `my-document` from the server, updated it locally, and then tries to send the updated document back to the server: Example: PUT /docs/my-document HTTP/1.1 Host: example.com Content-Type: application/json { […] The s...
[ -1.2910083532333374, -0.2394423484802246, -0.9912377595901489, 0.13419152796268463, -0.01813720166683197, -0.9472436904907227, 0.21206292510032654, 0.9485405087471008, -0.782001793384552, -0.6172650456428528, -0.23780715465545654, 0.01054912805557251, -0.17464792728424072, 0.04698663949966...
http/reference/status/502/index.md
HTTP - Status - 502: The HTTP `502 Bad Gateway` server error response status code indicates that a server was acting as a gateway or `proxy` and that it received an invalid response from the upstream server. This response is similar to a `500` response in the sense that it is a generic "catch-all" for server errors. ...
[ -0.9286099076271057, -0.6659053564071655, -0.8057721853256226, -0.6850495934486389, 0.17657455801963806, -1.3302935361862183, 0.6978428363800049, 1.6329809427261353, -0.2593769133090973, 0.9558606147766113, -0.384611576795578, -0.009045988321304321, -0.036449261009693146, 0.536439478397369...
http/reference/status/502/index.md
HTTP - Status - 502 - Status: Example: 502 Bad Gateway
[ -0.3745345175266266, 0.35740840435028076, -0.4665440618991852, -0.328658789396286, -0.497078537940979, -0.7522417902946472, 1.316139817237854, 2.206836223602295, -0.3404182493686676, 0.436604768037796, -0.04446655511856079, -0.048667728900909424, 0.26610544323921204, -0.462151437997818, ...
http/reference/status/502/index.md
HTTP - Status - 502 - Examples - 502 gateway error response: The following request tries to fetch a webpage, but receives a `502` response in return. The response body contains a page describing the server state with a link to a support page for visitors. Example: GET /highlights HTTP/1.1 Host: example.com User-Agen...
[ -1.236672043800354, 0.67270827293396, -0.31030288338661194, -0.6327511072158813, -0.39477667212486267, -1.68785560131073, 0.6368575692176819, 0.6857121586799622, -1.1972060203552246, 0.31677988171577454, 0.21495096385478973, 0.17200925946235657, 0.23653265833854675, 0.27755996584892273, ...
html/reference/attributes/form/index.md
HTML - Attributes - form: The `form` HTML attribute associates a form-associated element with a `form` element within the same document. This attribute applies to the `button`, `fieldset`, `input`, `object`, `output`, `select`, and `textarea` elements.
[ -0.7876595258712769, 0.004370510578155518, -0.6873564124107361, 0.18480491638183594, -0.5403017997741699, -1.503448486328125, 0.410380095243454, 1.3814215660095215, 0.5302427411079407, -0.248164564371109, -0.6436755061149597, -0.0019878707826137543, -0.6320260763168335, 0.4822680950164795,...
html/reference/attributes/form/index.md
HTML - Attributes - form - Values: The `id` of the `<form>` element that the element should be associated with.
[ 0.2989741861820221, -0.03203633800148964, -0.8565989136695862, -1.0446707010269165, -1.3754453659057617, -0.8681846261024475, 1.6803793907165527, 1.2056010961532593, -0.08134518563747406, -0.06769558042287827, -0.6915251016616821, -0.08223452419042587, -0.206115260720253, 0.546027243137359...
html/reference/attributes/form/index.md
HTML - Attributes - form - Usage notes: By default, form controls are associated with their nearest ancestor `form` element, while form controls that are not nested within a `<form>` are not associated with any form. The `form` attribute enables overriding these default behaviors. The `form` attribute of the `button`...
[ -0.3766481876373291, -0.25330981612205505, -0.16362528502941132, 0.4971461296081543, -0.0515793040394783, -1.0372040271759033, 0.7464485168457031, 1.9778611660003662, -0.1647130846977234, 0.2882511615753174, -0.47330641746520996, -0.134065181016922, -0.12976020574569702, -0.257207691669464...
html/reference/attributes/form/index.md
HTML - Attributes - form - Usage notes - Associating with a non-ancestor form: The `form` attribute can be used to associate a form control nested in one `<form>` with another `<form>`. In this code example, the username `<input>` is nested within the `internalForm`, but the `form` attribute disassociates the control...
[ -1.1237366199493408, 0.11219005286693573, -0.9122620820999146, 0.4360135495662689, -1.0263171195983887, -1.5632555484771729, 1.2978655099868774, 0.6463794708251953, 0.402535617351532, 0.7288966178894043, -0.21846209466457367, -0.155569925904274, -0.5402300953865051, -0.14878976345062256, ...
html/reference/attributes/form/index.md
HTML - Attributes - form - Usage notes - Non-inheritance of the `form` attribute: The `form` attribute only associates the element on which it is set. The attribute behavior is not inherited. For example, when the `form` attribute is set on a `<fieldset>` element, it only associates the `<fieldset>`; it does not autom...
[ -0.2214939296245575, -0.2863043248653412, -0.8559244871139526, 0.5524965524673462, -0.07386024296283722, -1.5627814531326294, 0.9664986729621887, 1.6095294952392578, 0.014797061681747437, -0.13812074065208435, -0.609198272228241, -0.12171590328216553, -0.006500761955976486, -0.145652785897...
html/reference/attributes/form/index.md
HTML - Attributes - form - Usage notes - Form submission: Including the `form` attribute does not mean the element will be submitted with the form. Only submittable elements, including `<button>`, `<input>`, `<select>`, and `<textarea>`, have their name and values submitted when their associated `<form>` is submitted....
[ -0.5343948006629944, -0.20160584151744843, -0.30152350664138794, 0.2860826253890991, 0.3280888497829437, -1.1497896909713745, 0.41539329290390015, 1.826245903968811, -0.04053686186671257, 0.5116841793060303, -0.43185076117515564, 0.5230227112770081, 0.541333019733429, -0.2634786367416382, ...
html/reference/attributes/form/index.md
HTML - Attributes - form - Examples - Basic example: This example demonstrates how form-associated elements can be associated with a `<form>` element using the `form` attribute, even if they are not explicitly nested inside it. All of the form-associated elements shown in this example are associated with the `loginFor...
[ -0.005173197481781244, -0.09988391399383545, -0.19473835825920105, 0.16447164118289948, 0.022206991910934448, -1.069161295890808, 0.9880578517913818, 1.5182108879089355, 0.756034791469574, 0.5448102951049805, -0.012756135314702988, -0.21190145611763, -0.20094889402389526, -0.27297711372375...
html/reference/attributes/form/index.md
HTML - Attributes - form - Examples - Element associated with a different form: In this example, we have two `<form>` elements: `parentForm` and `targetForm`. The `<button>` inside `parentForm` has its `form` attribute set to `targetForm`, disassociating it from its nearest ancestor `parentForm`, while associating it ...
[ -0.5100693702697754, 0.23109550774097443, -1.0125713348388672, -0.15730905532836914, -0.9697976112365723, -1.0133204460144043, 1.3697972297668457, 1.4573781490325928, 0.20896857976913452, 0.10156212747097015, 0.2077571451663971, -0.010118719190359116, -1.0388944149017334, -0.04330172762274...
html/reference/global_attributes/spellcheck/index.md
HTML - Global attributes - spellcheck: The `spellcheck` global attribute is an enumerated attribute that defines whether the element may be checked for spelling errors. Note: This attribute is merely a hint for the browser: browsers are not required to check for spelling errors. Typically non-editable elements are no...
[ -0.3346952795982361, 0.26927870512008667, -0.24165354669094086, 0.41410720348358154, 0.35368382930755615, -1.764460802078247, 0.5513980984687805, 0.7468929886817932, 0.5639205574989319, 0.4160347580909729, -0.616021990776062, 0.24147319793701172, -0.5934610962867737, -0.0576292909681797, ...
html/reference/global_attributes/spellcheck/index.md
HTML - Global attributes - spellcheck - Security and privacy concerns: Using spellchecking can have consequences for users' security and privacy. The specification does not regulate how spellchecking is done and the content of the element may be sent to a third party for spellchecking results (see enhanced spellchecki...
[ -0.33893945813179016, 0.5627624988555908, -1.1994578838348389, 0.30029579997062683, -0.3980259299278259, -1.374898910522461, 1.4542150497436523, 0.28976181149482727, -0.6810661554336548, 0.018211359158158302, -0.5601510405540466, 1.2004324197769165, -0.2873038947582245, -0.7314612865447998...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover: The `popover` global attribute is used to designate an element as a popover element.
[ -0.8537493348121643, 0.3185587227344513, -1.3311693668365479, 0.5200701355934143, -0.7180264592170715, -1.5258772373199463, -0.08895820379257202, 0.9312108755111694, 0.5032954812049866, 0.021024189889431, -1.3541395664215088, 0.4053124487400055, -0.6705663800239563, 0.5627583265304565, 0...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Value: The `popover` attribute can take one of the following values: - `"auto"`: `auto` popovers can be "light dismissed" — this means that you can hide the popover by clicking outside it or pressing the Esc key. Showing an `auto` popover will generally close other `auto` popovers...
[ -1.2291942834854126, -0.657464861869812, -0.29224279522895813, 0.7216029763221741, 0.23521804809570312, -0.9188832640647888, 0.5046223998069763, 1.1944571733474731, 0.5286694765090942, 0.4150211811065674, -0.9965429902076721, 0.7816122174263, 0.13412299752235413, -0.2922406792640686, -0....
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Description: Popover elements are hidden via `display: none` until opened via an invoking/control element (i.e., a `<button>` or `<input type="button">` with a `popovertarget` attribute) or a `HTMLElement.showPopover()` call. When open, popover elements will appear above all other...
[ -0.7404308915138245, -0.7890282273292542, -0.7422450184822083, 0.7488073706626892, 0.24875569343566895, -0.9745036959648132, 0.4169996380805969, 1.3962819576263428, 0.2724336087703705, 0.3349166512489319, -0.6578282713890076, 0.9811705350875854, -0.3805655837059021, -0.10202951729297638, ...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Examples - Making an element a popover: The following code renders a button that, when activated, will open a popover element. This behavior can be achieved using HTML alone. Example: <button popovertarget="my-popover">Open Popover</button> <div popover id="my-popover">Greetings...
[ -0.6225631833076477, 0.4032480716705322, -0.8102196455001831, 0.8676739931106567, -0.5992319583892822, -1.2364728450775146, 0.6000916957855225, 0.5637405514717102, -0.11962774395942688, 0.45089486241340637, -1.0997731685638428, 0.6699090003967285, -0.7166347503662109, -0.4320504069328308, ...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Examples - Nesting popovers: In this example, a button opens a popover that contains additional nested popovers. The nested popovers can be opened without closing the original menu popover.
[ -0.6810230612754822, -0.17841127514839172, -1.1974619626998901, 1.3041185140609741, -1.009374737739563, -0.4686204493045807, 0.22652888298034668, 1.018581748008728, -0.021406471729278564, -0.1296796202659607, -1.1477934122085571, 0.31056296825408936, -0.6244992613792419, 0.0185413137078285...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Examples - Nesting popovers - HTML: In the first part of the HTML, we create a `button` that will open the main popover, which is a menu containing a few options. Example: <header> <button popovertarget="menu">Open Menu</button> </header> <main> <!-- Page content goes here ...
[ 0.12300055474042892, -0.25120609998703003, -0.16569435596466064, 0.9038640260696411, 0.6624836325645447, -1.2909932136535645, 0.5357049703598022, 1.274820327758789, -0.7488902807235718, 0.539599597454071, -0.7739711999893188, 1.051737666130066, -0.010587750002741814, 0.6947762370109558, ...
html/reference/global_attributes/popover/index.md
HTML - Global attributes - popover - Examples - Nesting popovers - CSS: Example: header { display: flex; justify-content: center; } header button { margin: 0.4rem auto; } We've used anchor positioning to position the menu popover below the `<button>` and grid to lay out the menu items and info buttons. Exampl...
[ -1.3693581819534302, 0.07468648999929428, 0.39427658915519714, -0.22283823788166046, 0.22045964002609253, -1.2224513292312622, 0.04144646227359772, 1.5332542657852173, -0.0005040615797042847, 0.6205049157142639, -0.19041694700717926, 0.8265234231948853, -0.4120689630508423, 0.2274183034896...
html/reference/elements/input/image/index.md
HTML - Elements - input - image: `input` elements of type `image` are used to create graphical submit buttons, i.e., submit buttons that take the form of an image rather than text. Example: <p>Sign in to your account:</p> <div> <label for="userId">User ID</label> <input type="text" id="userId" name="userId" /> ...
[ -1.4116798639297485, 0.35967132449150085, -0.14655658602714539, 0.13508152961730957, 0.35944750905036926, -0.8663197159767151, 0.26044121384620667, 0.7662482857704163, 0.027560435235500336, -0.36573877930641174, -0.4358523488044739, 0.20004487037658691, -0.3272897005081177, 0.3399975597858...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Value: `<input type="image">` elements do not accept `value` attributes. The path to the image to be displayed is specified in the `src` attribute.
[ -0.08692391216754913, -0.2458556890487671, -1.0425077676773071, 0.6096760630607605, -0.6408275365829468, -0.4491015374660492, 0.8396229147911072, 0.6077008843421936, -0.13197140395641327, -0.49043744802474976, 0.9256991147994995, -0.13761800527572632, 0.4073663055896759, -0.351703733205795...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes: In addition to the attributes shared by all `input` elements, `image` button inputs support the following attributes.
[ 0.35016778111457825, -0.3114311695098877, -1.293979287147522, 0.27947497367858887, -0.5647705793380737, -1.4844417572021484, 0.5141209363937378, 1.4073370695114136, 0.25084713101387024, -0.4819374680519104, -0.07683013379573822, -0.38193371891975403, -0.5480608940124512, 0.6106717586517334...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - alt: The `alt` attribute provides an alternate string to use as the button's label if the image cannot be shown (due to error, a `user agent` that cannot or is configured not to show images, or if the user is using a screen reading device). If provided, it must...
[ -0.9724950194358826, -0.31612923741340637, -0.8568155169487, 0.6476185917854309, -0.012658365070819855, -1.8092201948165894, 1.0535385608673096, 1.3362624645233154, 0.2998921275138855, 0.01187458448112011, 0.5088369250297546, -0.06001215800642967, -1.135026216506958, 0.7664228677749634, ...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - formaction: A string indicating the URL to which to submit the data. This takes precedence over the `action` attribute on the `form` element that owns the `input`. This attribute is also available on `<input type="submit">` and `button` elements.
[ -0.7773848176002502, -0.5920231342315674, -0.8764566779136658, 0.9168550372123718, -0.26869916915893555, -1.4636361598968506, 0.9780181646347046, 0.6164782643318176, 0.12584739923477173, -0.25810712575912476, -0.2871847152709961, -0.2606015205383301, -0.2660972476005554, 0.3443375825881958...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - formenctype: A string that identifies the encoding method to use when submitting the form data to the server. There are three permitted values: - `application/x-www-form-urlencoded`: This, the default value, sends the form data as a string after `percent-encod...
[ -0.7791807055473328, -0.3306342363357544, -0.5818215012550354, 0.4602048695087433, -0.2922833561897278, -1.9703813791275024, 1.0572973489761353, 0.8249385356903076, 0.11402228474617004, -0.1203756034374237, -0.7297053933143616, 0.28908705711364746, -0.4262824058532715, -0.1319541037082672,...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - formmethod: A string indicating the HTTP method to use when submitting the form's data; this value overrides any `method` attribute given on the owning form. Permitted values are: - `get`: A URL is constructed by starting with the URL given by the `formaction`...
[ -0.4679282009601593, -0.6149563789367676, -0.0837026983499527, -0.006249770522117615, 0.019071459770202637, -1.232161045074463, 0.5485014319419861, 1.0962251424789429, -0.4294072985649109, -0.09043161571025848, -0.5520092844963074, 0.2030232548713684, -0.04784458875656128, 0.05246363580226...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - formnovalidate: A Boolean attribute which, if present, specifies that the form should not be validated before submission to the server. This overrides the value of the `novalidate` attribute on the element's owning form. This attribute is also available on `<i...
[ -0.6978919506072998, 0.267685204744339, -0.46039921045303345, 0.32683831453323364, -0.48138800263404846, -1.3591147661209106, 1.4612377882003784, 1.1361404657363892, -0.4108286201953888, 0.010325241833925247, 0.09334440529346466, -0.9361605048179626, -0.31673938035964966, -0.15149524807929...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - formtarget: A string which specifies a name or keyword that indicates where to display the response received after submitting the form. The string must be the name of a browsing context (that is, a tab, window, or `iframe`. A value specified here overrides any ...
[ -0.3798271417617798, -0.6010097861289978, -0.4186260998249054, 0.35486721992492676, 0.03428983688354492, -0.784833550453186, 0.27958425879478455, 0.469317764043808, -0.12740875780582428, -0.003069991245865822, -0.19189909100532532, -0.17833596467971802, 0.012789137661457062, 0.114219173789...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - height: A number specifying the height, in CSS pixels, at which to draw the image specified by the `src` attribute.
[ -0.9099401235580444, -0.6507483124732971, -1.3234138488769531, -0.1771804392337799, -0.38008156418800354, -1.4288803339004517, 0.2893190383911133, 0.11306773126125336, -0.2013639658689499, -0.2602176368236542, -0.534861147403717, 0.1437303125858307, -0.7174084186553955, 0.9881112575531006,...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - src: A string specifying the URL of the image file to display to represent the graphical submit button. When the user interacts with the image, the input is handled like any other button input.
[ -1.8859182596206665, 0.07807017117738724, -0.8618443012237549, 0.3502979874610901, -0.398744136095047, -0.7999658584594727, 0.25738102197647095, -0.15492168068885803, 0.24947157502174377, -0.2946038544178009, 0.07709559053182602, 0.35174551606178284, -0.7877451181411743, 0.7399543523788452...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Additional attributes - width: A number indicating the width at which to draw the image, in CSS pixels.
[ -0.30053603649139404, -0.6394400596618652, -1.6630520820617676, -0.6548206806182861, -0.5297880172729492, -1.2697986364364624, 0.7210965752601624, 0.3110514283180237, -0.10790247470140457, -0.19969801604747772, -0.5671358108520508, 0.09255599975585938, -0.6533998847007751, 0.83108723163604...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Obsolete attributes: The following attribute was defined by HTML 4 for `image` inputs, but was not implemented by all browsers and has since been deprecated.
[ -0.5152013301849365, 0.6911173462867737, -0.9196646213531494, -0.17192623019218445, -0.07185733318328857, -1.641033411026001, 1.6811460256576538, 1.0455373525619507, 0.08800294995307922, -0.07407787442207336, 0.18505926430225372, -0.707067608833313, -0.3886253833770752, -0.2419300675392151...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Obsolete attributes - usemap: If `usemap` is specified, it must be the name of an image map element, `map`, that defines an image map to use with the image. This usage is obsolete; you should switch to using the `img` element when you want to use image maps.
[ -0.39636582136154175, -0.3051965832710266, -1.1429301500320435, 0.0256878063082695, -0.5356574058532715, -1.730244517326355, 1.6483536958694458, 0.7619937658309937, 0.1455674022436142, 0.06723416596651077, 0.4496743977069855, -0.7509151101112366, -0.2070924937725067, 0.1633424609899521, ...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Using image inputs: The `<input type="image">` element is a `replaced element` (an element whose content isn't generated or directly managed by the CSS layer), behaving in much the same way as a regular `img` element, but with the capabilities of a submit button.
[ -0.5162721276283264, -0.0942206010222435, -0.5898365378379822, 0.1339040994644165, 0.2642187178134918, -2.1145517826080322, 0.841548502445221, 1.750033974647522, -0.15639778971672058, -0.3726003170013428, 0.22431343793869019, 0.14688897132873535, -0.4068879187107086, 0.6682568788528442, ...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Using image inputs - Essential image input features: Let's look at a basic example that includes all the essential features you'd need to use (These work exactly the same as they do on the `<img>` element.): Example: <input id="image" type="image" width="100" height="30" a...
[ -0.41797390580177307, -0.2645370662212372, -0.6634934544563293, 1.0133419036865234, 0.16634514927864075, -1.363405704498291, 0.005883071571588516, 0.7079779505729675, -0.13953286409378052, -0.38103801012039185, -0.17814144492149353, -0.23811887204647064, -0.3276989161968231, 0.399742931127...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Using image inputs - Overriding default form behaviors: `<input type="image">` elements — like regular submit buttons — can accept a number of attributes that override the default form behavior: - `formaction`: The URI of a program that processes the information submitted by the inpu...
[ -0.06896700710058212, -0.6406828165054321, -0.18635901808738708, 0.3359259366989136, -0.2292882800102234, -1.1164098978042603, 0.594916045665741, 1.3797736167907715, -0.2873764634132385, -0.31322118639945984, -0.7396376729011536, 0.10951298475265503, -0.30476638674736023, 0.053837984800338...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Using image inputs - Using the x and y data points: When you submit a form using a button created with `<input type="image">`, two extra data points are submitted to the server automatically by the browser — `x` and `y`. You can see this in action in our X Y coordinates example. When...
[ -0.4162595570087433, -0.01787627674639225, -1.4961276054382324, 0.23239538073539734, -0.19429555535316467, -1.4065519571304321, 0.9269545674324036, 0.4648667871952057, 0.4226951599121094, -0.023317579180002213, 0.11410056054592133, 0.5764766335487366, 0.08956378698348999, 0.485688745975494...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Using image inputs - Adjusting the image's position and scaling algorithm: You can use the `object-position` property to adjust the positioning of the image within the `<input>` element's frame, and the `object-fit` property to control how the image's size is adjusted to fit within th...
[ -0.34777355194091797, -0.46940818428993225, -0.33369460701942444, 0.29684901237487793, 0.6060045957565308, 0.07848542183637619, 0.8988320827484131, 0.6430271863937378, 0.7568923830986023, -0.3970290720462799, -0.5261247158050537, -0.36300063133239746, -0.6781297922134399, 1.009810924530029...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - A login form: The following example shows the same button as before, but included in the context of a typical login form.
[ 0.33921563625335693, 0.7014833688735962, -2.2827982902526855, 0.011320088058710098, -0.684326708316803, -1.0831012725830078, 1.5624545812606812, 1.3889106512069702, -0.02934795618057251, -0.15565544366836548, 0.6608389616012573, 0.262315571308136, -0.12059064954519272, 0.576300323009491, ...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - A login form - HTML: Example: <form> <p>Login to your account</p> <div> <label for="userId">User ID</label> <input type="text" id="userId" name="userId" /> </div> <div> <label for="pwd">Password</label> <input type="password" id="pwd" name="pwd" /> ...
[ 0.041785262525081635, 0.32348722219467163, -1.100412368774414, -0.43146321177482605, -0.17508035898208618, -0.966824471950531, 1.1903889179229736, -0.003799173980951309, -0.13369439542293549, -0.08175341039896011, 0.4382268786430359, -0.3193000853061676, -0.6326548457145691, -0.39069917798...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - A login form - CSS: And now some CSS to make the basic elements sit more neatly: Example: div { margin-bottom: 10px; } label { display: inline-block; width: 70px; text-align: right; padding-right: 10px; }
[ -0.09587080031633377, 0.0959787666797638, -1.2397258281707764, -0.3566819429397583, 0.03453478217124939, -1.0199339389801025, 1.2288860082626343, 0.1788722276687622, -0.4249977171421051, 0.3964669406414032, 0.33554160594940186, 0.5331249237060547, -0.9355146884918213, 0.5061982274055481, ...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - Adjusting the image position and scaling: In this example, we adapt the previous example to set aside more space for the image and then adjust the actual image's size and positioning using `object-fit` and `object-position`.
[ 0.14278659224510193, -0.5028395056724548, -1.1504019498825073, 0.31635451316833496, -0.1425882875919342, -1.1805318593978882, 1.6073024272918701, 0.47054511308670044, 0.5897547602653503, -0.21692746877670288, 0.1952914297580719, -0.5109825134277344, -0.7232269048690796, 0.07865387201309204...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - Adjusting the image position and scaling - HTML: Example: <form> <p>Login to your account</p> <div> <label for="userId">User ID</label> <input type="text" id="userId" name="userId" /> </div> <div> <label for="pwd">Password</label> <input type="passw...
[ -0.4148697555065155, -0.3023599088191986, -0.768398106098175, -0.37271714210510254, -0.1490458995103836, -0.7240884304046631, 1.2142598628997803, -0.27254819869995117, 0.0034979134798049927, 0.1296740472316742, 0.5402427911758423, -0.3818262219429016, -0.7644113302230835, -0.31843769550323...
html/reference/elements/input/image/index.md
HTML - Elements - input - image - Examples - Adjusting the image position and scaling - CSS: Example: div { margin-bottom: 10px; } label { display: inline-block; width: 70px; text-align: right; padding-right: 10px; } #image { object-position: right top; object-fit: contain; background-color: #dddddd...
[ -0.09269965440034866, -0.6348059773445129, -0.145692378282547, 0.2440284788608551, 0.07783547043800354, -1.2133551836013794, 0.26498720049858093, 1.4411541223526, 0.09071788191795349, 0.5073839426040649, -0.3410448729991913, -0.10130065679550171, -0.5483731031417847, 0.8019568920135498, ...
html/reference/elements/th/index.md
HTML - Elements - th: The `<th>` HTML element defines a cell as the header of a group of table cells and may be used as a child of the `tr` element. The exact nature of this group is defined by the `scope` and `headers` attributes. Example: <table> <caption> Alien football stars </caption> <thead> <tr>...
[ -0.10386677086353302, -0.25307324528694153, -0.5822856426239014, 0.42572152614593506, 0.2747626006603241, -1.4088557958602905, 0.6801572442054749, 1.0192149877548218, -0.40540847182273865, -0.0005735801532864571, -0.5569933652877808, -0.17057286202907562, -0.5257719159126282, 0.39330449700...
html/reference/elements/th/index.md
HTML - Elements - th - Attributes: This element includes the global attributes. - `abbr`: A short, abbreviated description of the header cell's content provided as an alternative label to use for the header cell when referencing the cell in other contexts. Some user-agents, such as screen readers, may present this de...
[ -0.0541750006377697, -0.7490079402923584, -0.6057761907577515, 0.29751333594322205, 0.2277439832687378, -1.0721805095672607, 0.18888483941555023, 0.6387161016464233, -0.03291168436408043, 0.414823979139328, -0.5943212509155273, -0.16930663585662842, -0.7059996128082275, 0.37345555424690247...
html/reference/elements/th/index.md
HTML - Elements - th - Attributes - Deprecated attributes: The following attributes are deprecated and should not be used. They are documented below for reference when updating existing code and for historical interest only. - `align` (deprecated): Specifies the horizontal alignment of the header cell. The possible `...
[ -0.024380605667829514, -0.5859650373458862, -0.7168457508087158, -0.11775417625904083, 0.515085756778717, -1.4862300157546997, 0.47833579778671265, 1.704978585243225, -0.11937255412340164, 0.8623968362808228, -0.4089542329311371, 0.2256670892238617, -0.6716048121452332, 0.18584737181663513...
html/reference/elements/th/index.md
HTML - Elements - th - Usage notes: - The `<th>` may only be used within a `tr` element. - In simple contexts, using the `scope` attribute on header cells (`<th>` elements) is redundant because `scope` is inferred. However, certain assistive technologies may fail to infer correctly, so specifying header scope may impr...
[ 0.0656532347202301, -0.31846994161605835, -1.5905346870422363, 0.4536137878894806, 0.27153438329696655, -1.4046213626861572, 1.2100428342819214, 0.7000790238380432, 0.12811927497386932, 0.7537479400634766, -0.9988822937011719, -0.5633724927902222, 0.06138341873884201, 0.1305210143327713, ...
html/reference/elements/th/index.md
HTML - Elements - th - Examples: See `table` for a complete table example introducing common standards and best practices.
[ 0.6324169635772705, -0.21421657502651215, -2.142498016357422, 0.16831015050411224, -0.4841578006744385, -1.2412084341049194, 0.630610466003418, 1.0033342838287354, 0.18116873502731323, 0.3430629074573517, -0.11669634282588959, 0.3949165344238281, -0.5251144766807556, 0.8733904361724854, ...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Basic column and row headers: This example uses `<th>` elements to introduce column and row headers in a basic table structure.
[ 1.096237063407898, 0.3178602457046509, -1.5280907154083252, 0.6841539144515991, -0.5052762627601624, -0.9041624069213867, 1.7370654344558716, 1.2629492282867432, -0.02041645348072052, -0.045645877718925476, -0.7149534225463867, -0.7244399785995483, -0.04531550034880638, -0.0277902968227863...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Basic column and row headers - HTML: The first row (`tr` element) contains the column headers (`<th>` elements), which act as "titles" for the columns to make it easier to understand the information in the columns and identify the data. To indicate that each column header relates to a...
[ -0.017967836931347847, -0.17346586287021637, -1.696963906288147, 0.062088124454021454, -0.20415465533733368, -1.4325634241104126, 1.0878782272338867, 0.5978851318359375, -0.2874579429626465, 0.44528594613075256, -0.945887565612793, -0.46430131793022156, -0.6176499128341675, 0.3967324495315...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Basic column and row headers - CSS: Some basic CSS is used to style the table and its cells. We use CSS attribute selectors to target header cells based on their `scope` attribute values, highlighting column and row headers (`<th>` elements) and differentiating them each other and fro...
[ 0.24458439648151398, -0.09012788534164429, -1.0616096258163452, 0.6301829218864441, 0.5209113955497742, -1.4992460012435913, -0.1680215746164322, 0.9160970449447632, 0.07137349247932434, 0.6647917032241821, -0.5154732465744019, 0.1784326732158661, -0.017381353303790092, 0.27379679679870605...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Column and row spanning: This example extends and enhances the basic table from the previous example by adding a second row for additional column headers.
[ 0.992887556552887, 0.5006365776062012, -1.211562991142273, 0.04318567365407944, -0.1888749748468399, -0.8721880912780762, 1.898122787475586, 1.1351643800735474, -0.4707009792327881, -0.40312597155570984, -0.5835283994674683, -0.13944308459758759, -1.4428702592849731, 0.3272838294506073, ...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Column and row spanning - HTML: An additional table row (`tr` element) is added as the second header row of the table with two additional column headers (`<th>` elements). In this way, the "Pronunciation" column is split into two columns, one for the IPA (International Phonetic Alphab...
[ -0.2529289424419403, -0.011093631386756897, -0.9243635535240173, 0.537066638469696, 0.025468438863754272, -1.012237548828125, 0.8668337464332581, 0.7440159320831299, 0.18770915269851685, 0.42836976051330566, -0.4492596685886383, -0.077239491045475, -0.9365531802177429, 0.518081545829773, ...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Column and row spanning - CSS: The CSS is unchanged from the previous example. Example: table { border-collapse: collapse; border: 2px solid rgb(140 140 140); font-family: sans-serif; font-size: 0.8rem; letter-spacing: 1px; } th, td { border: 1px solid rgb(160 160 160);...
[ -0.4840186536312103, 0.2776719927787781, -0.08146737515926361, -0.3421865403652191, 0.6487314701080322, -0.9149670004844666, -0.17515090107917786, 0.986839771270752, -0.1615084707736969, 0.017615266144275665, -0.017436811700463295, -0.2257014811038971, 0.09198222309350967, 0.34841549396514...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Associate header cells with other header cells: For more complex relationships between header cells, using `th` elements with the `scope` attribute alone may not be sufficient for assistive technologies, especially screen readers.
[ 0.9736493825912476, 0.02139434963464737, -1.043938398361206, -0.10204197466373444, -0.44176918268203735, -0.833798885345459, 1.1325502395629883, 0.42763322591781616, 0.056121230125427246, 0.07261775434017181, 0.05475402623414993, -0.8412979245185852, -0.45005902647972107, 0.358515292406082...
html/reference/elements/th/index.md
HTML - Elements - th - Examples - Associate header cells with other header cells - HTML: To improve the `accessibility` of the previous example and to allow screen readers, for example, to speak the headers associated with each header cell, the `headers` attribute can be introduced along with `id` attributes. Because ...
[ 0.3195576071739197, -0.7702130079269409, -0.6924486756324768, 0.6443816423416138, 0.18041282892227173, -0.7011618614196777, -0.08009402453899384, 0.9162449240684509, -0.1974298655986786, 0.45262497663497925, -1.1090565919876099, -0.31355249881744385, 0.010222375392913818, 0.221532136201858...
html/reference/elements/iframe/index.md
HTML - Elements - iframe: The `<iframe>` HTML element represents a nested `browsing context`, embedding another HTML page into the current one. Example: <iframe id="inlineFrameExample" title="Inline Frame Example" width="300" height="200" src="https://www.openstreetmap.org/export/embed.html?bbox=-0.0040179...
[ -0.43791237473487854, -0.41151994466781616, -0.7669799327850342, 0.16663722693920135, -0.09587451070547104, -0.5140026807785034, 0.833279550075531, 0.5646185278892517, -0.08964618295431137, 0.5093894004821777, -0.22161415219306946, -0.0061209239065647125, 0.06102284789085388, 0.49070280790...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Attributes: This element includes the global attributes. - `allow`: Specifies a Permissions Policy for the `<iframe>`. The policy defines what features are available to the `<iframe>` (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the reques...
[ -0.03885595127940178, -0.18876396119594574, -0.39102062582969666, 0.35005983710289, 0.24485021829605103, -0.6932480931282043, 0.3981466591358185, 1.462906837463379, -0.24959760904312134, 0.5662265419960022, 0.00855427235364914, 0.9113349914550781, 0.14085812866687775, 0.5033385753631592, ...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Attributes - Deprecated attributes: These attributes are deprecated and may no longer be supported by all user agents. You should not use them in new content, and try to remove them from existing content. - `align` (deprecated): The alignment of this element with respect to the surrounding ...
[ 0.1200748160481453, -0.26754695177078247, -0.6789839267730713, 0.2481827735900879, 0.49404555559158325, -1.0460913181304932, 0.4122128486633301, 0.813328206539154, -0.3174263834953308, 0.27232033014297485, -0.6791662573814392, -0.04833626747131348, -0.547935426235199, 0.6162459254264832, ...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Scripting: Inline frames, like `frame` elements, are included in the `window.frames` pseudo-array. With the DOM `HTMLIFrameElement` object, scripts can access the `window` object of the framed resource via the `contentWindow` property. The `contentDocument` property refers to the `document`...
[ -0.6665410399436951, -0.05787377804517746, -0.9577395915985107, 0.6602674126625061, -0.1793479025363922, -0.9171398282051086, 0.2289218306541443, 1.26589035987854, -0.08199000358581543, 0.10664825886487961, -0.969527542591095, -0.0019404664635658264, 0.19146542251110077, 0.2990234196186065...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Scripting - Top navigation in cross-origin frames: Scripts running in a same-origin frame can access the `Window.top` property and set `window.top.location` to redirect the top-level page to a new location. This behavior is referred to as "top navigation". A cross-origin frame is allowed to...
[ 0.041679639369249344, -0.7153745293617249, -0.14507178962230682, 0.6047401428222656, 0.38175535202026367, -0.9650183916091919, 0.053551845252513885, 1.2952088117599487, 0.16637401282787323, 0.3552252948284149, -0.10855291038751602, -0.2994775176048279, -0.3549884557723999, -0.1091067790985...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Positioning and scaling: Being a `replaced element`, the `<iframe>` allows the position of the embedded document within its box to be adjusted using the `object-position` property. Note: The `object-fit` property has no effect on `<iframe>` elements.
[ 0.10973522067070007, -0.48778021335601807, -0.8273336887359619, 0.21661445498466492, 0.11766049265861511, -1.4739844799041748, 1.755776286125183, 1.0936778783798218, 0.6671535968780518, -0.37507373094558716, -0.30125102400779724, -0.9795615673065186, -0.18170951306819916, 0.219562411308288...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - `error` and `load` event behavior: The `error` and `load` events fired on `<iframe>`s could be used to probe the URL space of the local network's HTTP servers. Therefore, as a security precaution user agents do not fire the error event on `<iframe>`s, and the load event is always triggered e...
[ -0.29669031500816345, -0.15976601839065552, -0.7815422415733337, -0.04584173858165741, -0.15378978848457336, -0.369241863489151, 0.9337099194526672, 0.9039774537086487, -1.224676489830017, -0.3761081397533417, -0.7086254954338074, -0.5676264762878418, -1.0901116132736206, -0.14330023527145...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Responsive `<iframe>` sizing: For security and privacy reasons, `iframe` elements do not by default expose any information to the parent document about the size of the content in the document they are embedding. To enable responsive sizing of `iframe` elements based on their content, the `<...
[ 0.48433196544647217, -0.5302163362503052, 0.2800541818141937, 0.010033056139945984, -0.0573689267039299, -1.0111985206604004, 0.21685999631881714, 1.054557204246521, -0.5597928762435913, -0.01558169350028038, -0.5354431867599487, 0.08605529367923737, -0.9098606705665588, -0.156242653727531...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Accessibility: People navigating with assistive technology such as a screen reader can use the `title` attribute on an `<iframe>` to label its content. The title's value should concisely describe the embedded content: Example: <iframe title="Wikipedia page for Avocados" src="https://en...
[ -0.5496335625648499, -0.8348197937011719, 0.03866597265005112, 0.3341529965400696, 0.1522478610277176, -1.1200541257858276, 1.2479759454727173, 0.6455162763595581, -0.17333537340164185, 0.4321305751800537, -0.2536907196044922, -0.524248480796814, -0.30178847908973694, 0.04110844433307648, ...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Examples - A basic iframe>: This example embeds the page at https://example.org in an iframe. This is a common use case of iframes: to embed content from another site. For example, the live sample itself, and the try it example at the top, are both `<iframe>` embeds of content from another M...
[ 0.4653422236442566, -0.12119147926568985, -0.6131904721260071, -0.41300249099731445, 0.10214342176914215, -0.7092941999435425, 1.5331286191940308, 1.2485029697418213, -0.13582970201969147, 0.059117212891578674, -0.5482933521270752, -0.15077278017997742, -0.6248093247413635, 0.3778862655162...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Examples - A basic iframe> - HTML: Example: <iframe src="https://example.org" title="iframe Example 1" width="400" height="300"> </iframe>
[ -0.10826796293258667, 0.017969731241464615, -0.3657796382904053, -0.11575132608413696, -0.19152793288230896, -0.7817977666854858, 1.2811815738677979, 1.0723603963851929, -0.7518885135650635, -0.26856112480163574, -0.28538405895233154, -0.3528575599193573, -0.4526033401489258, -0.2890962362...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Examples - Embedding source code in an iframe>: This example directly renders source code in an iframe. This can be used as a technique to prevent script injection when displaying user-generated content, when combined with the `sandbox` attribute. Note that when using `srcdoc`, any relative...
[ -0.9943037033081055, 0.0905371829867363, 0.1282479465007782, 0.05123230814933777, -0.23572733998298645, -0.7227342128753662, 0.7296600937843323, 1.191634178161621, -0.28684431314468384, -0.08965181559324265, -0.2349802851676941, 0.4232141971588135, -0.013309689238667488, -0.079352729022502...
html/reference/elements/iframe/index.md
HTML - Elements - iframe - Examples - Embedding source code in an iframe> - HTML: Example: <article> <footer>Nine minutes ago, <i>jc</i> wrote:</footer> <iframe sandbox srcdoc="<p>There are two ways to use the <code>iframe</code> element:</p> <ol> <li><a href=&quot;about:srcdoc#embed_another&quot;>To embe...
[ 0.34066203236579895, -0.72331303358078, -0.5352070927619934, 0.21595168113708496, 0.5515275001525879, -1.0901117324829102, 0.20558767020702362, 1.049896478652954, -0.8849694728851318, -0.023333165794610977, -0.6747645139694214, -0.03157663717865944, -0.017441339790821075, 0.497995257377624...
html/reference/elements/meta/name/index.md
HTML - Elements - meta - name: The `name` attribute of the `meta` element provides metadata in name-value pairs. When a `<meta>` element has a `name` attribute, a `content` attribute defines the corresponding value. The metadata is document-level metadata that applies to the whole page. For example, the following `<m...
[ -0.6331839561462402, -1.2449355125427246, -1.6644967794418335, 0.364693284034729, -0.37536048889160156, -1.59898042678833, 1.1463334560394287, 0.7402406334877014, -0.07589199393987656, -0.5169432163238525, -0.419827401638031, 0.09397892653942108, -0.4953364431858063, 0.3597334623336792, ...
html/reference/elements/meta/name/index.md
HTML - Elements - meta - name - Value - Meta names defined in the HTML specification: The HTML specification defines the following set of standard metadata names: - `application-name`: Browsers may use this to identify the application running in the web page. It is different from the `title` element, which may contai...
[ 0.29960811138153076, -0.6898884177207947, -1.0376173257827759, 0.12309671938419342, 0.13729651272296906, -1.4722996950149536, -0.027467040345072746, 0.9007108807563782, -1.0357263088226318, 0.08656617254018784, -0.4707787334918976, 0.18236827850341797, 0.6238980889320374, 0.158936306834220...
html/reference/elements/meta/name/index.md
HTML - Elements - meta - name - Value - Meta names defined in other specifications: - `responsive-embedded-sizing` (experimental): Opts in an embedded document to sharing its size information with the parent page. Defined in the CSS box sizing module. - `text-scale` (experimental): Enables opting the page in to having...
[ -0.9779007434844971, -0.7279677391052246, -0.7895368337631226, -0.25871777534484863, -0.5385760068893433, -1.5207408666610718, 0.802670419216156, 0.46255409717559814, 0.1351434588432312, 0.22192518413066864, 0.39081382751464844, 0.53302401304245, -0.41185274720191956, 0.3690847158432007, ...
html/reference/elements/meta/name/index.md
HTML - Elements - meta - name - Value - Meta names defined in the WHATWG MetaExtensions wiki: The WHATWG Wiki MetaExtensions page contains a large set of non-standard metadata names. Some of the names included are used quite commonly in practice, notably the following: - `creator`: The name of the creator of the docu...
[ -1.1480787992477417, -1.4886541366577148, -0.9570304155349731, 0.5480024218559265, -0.5414621233940125, -1.5870389938354492, 0.0483078733086586, -0.03408539295196533, -0.4175010323524475, -0.14499451220035553, -0.2869660556316376, 0.4066963493824005, -0.5856401920318604, -0.164750009775161...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale: The `text-scale` value for the `name` attribute of a `meta` element enables opting the page in to having the `html` root element's initial `font-size` scale in proportion to OS and browser-level text scale settings. Warning: If you include `<meta name="text-scale" content="...
[ -0.761484682559967, -0.7104717493057251, -1.2433946132659912, -0.13449865579605103, 0.04162496328353882, -1.251062035560608, 1.0561883449554443, 1.1184444427490234, -0.17053553462028503, 0.16849038004875183, 0.08664952963590622, 0.548265278339386, -0.89863520860672, -0.6271891593933105, ...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Usage notes: A `<meta name="text-scale">` element has the following additional attributes: - `content`: Specifies the `font-size` scale opt-in behavior. Its value is a keyword, which can be one of the following: - `scale`: Opts the page in to having the `html` root eleme...
[ -0.7488241195678711, -0.23411501944065094, -1.322951078414917, -0.1296990066766739, -0.019279740750789642, -0.944340169429779, 1.1958003044128418, 1.3507628440856934, -0.09812553972005844, 0.007049452979117632, -0.12531891465187073, 0.1146741658449173, -1.2940393686294556, -0.0964207500219...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Description: The `<meta name="text-scale" content="scale" />` element can be included in a document's `head` to signal to the browser that the page is sized in a way that will scale well across various user-selected font size preferences; it also disables existing browser-b...
[ -0.18394288420677185, -0.0912124440073967, -0.1685916930437088, 0.2717464864253998, 0.6681438088417053, -0.73786461353302, 0.2217412292957306, 1.3963193893432617, 0.34776830673217773, -0.06019873917102814, -0.06030349060893059, 0.46886956691741943, -0.5720586180686951, -0.04058488830924034...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Description - Usage summary: To summarize, set `scale` only if your app is designed to support font scaling. Recommended usage is to: - Include `<meta name="text-scale" content="scale" />` in the `<head>` of your page. - Don't override the initial `:root` `font-size` with ...
[ -0.4462645351886749, -0.3379944860935211, -0.3929634988307953, -0.24487221240997314, 0.4517406225204468, -0.9844724535942078, 0.7157250046730042, 1.495496153831482, 0.4752237796783447, -0.08173167705535889, -0.46115922927856445, 0.014736562967300415, -0.7377907633781433, -0.387189745903015...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Description - `<meta name="text-scale">` versus `env(preferred-text-scale)`: Using `<meta name="text-scale" />` to size dimensions relative to OS text scale settings is recommended over the `env(preferred-text-scale)` environment variable. They have similar effects on mobil...
[ -1.1696159839630127, 0.32540908455848694, -0.4055488109588623, -0.006157517433166504, 0.12153157591819763, -0.4171163737773895, 0.5010799765586853, 0.5960706472396851, 0.999894380569458, -0.09162291884422302, -0.296481728553772, -0.012828905135393143, -0.18534429371356964, -0.2081712037324...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Examples - Meta viewport text-scale demonstration: This example demonstrates the effect of `<meta name="text-scale" content="scale">`.
[ 0.16373366117477417, -0.32846587896347046, -0.8884688019752502, -0.6470732092857361, -0.9223829507827759, -0.6371650099754333, 1.3361598253250122, 2.3108787536621094, 0.041302770376205444, -0.09845251590013504, 0.31563082337379456, 0.10192671418190002, -0.3733590245246887, -0.7016807794570...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Examples - Meta viewport text-scale demonstration - HTML: We include the `<meta name="text-scale" content="scale">` element in the document `<head>`, plus a `<meta name="viewport">` element to ensure correct display on mobile devices. We also include some text content insid...
[ -0.44636136293411255, -0.800037682056427, -1.2293038368225098, -0.015380611643195152, -0.24999918043613434, -0.6260378360748291, 1.513090968132019, 1.1964802742004395, -0.17302998900413513, 0.3566456735134125, 0.023453164845705032, 0.23958361148834229, -0.27876296639442444, -0.799054145812...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Examples - Meta viewport text-scale demonstration - CSS: Text containers with a `class` of `text-scale` are given a `font-size` of `1rem`, which means that in browsers that support `<meta name="text-scale" content="scale">`, that text will scale as the OS/browser font setti...
[ -1.837312936782837, -0.4578160345554352, -0.6087155938148499, -0.807889997959137, 0.2770782709121704, -1.0812933444976807, 0.3323383927345276, 1.7055245637893677, -0.21097023785114288, 0.12538576126098633, 0.3713434338569641, 0.16780972480773926, -0.7791576385498047, -0.3987066447734833, ...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Examples - A text-scale-responsive layout: This example demonstrates that with `<meta name="text-scale">` applied to a page, font-relative sizes can be used inside `@media` queries to cause mobile browsers to automatically adjust breakpoints as the OS text size is changed.
[ -1.1299711465835571, 0.18011681735515594, -0.9636953473091125, -0.28853604197502136, -0.4104437828063965, -0.7584433555603027, 1.0230120420455933, 1.1928337812423706, 0.22684085369110107, 0.3268046975135803, -0.1980023831129074, 0.1361902505159378, -0.378261923789978, -0.10323888063430786,...
html/reference/elements/meta/name/text-scale/index.md
HTML - Elements - meta - name - text-scale - Examples - A text-scale-responsive layout - HTML: Like the previous example, our markup again includes the `<meta name="text-scale">` and `<meta name="viewport">` elements in the `<head>`. In this demo, the body content contains two elements — `main` and `aside` — to repres...
[ -0.4430391490459442, -0.5716648101806641, -0.4446806013584137, -0.10952042788267136, -0.05065435916185379, -1.2029101848602295, 0.687947154045105, 1.2497700452804565, -0.32642409205436707, 0.2531033456325531, -0.16617971658706665, 0.5049576759338379, -0.21581685543060303, -0.25846216082572...