2. Server installation. To make a web page, you need to set up a server to debug your web page. There are many kinds of iis, which can be found on the Internet.
3.css language. Css is also a cascading style sheet. Css is mostly generated automatically, which is difficult to understand. You need to learn basic css knowledge, which is the only way to become a master.
Css controls the display style of webpage pictures, tables, words and other contents in front of us, such as color, border, size and so on. Css can simplify or optimize writing according to the understanding ability of different users, and it is easy to read for all kinds of people.
4.div+css layout. This thing is the only way for professional production. Web page elements rely on it to build the basic framework, such as Baidu space and QQ space skin.
5. Database. The foundation of moving towards dynamic web pages, such as Baidu's answers, involves reading, writing, modifying and deleting the database. Common databases are mysql, mssql, access, etc.
Database is the foundation of all software, and more than 80% of applications involve database. As a web producer, you don't need to study deeply, just enough.
6, dynamic language, asp, php, jsp, Net(c#, etc. ). To operate a database, interaction requires a dynamic language. Nowadays, many dynamic languages, such as php, have "frameworks". Building a station with a frame is like building a house with parts of a prefabricated house. Writing by yourself is like building a brick house.
7.javascript scripts. JavaScript is a scripting language belonging to the network, which usually brings various dynamic effects to the webpage by being embedded in HTML pages.
Verification codes, pop-ups and special effects in web pages all depend on it. There are basically no pages without javascript, and there are many frameworks that can do this. This language is the most difficult and powerful. Web Trojans and viruses mostly use this language.
8. Plane involves software. Flash, photoshop, etc. Page beautification depends on things like pictures.
9. Learn a dynamic network technology.
ASP is an application developed by Microsoft to replace CGI scripts, and it is also the first server-side scripting engine of Microsoft, which can dynamically generate web pages. ASP can interact with Web database and other programs, and it is a simple and convenient programming tool.
Extended data:
Design problem
First, pay attention to the color of hyperlinks and the color presentation of simple narrative text.
—HTML, the language of WWW, allows web designers to specially mark the colors of simple narrative words and hyperlinks to enrich the color presentation of web pages.
If your website is full of informative information and you want to convey it to visitors, I suggest that you design the text and hyperlinks in the webpage to be cleaner and more elegant, which will be more conducive to reading.
Pure narrative text is presented in darker and darker colors, hyperlink text is emphasized in brighter and more striking colors, and visited hyperlinks are presented in colors lower than the brightness of the original hyperlinks.
Second, test the feasibility of all hyperlinks and navigation buttons.
After the web page is launched, the first thing to do is to test the feasibility of each hyperlink and navigation button on each page one by one. Thoroughly check whether there is a link failure that can't link to the linked web page, but the error signal of "FileNotFound" pops up.
Third, let the hyperlink string length be moderate and natural.
Grasping the word that can convey the main information as the anchor of the hyperlink can effectively control the string length of the hyperlink, and avoid that the string is too long (such as the whole line and the whole sentence are anchor strings) or too short (such as using only one word as the anchor), which is not conducive to readers' reading or clicking.
4. When the navigation button is linked to the current page.
If every page uses the same set of navigation buttons repeatedly, it is inevitable that a navigation button will link to the current page.
In order to achieve the consistency of interface design, it is not necessary to remove this navigation button, but the web designer can make this button no longer have the function of hyperlink; Or reduce the chroma and brightness of this button, so that readers can clearly realize that this hidden navigation button no longer has the function of hyperlink.
References:
Baidu Encyclopedia-Web Designer