- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
web面试25题(Web 25 interview questions)
web面试25题(Web 25 interview questions)
1, what is the web standard?
The WEB standard is not a standard, but a collection of standards. A web page consists of three main components: structure (Structure), Presentation, and behavior (Behavior). The corresponding standards are also divided into three parts: structured standard language, including XHTML and XML, performance standards language, including CSS, behavior standards, including object models (such as W3C, DOM), ECMAScript and so on. Most of these standards are drafted and published by W3C, and some are standards developed by other standards organizations, such as ECMA (European, Computer, Manufacturers, Association) ECMAScript standards.
2, what is the difference between XHTML and HTML? Which one do you think should be used and give reasons?.
The main difference between XHTML1.0 and HTML4.01 is that it complies with the XML encoding convention.
Labels cannot overlap and can be nested
Both labels and attributes should be lowercase
The label should have beginnings and ends, either the end or end in the form of /p, to form br /
Each property must have an attribute value, and the attribute value should be in double quotes
Dont use name for ID
3, please explain the role of DOCTYPE, there are DOCTYPE and no DOCTYPE what is the difference?
The DOCTYPE declaration refers to a line or two line of code at the beginning of the HTML document, which describes which DTD to use. DTD (document type definition) is a group of machine readable rules that define what is allowed in a particular version of XML or HTML, and what is not allowed. When parsing a web page, the browser will use these rules to check the validity of the page and take appropriate measures. The browser knows which DTD to use by analyzing the DOCTYPE declaration of the page, thus knowing which version of HTML to use.
DOCTYPE currently has two styles, strict (strict) and transition (transitional). The goal of the transition is to help developers migrate from ol
您可能关注的文档
- pro版xp三种版本(oem,零售,vol)的详细比较(Pro version of XP three versions (OEM, retail, vol) detailed comparison).doc
- ps 绘制青苹果 操作方法(PS rendering Green Apple operating methods).doc
- ps 水滴的制作方法(Method for making PS droplets).doc
- ps 的精髓(The essence of PS).doc
- ps7.23(ps7.23).doc
- pn码同步原理(Synchronization principle of PN code).doc
- ps后期处理 唐婉老师调色图文教程_风的_20150303_214748(PS post processing teacher Tang Wan color graphic tutorials _ wind _20150303_214748).doc
- ps图层的42个技巧(42 techniques for the PS layer).doc
- ps学习 文本文档(PS learning text documents).doc
- ps制作魔兽界面(PS make Warcraft interface).doc
- windows socket io模型之阻塞模式(windows socket io模型之阻塞模式).doc
- windows xp蓝屏代码大全(Windows XP blue screen code Daquan).doc
- windowsxp美化扫盲(WindowsXP landscaping literacy).doc
- windows出错信息解析及解决方案秘籍(Windows error information analysis and solution cheats).doc
- windows同步(Windows synchronization).doc
- windows常见错误代码解析和解决办法(Windows common error code analysis and Solutions).doc
- windows程序员如何转向linux开发应用(Windows programmers how to shift the development and application of Linux).doc
- windows系统进程全解剖(Windows system process complete anatomy).doc
- windows组策略之软件限制策略(Windows group policy's software restriction policy).doc
- windows蓝屏错误代码解析(Windows blue screen error code analysis).doc
文档评论(0)