html标签 meaning in English
html
Examples
- When you surf the web , you will notice that most tutorials use uppercase html tags in their examples
在上网冲浪的时候,你可能会注意到很多教材中的例子经常使用大写的html标签。 - These tags come with javascript support , so you can work with them like you would with the standard html tags such as
这些标签都可以支持javascript ,因此您可以像标准的html标签(例如 - If i hadn t done this , the file that i created would be in text format and all the html tags would have been ignored
如果不这样做,则创建的文件将变成文本格式,所有的html标签都被忽略。 - Web development languages cannot do so because they treat html tags as text and blindly copy them into the output
Web开发语言不能这样做,因为它们把html标签看作是文本,盲目地复制到输出中。 - A completely blank screen although if you view the source of the page it does contain some html tags , just no visible content
一个完全空白的屏幕(如果您看一下这个页面的源代码,尽管其中的确包含一些html标签,但是却看不到内容) 。