THE SRC ATTRIBUTE 日本語 意味 - 日本語訳 - 英語の例文

英語 での The src attribute の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Get the src attribute.
Src属性を取得。
Script files are attached to HTML with the src attribute:.
スクリプトファイルは、src属性でHTMLに記述します。
The src attribute gives the address of the media resource.
Src属性は、メディアリソースのアドレスを提供します。
Technically the filename for the src attribute can be anything you want;
Src属性のファイル名は任意のものとなります。
To specify the document to load in the editor use the src attribute.
Editorに読み込ませるdocumentを指定するにはsrc属性を使用します。
We are setting the value of the src attribute to this value in each case.
それぞれの場合でsrc属性の値をこの値に設定します。
On Firefox 51 and later, according to the current HTML spec, the<img<element fires an error event when the src attribute was empty.
Firefox51以降、現行のHTML仕様に従い、src属性が空だった場合に<img<要素がerrorイベントを発生させます。
In addition to the src attribute, an onclick attribute has also been provided.
また、src属性に加えて、onclick属性も記述します。
A single<script> tag can't have both the src attribute and code inside.
つの<script>タグはsrc属性と中身のコード両方を持つことはできません。
You might also set the src attribute based on what the user selects from a file dialog.
また、ファイルダイアログからユーザが選択したものをsrc属性に設定するかもしれません。
If the itemprop is specified on a media element,then the src attribute must also be specified.
Itempropがメディア要素要素で指定される場合、src属性も指定されなければならない。
In the following example, the src attribute of the element(HTML tag) with the ID kekka is modified.
次の例では、kekkaのIDを持つ要素(HTMLタグ)のsrc属性を変更しています。
The defer andasync attributes must not be specified if the src attribute is not present.
Deferとasync属性は、src属性が存在しない場合は、指定してはいけません。
The default config transforms the src attribute on<img> tags and xlink: href attribute on<image> tags of SVG.
デフォルトの設定は<img>タグのsrc属性とSVGの<image>タグのxlink:href属性を変換します。
You can change the starting page by changing the value of the src attribute to your preferred URL.
Src属性の値に、他のURLを指定すれば、起動時のページを変更できます。
You must use the src attribute to define the source of the image and the alt attribute to define alternative text.
画像のソースを定義するためにsrc属性を、また代替文字列を定義するためにalt属性を使用しなければなりません。
The element loads the video resource specified by the src attribute lazily, at a time determined by AMP.
この要素により、src属性で指定された動画のリソースが、AMPで決められたタイミングで、遅れて読み込まれます。
Here we have taken the src attribute out of the actual<video> tag, and instead included separate<source> elements that point to their own sources.
ここでは実際の<video>タグからsrc属性を取り出し、独自のソースを指す別々の<source>要素を追加しました。
Next add'src' as the first parameter,this tells the Web Scraper to extract the src attribute, then type a comma.
次に追加'src'最初のパラメーターとして、これはsrc属性を抽出し、コンマを入力するようにWebScraperに指示します。
Next, we would want to add script which changes the src attribute at the desired time, for example when the user presses the Enter key.
次の段階に進めば、src属性を、要求が発生したとき(例えば、利用者がEnterキーを押したとき)に変更するためのスクリプトを加えたくなると思います。
Like all embedded external resources in an AMP page,the element loads the audio resource specified by the src attribute lazily, at a time determined by AMP.
AMPページに埋め込まれるすべての外部リソースと同様に、この要素により、src属性で指定された音声のリソースが、AMPで決められたタイミングで、遅れて読み込まれます。
This event handler function should set the src attribute value of the displayed-img<img< to the src value passed in as a parameter.
このイベントハンドラー関数はdisplayed-img<img<のsrc属性の値をパラメータとして渡されたsrcの値にセットする必要があります。
In order to display the image of the omikuji box when the app starts,the image is specified using the src attribute of the img tag with the ID saisyo.
おみくじ箱の画像を起動時に表示するため、IDがsaisyoのimgタグに、src属性を使用して、画像を指定しています。
In a similar manner to the<img< element,we include a path to the media we want to display inside the src attribute; we can include other attributes to specify information such as video width and height, whether we want it to autoplay and loop, whether we want to show the browser's default video controls, etc.
Img<要素の方法と同様に、src属性の中に表示したいメディアへのパスを含めます。他の属性を含めて、映像の幅や高さ、自動再生やループをするかどうか、ブラウザーの標準の映像コントロールを表示するかなどの情報を指定することができます。
In fact, apart from some tree specific attributes, the only attributes that will have any effect will be the labelattribute to set a text label for a cell and the src attribute to set an image.
実際、ツリー固有の属性を別にすれば、有効な属性は、セルのテキストラベルを設定するためのlabel属性と、画像を設定するsrc属性のみです。
Inputting a default image in case the src attribute of an html<img> is not valid?
Html<img>のsrc属性が有効でない場合のデフォルト画像の入力?
Adding an onclick handler to each thumbnail image In each loop iteration, you need to add an onclick handler to the current newImage- this should:Find the value of the src attribute of the current image.
Onclickハンドラーをそれぞれのサムネール画像に追加する各ループの反復で、現在のnewImageにonclickハンドラーを追加する必要があります、いやすべきでしょう:現在の画像のsrc属性の値を探します。
Vue components into multiple files, you can use the src attribute to import an external file for a language block:.
Vueコンポーネントを複数のファイルに分割したい場合は、src属性を使って言語ブロック用の外部ファイルをインポートすることが出来ます:。
All web pages thatrequire static images must link the src attribute of an HTML img tag or the CSS background-image attribute of an HTML div tag directly to the Maps Static API so that all map images are displayed within the HTML content of the web page and served directly to end users by Google.
静的画像を必要とするすべてのウェブページでは、HTMLimgタグのsrc属性またはHTMLdivタグのCSS background-image属性を直接GoogleStaticMapsAPIにリンクして、すべてのマップ画像がウェブページのHTMLコンテンツ内に表示され、Googleからエンドユーザーに直接提供されるようにする必要があります。
This problem mayoccur if a script in the Web page changes the src attribute on a VML image element to a different location.
この不具合は、Webサイト上のスクリプトにより、VMLイメージ要素のsrc属性が別の場所に変更されている場合に発生するケースがある。
結果: 30, 時間: 0.035

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語