The above code goes in the head element of your HTML page.
上面的代码位于您的html页面的head元素内。
This example uses the HEAD element to create a document title.
下面的例子使用了HEAD元素创建了文档标题。
A metatag is an HTML tag placed within the head element of an HTML document.
metatag是一个放入HTML文档的head元素内的HTML标记。
Header: the page header shown on the page; not the same as the head element.
header:页面上显示的页眉;与head元素不一样。
Whatever names they use, they all match the path expression based on their substitution group head element.
不管使用哪个名称,它们都匹配基于它们的代替组head元素的路径表达式。
Since the heater is OFF during load, the risk of collision between the head element section and the magnetic disk is reduced.
由于在装载过程中加热器被关闭,因此磁头元件部分和磁盘之间碰撞的风险被减小。
Simplicity: the code is more efficient and compact by using the single head element or type definition to select a group of elements.
简单性:通过使用单个head元素或类型定义来选择一组元素,使代码更加紧凑高效。
To create this intricate event handler, you simply add a script block to the bottom of the head element of checkout.html like the one in Listing 8.
要创建这个复杂的事件处理程序,仅需向checkout . html的head元素的底部添加一个脚本块,如清单8所示。
The construct schema-element matches elements that are declared to be in the substitution group of the head element specified in the construct.
构造schema - element匹配在构造指定的头元素的替代组中声明的元素。
A simple way to do this is with a function, defined in the HTML head element of a Web page, that USES the id attributes of HTML elements, as shown in Listing 1.
简单的实现方法是利用一个函数,这个函数在web页面的HTMLhead元素中定义,它使用HTML元素的id属性进行绑定,如清单1所示。
Both functions require that the provided schema documents declare or define the instance element to be tested and the substitution group head element or the referenced type.
两个函数都要求提供的模式文档声明或定义要测试的实例元素,以及代替组head元素或引用类型。
A query result conforming to the sparql query results XML format specification is one big sparql element with header information in a head element and the actual results in a results element.
符合sparqlQueryresultsXMLFormat规范的查询结果是一个大的sparql元素,头部信息在head元素中,实际的结果在results元素中。
Simplicity: the program can use these node tests to select a group of elements based on their common group head element or type definition rather than enumerate all concrete element names one by one.
简单性:程序可以使用这些节点测试,选择基于共同组head元素或类型定义的一组元素,而不是逐一列举所有具体的元素名。
This pointer will point to the first element (known as the "head") of the list.
这个指针将指向列表的第一个元素 (也称为“头文件”)。
In Listing 6, the first command loads the function, the second command gets the head (or first) element, and the third command gets the head of the tail (or second element).
在清单6中,第一个命令装入函数,第二个得到头(或第一个)元素,第三个命令得到末尾的头(或第二个)元素。
Then you add that class to the HTML element of your choice: paragraph, head, link, and so on.
然后,把这个类添加到您选择的HTML元素中:段落、标题、链接等等。
In the example in Listing 15, the element type is validated normally against the schema, but the contents of that element, the table row, and the table head HTML elements are skipped.
在清单15的示例中,元素类型通常针对这个模式进行验证,但该元素的内容、表行以及表头HTML元素则被跳过。
When a table element is encountered, the title is output, followed by the first entry in the rows of the table head, body, and foot.
当遇到表元素时,就输出标题,后跟表头、主体和页脚行中的第一项。
To complete the process and present the alternative style to the browser, we added a new LINK element to the page head section in page.tpl.php.
为了完成这个过程并向浏览器提供替代样式,我们在page . tpl . php中的页面头部分中添加一个新的LINK元素。
Head returns the first element of a list, and tail returns everything else. Listing 3 shows some simple list functions.
head返回列表的第一个元素,tail返回其他的元素。
The publish operation could be achieved by pointing to the title element with the xpath expression /html/head/title.
发布操作可以通过指向xpath表达式为 /html/head/title的标题元素来完成。
Each element or attribute name can be connected to one namespace, and in this way you could distinguish the anatomical "head" from the XHTML "head".
每个元素或属性名都和一个名称空间联系,这样就能把解剖学上的“head”和XHTML“head”区分开来。
The remove and poll methods are both for removing the first element (head) of the queue.
remove和poll方法都是从队列中删除第一个元素(head)。
It first matches on head: : tail, where head will be assigned the first element in the list and tail will be assigned the rest of the list.
它先匹配head:tail,这时head会被赋予这个列表的第一个元素,tail会被赋予列表剩余的部分。
The last two methods, element and peek , are for querying the element at the head of the queue.
后两个方法element和peek用于在队列的头部查询元素。
The head and body elements are children of the HTML root element; title is a child of head and then the text "trees, trees, everywhere" is a child of title.
head和body元素是html根元素的孩子;title是head的孩子,而文本“trees, trees,everywhere”是title的孩子。
To do so, it will pick off the first element of the list — the head — to do the processing on that element, and recursively pass the rest of the list to itself again.
为此,它将选取列表的第一个元素 — 列表头部 —来对该元素执行处理,然后再递归式地将列表的其余部分传递给自身。
Here the head is a single element, and the tail is the rest of the list.
头是单一元素,尾是列表的其余部分。
Retrieves, but does not remove, the head (first element) of this list.
检索,但不删除此列表的头(第一个元素)。
Retrieves and removes the head (first element) of this list.
检索并删除此列表的头(第一个元素)。
应用推荐