网站首页  词典首页

请输入您要查询的英文单词:

 

单词 closing tag
释义

closing tag

  • 网络结束标记;闭合标签;结束标签
1.
结束标记
软件开发常用名词中英文对照... ... closing set of angle bracket 结束双尖括号 closing tag 结束标记 clustered index 聚集索引 ...
www.cnblogs.com
2.
闭合标签
注释:开始标签常被称为开放标签(opening tag),结束标签常称为闭合标签closing tag)。HTML 元素语法 <br /> 提示: …
www.w3school.com.cn
3.
结束标签
结束标签(Closing tag) 表示当前语句结束的HTML 标签。 程序员(Code jockey) 一个在计算机语言方面受过高级训练而且全职编 …
www.docin.com
4.
结尾标记
计算机与网络英语词汇(C3)|无忧教育 ... closing of a file 档案的封闭 closing tag 结尾标记 clpper chip 截波芯片 ...
51education.net
5.
关闭标记
在 HTML 中 ,比如<p>,<li> ,这些标记,你可以不写</p>,</li>,但是在 XHTML 里,必须要求写关闭标记 (Closing Tag)。 …
homepage.yesky.com
6.
尾标签
* 起始标签也经常称为首标签(opening tag),结束标签也经常被称为尾标签closing tag)。
www.w3schools.com
7.
封闭标记
...须在执行完 perl script 后, 手动编辑一些小错误的地方。例如: 您可能需要 < /Para>在每个 < Listitem> 写入封闭标记 (closin
man.chinaunix.net

例句

释义:
1.
This tag is designed to mark the beginning and (with the closing tag) end of a paragraph.
这个标记设计用于标记一段的开始和结尾(使用结尾标记)。
www.ibm.com
2.
Note: You might have noticed from the previous example that the XML declaration did not have a closing tag.
注意:也许你在前面的案例中已经注意到,XML声明并没有包含结束标签。
www.w3pop.com
3.
Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag.
用作映射到需要具有开始标记和结束标记的HTML元素的HTML服务器控件的抽象基类。
msdn2.microsoft.com
4.
The tag is empty, which means that it contains attributes only and it has no closing tag.
是个空标签,意思就是它只包含属性而且它没有关闭标签。
www.netjc.com.cn
5.
The tag is an empty tag. It has no closing tag.
标签是空标签。它没有闭合标签。
www.netjc.com.cn
6.
EndElement represents the element's closing tag (or simply the end of the element's markup, if it is an empty element).
EndElement表示元素的结束标记(或元素标记的结束,如果是空元素的话)。
www.ibm.com
7.
The last step, closing the element, is completed by simply writing out the closing tag for the accessor.
最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。
www.ibm.com
8.
Tag and then reformat the document, the editor will move the closing tag to the next line. Formatting Code Inline.
标记之间插入空格,然后重新设置文档的格式,则编辑器会将结束标记移到下一行。
msdn2.microsoft.com
9.
A literal string refers to the text between the opening and closing tag of an HTML control.
字符串引用HTML控件的开始标记和结束标记之间的文本。
msdn2.microsoft.com
10.
The LEGEND element must be the first element in a FIELDSET. Element requires a closing. This element requires a closing tag.
此元素是块元素。此元素需要关闭标签。此元素需要关闭标签。
www.blabla.cn
1.
An embedded expression is not allowed in a closing tag of an element.
在元素的结束标记中不允许使用嵌入式表达式。
msdn2.microsoft.com
2.
The next event indicates the closing tag for the product element.
下一个事件指出product元素的结束标记。
www.ibm.com
3.
That means every opening tag must have a corresponding closing tag and elements cannot be nested partly (wrong: ).
这意味着:每个打开的标记必须有一个相应的结束标记,而且不能部分嵌套元素(错误:)。
www.ibm.com
4.
Performs final markup and writes the HTML closing tag of the control to the output stream emitted to the browser or device.
执行最终的标记,并将控件的HTML结束标记写入到将被发送至浏览器或设备的输出流中。
msdn2.microsoft.com
5.
So bold and italics would be illegal because the innermost opening tag -- -- is improperly matched with the innermost closing tag -- .
所以boldanditalics是不合法的,因为最里面的开始标记与最里面的结束标记匹配不当。
blog.163.com
6.
Writes the closing tag of the specified markup element to end the specified layout and character formatting.
写入指定标记元素的结束标记以结束指定的布局和字符格式设置。
msdn2.microsoft.com
7.
This element is not rendered. This element does not require a closing tag.
此元素不需要关闭标签。此元素不需要关闭标签!
www.blabla.cn
8.
Class determines whether a control has both an opening and a closing tag.
方法确定控件是否同时具有开始标记和结束标记。
msdn2.microsoft.com
9.
It generates two events for each price-quote element: one event for the opening tag and one event for the closing tag.
它为每个price-quote元素生成两个事件:一个开始标记事件和一个结束标记事件。
www.ibm.com
10.
The tag is inserted into your code, along with a matching closing tag if applicable.
该标签被插入到代码中,同时还插入相匹配的结束标签(如果适用)。
yeebang.com
1.
Writes any text or spacing that occurs after the content and before the closing tag of the markup element to the markup output stream.
写入在标记元素的内容之后、结束标记之前出现的任何文本或间距以呈现给标记输出流。
msdn2.microsoft.com
2.
Writes any spacing or text that occurs after the closing tag for a markup element.
写入在标记元素的结束标记后面出现的任何间距或文本。
msdn2.microsoft.com
3.
If an element is terminated by a closing tag, then there are available child elements that you can set.
如果元素是由结束标记结束的,则存在可设置的可用子元素。
msdn2.microsoft.com
4.
Finally, the framework writes out any appropriate closing tag for the component's open tag.
最后,此框架为此组件的打开标签写出适当的结束标签。
www.ibm.com
5.
The closing tag for the block will include the immediately trailing newline if one is present.
PHP代码块结束标记奖自动包含最近的一个结尾的新行(如果存在的话)。
www.phpx.com
6.
Renders the HTML closing tag of the control into the specified writer.
将控件的HTML结束标记呈现到指定的编写器中。
msdn2.microsoft.com
7.
Field when writing the closing tag of a markup element.
方法在写入标记元素的结束标记时使用。
msdn2.microsoft.com
8.
Renders the closing tag for the HtmlContainerControl control to the specified HtmlTextWriter object.
将HtmlContainerControl控件的结束标记呈现到指定的HtmlTextWriter对象。
msdn2.microsoft.com
9.
tag is then set to 'repeat' before closing the repeat tag, and after closing, $tag is reset to root.
然后在关闭repeat标记之前将$tag设为‘repeat’,关闭后,将$tag重置为root。
www.ibm.com
10.
Writes any tab spacing and the closing tag of the specified markup element.
写入指定的标记元素的任何制表符间距和结束标记。
msdn2.microsoft.com
1.
Note : The DOCTYPE declaration is not a part of the XHTML document itself. It is not an XHTML element, and it should not have a closing tag.
注:DOCTYPE声明并不是XHTML文档自身的一部分。它也不属于XHTML元素,不需要有关闭标签。
www.haogongju.net
2.
This control does not require a closing tag.
此控件不需要结束标记。
msdn2.microsoft.com
3.
This element is a block element This element requires a closing tag.
表示目录列表。此元素块元素。此元素是块元素。
www.blabla.cn
4.
Method to ensure opening and closing tag consistency.
方法来确保开始标记和结束标记的一致性。
msdn2.microsoft.com
5.
Interacts with the page parser to build HTML server controls that do not have a body or closing tag.
与页分析器进行交互,以生成不具有主体或结束标记的HTML服务器控件。
msdn2.microsoft.com
6.
Represents the closing tag for the element.
表示元素的结束标记。
msdn2.microsoft.com
7.
The closing tag of the markup element.
标记元素的结束标记。
msdn2.microsoft.com
8.
Every opening tag has a matching closing tag.
每个开始标记都有一个与之匹配的结束标记。
www-128.ibm.com
9.
Add the following tag above the closing tag.
在结束标记上方添加以下标记。
www.ibm.com
10.
To make this well-formed, you would need to switch either the opening tag order or the closing tag order.
要使之格式良好,要么切换开始标记顺序,要么切换结束标记顺序。
www.ibm.com
1.
Determines if a control has both an opening and closing tag.
确定控件是否同时具有开始标记和结束标记。
msdn2.microsoft.com
2.
By doing this, it can omit the closing tag of an element.
通过这种方法,它可以省略元素的结束标签。
www-128.ibm.com
3.
For example, RegisterStartupScript injects the code just before the closing tag of the form.
例如,RegisterStartupScript在窗体的关闭标记之前插入代码。
msdn2.microsoft.com
4.
In HTML some elements do not have to have a closing tag. The following code is legal in HTML
在HTML中一些元素是不必一定得有结束标签的。下面的代码在HTML中是合法的
www.86oo.com
5.
The tags placed inside the opening and closing tag define the list items. The attributes for this are
标记放置在开始和结束的标记之间,它定义了列表项。
www.ibm.com
6.
Selects everything in the document after the closing tag of the current node
选择所有在关闭当前节标签后的所有内容
blog.hjenglish.com
7.
XML elements must have opening and closing tags. HTML does not require the closing tag for many elements, such as
XML元素必须有开始和结束标记,而HTML对于很多元素都不要求有结束标记,如
www-128.ibm.com
8.
Renders the closing tag for the
控件的结束标记呈现到指定的
msdn2.microsoft.com
9.
Control interacts with the page parser to build HTML server controls that do not have a body or closing tag, such as
控件与页分析器进行交互,以生成不具有主体或结束标记的HTML服务器控件,如
msdn2.microsoft.com
10.
Add the final closing tag
添加结束标签
blog.csdn.net
1.
When writing an empty element, an additional space is added between tag name and the closing tag, for example
写空元素时,标记名与结束标记之间会添加一个额外的空格,例如
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/7 5:34:15