Home > Common Problem > What do you need to learn about web design?

What do you need to learn about web design?

coldplay.xixi
Release: 2022-01-12 14:58:12
Original
28783 people have browsed it

Web design requires learning: 1. HTML language; 2. Server setup; 3. CSS language; 4. [div css] layout; 5. Database; 6. Dynamic language, asp, php, jsp, etc.; 7. JavaScript script.

What do you need to learn about web design?

#The operating environment of this article: Windows 7 system, Dell G3 computer.

Web design needs to learn:

1. HTML language. First of all, you must learn this. HTML language is also called "Hypertext Markup Language". The display of any web page must be expressed in HTML language, which is also the main language that constitutes web page documents.

2. Server setup. To make a web page, you need to set up a server to debug the web page you made. There are many types such as IIS, which can be searched online.

3. css language. CSS is also called a cascading style sheet. Most of CSS is automatically generated and 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 web images, tables, text, etc. in front of us, such as color, border, size, etc. CSS can simplify or optimize the writing method according to the understanding ability of different users, and has strong readability for all types of people.

4. div css layout. This thing is the only way to move towards professional production. Web page elements rely on it to build the basic framework. Skins such as Baidu Space and QQ Space are made using this.

5. Database. Moving towards the foundation of dynamic web pages, such as Baidu’s questions and answers, all involve reading, writing, modifying and deleting databases. Common databases include mysql, mssql, access, etc.

The database is the foundation of all software. More than 80% of applications involve databases. However, for web page production, it is not necessary to learn deeply, as long as it is enough.

6. Dynamic language, asp, php, jsp, .net (c#, etc.). To operate the database and interact, you need a dynamic language. Nowadays, many dynamic languages ​​like PHP have "frameworks". Building a website with a framework is like building a house with the parts of a prefabricated house. Writing everything yourself is like building a house brick by brick.

7, javascript script. JavaScript is a scripting language that belongs to the Internet. It is usually embedded into HTML web pages to bring various dynamic effects to web pages.

The verification codes, pop-up windows, special effects, etc. in the web page depend on it. There is basically no page without JavaScript. There are many frameworks available for this. This language is the most difficult and the most powerful. Most web Trojans and viruses use this language.

8. Plane involves software. Flash, photoshop, etc., page beautification also relies on pictures and other things.

9. Learn a dynamic web page technology

ASP is an application developed by Microsoft to replace CGI scripts. It is also Microsoft's first server-side script engine that can dynamically Generate Web pages. ASP can interact with Web databases and other programs, and is a simple and convenient programming tool.

What do you need to learn about web design?

Extended information:

Design matters

1. Pay attention to the color of hyperlinks and the color of simple narrative text The language that presents

WWW - HTML allows Webpage designers to specifically indicate the color of simple narrative text and hyperlinks in order to enrich the color presentation of the Webpage.

If your website is full of informative information and you want to convey it to your visitors, it is recommended that you design the text and hyperlink colors in the webpage into cleaner and more elegant colors, which will be more conducive to reading.

Pure narrative text is presented in darker and darker colors, while hyperlink text is emphasized with brighter and eye-catching colors. As for visited hyperlinks, the brightness is lower than that of the original hyperlink. Color does the presentation.

2. Test the real feasibility of all hyperlinks and navigation buttons

After the Webpage is launched, the first thing to do is to test every hyperlink on each page one by one. Real-life functionality with every navigation button. Thoroughly check whether there is any failed link that cannot be linked to the webpage of the link, but instead a "FileNotFound" error signal appears.

3. Make the hyperlink string length moderate and the text flow naturally.

Grasp the words that can convey the main message as the anchor point of the hyperlink, which can effectively control the hyperlink. The length of the link string should be used to prevent the string from being too long (for example: the entire line or sentence is the anchor string) or too short (for example: only one word is used as the anchor), which is not conducive to the reader's reading or clicking.

4. When the navigation button links to the current page

If each Webpage reuses the same set of navigation buttons, a certain navigation button will inevitably link to the current page situation.

In order to achieve consistency in interface design, it is not absolutely necessary to remove this navigation button, but Webpage designers can make this button no longer have the function of a hyperlink; or change the color of the button , the brightness is reduced, so that readers can clearly realize that: this hidden navigation button no longer has the function of a hyperlink.

If you want to know more about programming learning, please pay attention to the php training column!

The above is the detailed content of What do you need to learn about web design?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template