end-tag造句
例句與造句
- More simply stated , the elements , delimited by start - and end - tags , nest properly within each other
簡單的說就是,元素標(biāo)簽必須正確的嵌套,不允許出現(xiàn)交叉嵌套的情況 - If the start - tag is in the content of another element , the end - tag is in the content of the same element
如果元素的起始標(biāo)簽在另一個(gè)元素里面,則結(jié)束標(biāo)簽也必須在同一個(gè)元素里 - The name in an element s end - tag must match the element type in the start - tag . names are case - sensitive
一個(gè)元素的起始標(biāo)簽和結(jié)束標(biāo)簽的名字必須相匹配,并且標(biāo)簽名是大小寫敏感的 - Pop operations do not even need to know the end - tag string , since it is always the last thing that is popped by a stack
彈出操作甚至無需知道結(jié)束標(biāo)記字符串,因?yàn)槎褩?偸菑棾鲎钌厦娴臇|西。 - Knowing when to push and when to pop is remarkably simple : push when a start - tag line is encountered ; pop when an end - tag line is encountered
確定何時(shí)壓入何時(shí)彈出十分簡單:碰到開始標(biāo)記行就壓入;碰到結(jié)束標(biāo)記行就彈出。 - It's difficult to find end-tag in a sentence. 用end-tag造句挺難的
- Actually , the pyx format would not lose any information by leaving off end - tag strings but one might lose the convenience of self - identifying end - tags that do not
實(shí)際上,通過不使用結(jié)束標(biāo)記字符串, pyx格式也不會丟失任何信息(但是,這樣就丟失了自我標(biāo)識結(jié)束標(biāo)記無 - The html output method should not output an end - tag for empty elements specified in html specification . the html output method should not perform escaping for the content of the script and style elements look at source of the lowest middle window in your browser
采用html作為輸出方法時(shí),根據(jù)html規(guī)范對空元素不輸出結(jié)束標(biāo)簽,而且對程序腳本和樣式表內(nèi)的特殊字符不進(jìn)行轉(zhuǎn)義符替換請看你瀏覽器中間最下面窗口的源代碼。 - The end of every element that begins with a start - tag must be marked by an end - tag containing a name that echoes the element s type as given in the start - tag . the text between the start - tag and end - tag is called the element s content . an element without content can take a special form
所有以起始標(biāo)簽開始的元素都必須以與起始標(biāo)簽同名的結(jié)束標(biāo)簽作為結(jié)束,在起始和結(jié)束標(biāo)簽中間的文本是元素的內(nèi)容,無內(nèi)容的元素可以使用一種特殊的形式