HTML page
HTML页面
频率: 8.830.5 每百万词
A web page created using HTML.
使用HTML创建的网页。
分类:
例句 (10)
HTML page = HTML页面 (使用HTML创建的网页。)
- The browser's job is to render the HTML page for the user.浏览器的任务是为用户渲染HTML页面。
- For our first lesson, we will create a simple HTML page with a heading and a paragraph.我们的第一节课是创建一个包含标题和段落的简单HTML页面。
- Right-click anywhere on the screen to view the source code of this HTML page.在屏幕上任意位置右键单击,即可查看此HTML页面的源代码。
- Every time you click a link, you are requesting a new HTML page from the server.每当您点击一个链接,您都在向服务器请求一个新的HTML页面。
- Without a CSS file linked, the raw HTML page looked very basic.如果没有链接CSS文件,原始的HTML页面看起来会非常基础。
- He saved the document as 'index.html' to make it the default HTML page for the website.他将文档另存为 'index.html',使其成为网站的默认HTML页面。
- Unlike a dynamic site, this is just a static HTML page with fixed content.与动态网站不同,这只是一个内容固定的静态HTML页面。
- The web server dynamically generates the HTML page based on the user's profile.Web服务器根据用户的个人资料动态生成HTML页面。
- Using a validator can help you find errors in your HTML page.使用验证器可以帮助您发现HTML页面中的错误。
- The basic structure of any HTML page includes ``, ``, and `` tags.任何HTML页面的基本结构都包括 ``、`` 和 `` 标签。