01HTML基礎標簽
01html basic tag
有了牢固的基礎,才能搭建出好的頁面,HTML就是我們在前端開發學習中必須打好的基礎。HTML的學習是一個記憶和理解的過程,在學習過程中可以借助Dreamweaver的“拆分”視圖輔助學習,學會利用它的常用標簽,能更好地幫助你在前端開發中的工作。
With a solid foundation, we can build a good page. Html is the foundation we must lay in front-end development and learning. HTML learning is a process of memory and understanding. In the learning process, you can use Dreamweaver's "split" view to assist learning and learn to use its common tags, which can better help you work in front-end development.
02CSS樣式
02css style
CSS與HTML結合后,能發揮出很大的作用,在美化網頁方面是強手。CSS樣式是可以重復使用的,這與傳統HTML的表現相比,能夠極大地提升開發的速度,降低了維護的成本。同時,CSS中的相對布局等效果,能夠實現對網頁中各對象的位置排版進行像素級的精確控制。
After the combination of CSS and HTML, it can play a great role in beautifying web pages. CSS style can be reused, which can greatly improve the speed of development and reduce the cost of maintenance compared with the performance of traditional HTML. At the same time, the relative layout effect in CSS can realize the pixel level precise control of the layout of the objects in the web page.

03jQuery
03jQuery
Jquey能夠兼容市面上主流的瀏覽器,其實它就是一個跨主流瀏覽器的JavaScript庫,簡化了JavaScript對HTML操作。一個快速、簡潔的JavaScript框架,它封裝JavaScript常用的功能代碼,提供一種簡便的JavaScript設計模式,優化HTML文檔操作、事件處理、動畫設計和Ajax交互。
Jquey is compatible with the mainstream browsers on the market. In fact, it is a JavaScript library across the mainstream browsers, which simplifies the operation of JavaScript on HTML. A fast and concise JavaScript framework, which encapsulates the common function code of JavaScript, provides a simple JavaScript Design pattern, optimizes HTML document operation, event processing, animation design and Ajax interaction.
04很多人認為JavaScript和Java是同一種編程語言,但除了語法上有點像Java外,別的地方都跟Java沒有任何關系。
Many people think that JavaScript and Java are the same programming language, but they have nothing to do with Java except that they are a bit like Java in syntax.
JavaScript被廣泛應用于前端開發中,是數以萬計的程序員的選擇。作為一種直譯式腳本語言,JavaScript常用來為網頁添加各式各樣的動態功能,為用戶提供更流暢美觀的瀏覽效果。
JavaScript is widely used in front-end development and is the first choice of tens of thousands of programmers. As a literal script language, JavaScript is often used to add various dynamic functions to web pages to provide users with more fluent and beautiful browsing effect.
05PS操作
05ps operation
網站需要用一些圖片來進行裝飾,使網頁看起更加美觀,因此,PS也是web前端工程師必備的技能。Web前端開發介于設計與開發中間,所以兩端的東西都得熟悉,并且,從圖片轉成靜態HTML頁面,少不了PS切圖技術。
The website needs to be decorated with some pictures to make the page look more beautiful. Therefore, PS is also a necessary skill for web front-end engineers. Web front-end development is in the middle of design and development, so we should be familiar with both sides of the things, and, from pictures to static HTML pages, there is no lack of PS cut technology.