Since you have made a decision to be a personal website, then you will hurry. However, the so-called "public in order to make things, must be aware of this, let us see what knowledge is needed.
1. HTML
"HTML is the abbreviation of English Hypertext Markup Language. You can write an HTML file. HTML files. HTML language use flags to write files, which is simple and convenient, and it usually uses
To indicate the beginning and end of the logo (eg, the flag pair), so such a flag in the HTML document must be used. "As early as December 1997, the W3C Alliance issued the final technical manual of HTML 4.0, which increased and enhanced many functions.
This is the foundation of the web page, although now the web production tool is getting more and more advanced, paying attention to the desire, but also sacrifices the skills and flexibility of artificial webpage. Its practice tools are good, but it is still very dead on many details. So master some of the HTML tags, which is beneficial to optimize the webpage. So you don't have to be proficient in writing a web page, but you still have to make basic understanding. In fact, HTML's logo is very easy to understand, you can take a look at "HTML 4.0 Chinese Concise Handbook" and experience it.
2. JavaScript
"JavaScript is developed by Netscape, which is published with Navigator navigors, between Java and HTML, based on object event-driven programming languages, is increasingly global concern. Because its development environment is simple, no Java compilation Instead, it is running directly in a web browser, but because of the love of the web designer. "This thing can be completely unfair. In a personal website, it is usually used to add some springs to the page, such as a kitten follow the mouse, showing the current date and time, the laminated menu, too many scripts will take a lot of system resources Make the web page browsing speed, so don't make your webpage like a JS technology display board, draw dragon to your eyes is true. If you have some basic programming knowledge, you can take a look at "JavaScript from getting started."
3. CSS
"CSS is the abbreviation of CASCADING SHEET (cascaded style single), we often say that this style style style sheet, as the name suggests, is used for web style design. For example, I want my link word not clicked. It is blue, when the mouse is shifted, the word is red and there is an underscore, which is a style. By setting the style sheet, we can unify the display attributes of each flag in HMTL. "
This thing is getting more and more attention, especially in some systems that can provide custom style, such as the popular network forum or the "dynamic articles release system", etc. The main benefit of CSS is that you don't have to modify the web file, just modify the CSS file connected to this page, you can achieve different display effects, including background, background pictures, text size, color, border ... and more, etc. . Flexible use of CSS, allowing the page to be exquisite and will not occupy too much system resources, so it is necessary to study some time.
However, everything is favorable, the shortcomings of CSS are not to support all browsers, but if your website is only for domestic viewers, then as long as I support, there is basically no problem.
4. Other other coverage can be too wide, such as DHTML, XML, such as ASP, PHP, JSP, more complicated, such as databases, etc., or that sentence, form is to serve content, grasp Good for your theme, don't need to do everything you will.