Objective
HTML (Hypertext Markup Language, Hypertext Markup Language) is a language used to create Web pages by reading HTML files and rendering them into Visual Web pages. This is the tutorial for the 0 basic programming students , HTML belongs to the programming language relatively simple, I believe that we read this tutorial can personally create their own web page .
One, how to design a Web page?
You can create a Web page with a text editor or HTML editor with Windows.
Web pages are typically made up of three languages, HTML, CSS, and JavaScript . We want to learn HTML is the basic framework of the Web page,css (cascading style sheet) is used to structure the document to add style, popular point is used to beautify the page ; JavaScript is a dynamic type, object-oriented high-level programming language, we usually surf the Internet on the Web page to see the gorgeous special effects and click on the button to submit data, is achieved with JS. This tutorial recommends that you use the Dreamweaver software, syntax highlighting, automatic completion and so on , so that you
can not memorize a lot of HTML instructions and more convenient to write HTML
.
Second, we first use Dreamweaver to create a page!
(If you have not downloaded the software, please stamp here dreamweaver download and installation tutorial )
1. Open the software first recommended that you use the standard mode of the Split function , the code will be displayed at the same time the effect of the Web page, easy to learn. The upper-right corner of the interface can switch mode, there are two modes, respectively: developer mode and standard mode .
2. Click on the top left corner of the file to choose a new , appear as the icon interface, Nothing to change, with the default configuration on the line . Click " New " in the lower-right corner.
3. This is the first page we created. We can see that the black box content is modified after the white box is reflected in time.
Everyone in the process of learning must use the following black box text editor Editor, develop good code habits .
The above is the HTML editor Dreamweaver base operation. The next lesson is about what the