- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
web面试25题(Web interview 25 questions)
web面试25题(Web interview 25 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
您可能关注的文档
- dos语句命令(DOS statement command).doc
- div css兼容问题解决方案(ie55567ff)(DIV CSS compatibility problem solution (ie55567ff)).doc
- div+css兼容问题解决方案(ie55.567ff)(Div+css compatibility problem solution (ie55.567ff)).doc
- dota地图命令(Dota map command).doc
- duoji舵机原理(Principle of Duoji steering gear).doc
- duicefenxi(duicefenxi).doc
- dvd刻录全攻略(DVD burn Raiders).doc
- E2180和技嘉EP35-DS3L主板超频手记(E2180 and Gigabyte EP35-DS3L motherboard overclocking notes).doc
- e+dic(E + DIC).doc
- ehr实施顾问的管理四种角色(Four roles of EHR implementation consultant management).doc
文档评论(0)