zoukankan
html css js c++ java
Web前端开发——概述
前端技术构成:
结构:Html,从语义的角度,描述页面结构
样式:Css,从审美的角度,美化界面样式
行为:JavaScript,从交互的角度,提升用户体验
前端技术标准:
前端技术的标准就是由W3C这个组织进行规定的,W3C即the World Wide Web Consortium(万维网联盟)。
W3C标准可以在
官网
查看,技术标准是有版本的,HTML版本号是5、CSS版本号是3、JavaScript的版本比较复杂,以后再说。
进阶学习:
MDN web docs
The desire of his soul is the prophecy of his fate
你灵魂的欲望,是你命运的先知。
查看全文
相关阅读:
303. Range Sum Query
【Leetcode】292. Nim Game
【c++】函数默认参数
[err]default argument given for parameter 3 of '***'
[err]multiple definition of `***'
【leetcode】290. Word Pattern
【leetcode】283. Move Zeroes
【leetcode】278. First Bad Version
【leetcode】268. Missing Number
【leetcode】263. Ugly Number
原文地址:https://www.cnblogs.com/RioTian/p/13624905.html
最新文章
mongodb 索引的基本命令
mongodb聚合的使用
mangodb的基本操作:增删改差
CXSprite.cpp文件
CXSprite.h文件
CSectsInfomation.cpp文件
CSectsInfomation.h文件
ENGINE_API CXNoTouch
ENGINE_API CXSroll
获取游戏设计的分辨率与真实设备的比例,并根据值来剪切显示区域
热门文章
win32环境下显示中文
cocos2d-x onMouseMove中CCTouch *pTouch参数的细节
锚点改变之后节点坐标相应的改变
【leetcode】350. Intersection of Two Arrays II
【leetcode】349. Intersection of Two Arrays
【c++基础】static修饰的函数作用与意义
【leetcode】345. Reverse Vowels of a String
【leetcode】344. Reverse String
[leetcode]342. Power of Four
[leetcode]326. Power of Three
Copyright © 2011-2022 走看看