vs. basic knowledge of web development

Source: Internet
Author: User
Tags html page versions

1. Beginners do not rely on the development tool prompts, with Notepad handwritten complete code.

2. Browser compatibility.

3.ACID 100 test browser compatibility.

4.IETester, integrate various versions of IE versions in the tool to test the compatibility of Web pages in each IE version.

5. Develop a browser by using VS's WebBrowser space:

A. Handwriting a simple HTML page to be guaranteed: d:1.html

<body>

<font color= "Red" >hello</font>

<a href= "http://www.itcast.cn" >itcast</a>

</body>

B. New--Project--windows form Application--

A. Drag-and-drop textbox, Button, WebBrowser three controls

Background code for the B.button method: WebBrowser1.Navigate (TextBox1.Text);

C.ctle+f5 Run Program: The Address bar to enter the Web page path, click button to browse the 1.html page.

The 6.Trident engine is the WebBrowser control of IE.

7. Application of a wide range of non-IE kernel browser using the WebKit engine, roaming 3, Sogou dual-core, Chrome,safari, Symbian s60,iphone os,android

8. Browser Controls everywhere, Tencent News, the storm recommended, such as the window page

9. Static page: The HTML page is saved on the server, the server directly sends the page to the browser

Dynamic page: Server dynamically generated HTML page sent to the browser, data saved in the database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.