当前位置:网站首页>Basic knowledge of website design
Basic knowledge of website design
2022-07-26 09:34:00 【Jack-ZOU】
Website design mainly involves three parts :
Static part ( The front end ):html,DIV+CSS,js+jquery. And tools bootstrip
database :MSSQL Server, MySQL, Oracle
The dynamic part ( Backstage part ):.NET,C#,VS2013
Even though HTML Some tag attributes of can decorate some complete elements , But generally CSS To embellish , It's more efficient 、 More convenient .
div: Mainly responsible for the layout of the page .
CSS: Decorate the appearance of the page ( typeface 、 picture 、 Color, etc. )
Js: For animation 、 Generation of special effects
Jquery: The most used Js Form after packaging , Improve development efficiency . The essence is JS.
Dynamic web pages require interaction between the foreground and background .
VS It is a platform for website development .
边栏推荐
猜你喜欢
随机推荐
附加到进程之后,断点显示“当前不会命中断点 还没有为该文档加载任何符号”
图解用户登录验证流程,写得太好了!
uni-app学习总结
js中树与数组的相互转化(树的子节点若为空隐藏children字段)
大二上第二周学习笔记
IIS网站配置
配置ADCS后访问certsrv的问题
PMM(Percona Monitoring and Management )安装记录
v-for动态设置img的src
C# 托管与非托管
Basic use of Arc GIS 2
[MySQL] understand the important architecture of MySQL (I)
Table extraction for opencv table recognition (2)
EOJ 2020 1月月赛 E数的变换
V-permission add permission
小程序纪录
添加dll
QT handy notes (III) use qtcharts to draw a line chart in VS
el-table实现增加/删除行,某参数跟着变
Node 内存溢出及V8垃圾回收机制