01HTML基礎(chǔ)標(biāo)簽
01html basic tag
有了牢固的基礎(chǔ),才能搭建出好的頁(yè)面,HTML就是我們?cè)谇岸碎_發(fā)學(xué)習(xí)中必須打好的基礎(chǔ)。HTML的學(xué)習(xí)是一個(gè)記憶和理解的過(guò)程,在學(xué)習(xí)過(guò)程中可以借助Dreamweaver的“拆分”視圖輔助學(xué)習(xí),學(xué)會(huì)利用它的常用標(biāo)簽,能更好地幫助你在前端開發(fā)中的工作。
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結(jié)合后,能發(fā)揮出很大的作用,在美化網(wǎng)頁(yè)方面是強(qiáng)手。CSS樣式是可以重復(fù)使用的,這與傳統(tǒng)HTML的表現(xiàn)相比,能夠極大地提升開發(fā)的速度,降低了維護(hù)的成本。同時(shí),CSS中的相對(duì)布局等效果,能夠?qū)崿F(xiàn)對(duì)網(wǎng)頁(yè)中各對(duì)象的位置排版進(jìn)行像素級(jí)的精確控制。
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能夠兼容市面上主流的瀏覽器,其實(shí)它就是一個(gè)跨主流瀏覽器的JavaScript庫(kù),簡(jiǎn)化了JavaScript對(duì)HTML操作。一個(gè)快速、簡(jiǎn)潔的JavaScript框架,它封裝JavaScript常用的功能代碼,提供一種簡(jiǎn)便的JavaScript設(shè)計(jì)模式,優(yōu)化HTML文檔操作、事件處理、動(dòng)畫設(shè)計(jì)和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很多人認(rèn)為JavaScript和Java是同一種編程語(yǔ)言,但除了語(yǔ)法上有點(diǎn)像Java外,別的地方都跟Java沒(méi)有任何關(guān)系。
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被廣泛應(yīng)用于前端開發(fā)中,是數(shù)以萬(wàn)計(jì)的程序員的選擇。作為一種直譯式腳本語(yǔ)言,JavaScript常用來(lái)為網(wǎng)頁(yè)添加各式各樣的動(dòng)態(tài)功能,為用戶提供更流暢美觀的瀏覽效果。
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
網(wǎng)站需要用一些圖片來(lái)進(jìn)行裝飾,使網(wǎng)頁(yè)看起更加美觀,因此,PS也是web前端工程師必備的技能。Web前端開發(fā)介于設(shè)計(jì)與開發(fā)中間,所以兩端的東西都得熟悉,并且,從圖片轉(zhuǎn)成靜態(tài)HTML頁(yè)面,少不了PS切圖技術(shù)。
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.