HTML document

HTMLドキュメント

頻度: 8.222.4 100万語あたり

A file containing HTML code that a web browser can display as a web page.

ウェブブラウザがウェブページとして表示できるHTMLコードを含むファイル。

カテゴリー:

例文 (20)

HTML document = HTMLドキュメント (ウェブブラウザがウェブページとして表示できるHTMLコードを含むファイル。)

  • The browser renders an HTML document to display a webpage.ブラウザはウェブページを表示するためにHTMLドキュメントをレンダリングします。
  • A web browser's main job is to render an HTML document.ウェブブラウザの主な仕事はHTMLドキュメントをレンダリングすることです。
  • To start building a website, you first need to create a basic HTML document.
  • To start building a website, you first need to create a basic HTML document.ウェブサイトの構築を始めるには、まず基本的なHTMLドキュメントを作成する必要があります。
  • Every HTML document should begin with a `` declaration.ウェブサイトの構築を始めるには、まず基本的なHTMLドキュメントを作成する必要があります。
  • Every HTML document should begin with a `` declaration.
  • He validated the HTML document to ensure it was free of errors.すべてのHTMLドキュメントは `` 宣言で始まるべきです。
  • You can link a CSS stylesheet to an HTML document to control its appearance.すべてのHTMLドキュメントは `` 宣言で始まるべきです。
  • You can link a CSS file to your HTML document to style its content.
  • I spent all afternoon debugging the JavaScript within the complex HTML document.彼はエラーがないことを確認するためにHTMLドキュメントを検証しました。
  • The web server sent the requested HTML document to the client's browser.CSSスタイルシートをHTMLドキュメントにリンクして、その外観を制御できます。
  • The server will dynamically generate an HTML document based on the user's request.
  • We will learn how to embed JavaScript directly into an HTML document next week.コンテンツのスタイルを設定するために、CSSファイルをHTMLドキュメントにリンクすることができます。
  • Right-click on the webpage and select 'View Page Source' to see the underlying HTML document.私は午後中ずっと、その複雑なHTMLドキュメント内のJavaScriptをデバッグしていました。
  • Can you explain the basic structure of an HTML document?
  • It's good practice to validate your HTML document to ensure it's free of errors.ウェブサーバーは要求されたHTMLドキュメントをクライアントのブラウザに送信しました。
  • When a user navigates to a URL, the browser requests the corresponding HTML document from the server.サーバーはユーザーのリクエストに基づいて動的にHTMLドキュメントを生成します。
  • Remember to save the file with a `.html` extension to make it a valid HTML document.
  • Web crawlers analyze the content of HTML documents to index pages for search engines.来週、JavaScriptをHTMLドキュメントに直接埋め込む方法を学びます。
  • The browser parses the HTML document to build the Document Object Model (DOM).ウェブページを右クリックして「ページのソースを表示」を選択すると、その基となるHTMLドキュメントを見ることができます。