html 条件判断语句 it 和 gte的区别

html-css021

html 条件判断语句 it 和 gte的区别,第1张

这个应该是html模板吧,html没有这些语法,而且应该是lt而不是it。不知道你用的什么模板,无法详细讲述。但是大体是这样的:

lt: less than <小于

gt: greater than >大于

lte: less than or equal to <= 小于等于

gte: greater than or equal to >= 大于等于

结构

* html

* head

* body

* div

* span

Meta Information

* DOCTYPE

* title

* link

* meta

* style

文字

* p

* h1, h2, h3, h4, h5, h6

* strong

* em

* abbr

* acronym

* address

* bdo

* blockquote

* cite

* q

* code

* ins

* del

* dfn

* kbd

* pre

* samp

* var

* br

连接

* a

* base

图片、对象

* img

* area

* map

* object

* param

列表

* ul

* ol

* li

* dl

* dt

* dd

表格

* table

* tr

* td

* th

* tbody

* thead

* tfoot

* col

* colgroup

* caption

表单

* form

* input

* textarea

* select

* option

* optgroup

* button

* label

* fieldset

* legend

脚本

* script

* noscript

文字修饰

* b, i, tt, sub, sup, big, small, hr