当前位置:网站首页>1.12 basis of Web Development
1.12 basis of Web Development
2022-07-26 05:48:00 【Dazzling clouds】
One 、Web Development Introduction
The webpage we see is implemented by code , These codes are interpreted by the browser and rendered into the colorful page effects you see . This browser is equivalent to Python Interpreter , Specifically responsible for the interpretation and implementation of ( Rendering ) Web page code .
The code for writing web pages is a special language , It is mainly divided into Hmtl \ CSS \ JavaScript, Known as the three swordsmen of Web Development , The effects are as follows :
Html
Hypertext markup language ( English :HyperText Markup Language, abbreviation :HTML) Is a standard markup language for creating web pages .
Mainly responsible for writing page architecture , It's kind of like building a house , A blank room made of .
CSS
CSS (Cascading Style Sheets) For rendering HTML The style of the element label .
Make your web page style colorful , You can change the font 、 Color 、 arrangement 、 Background color, etc
It is equivalent to decorating your blank room
JavaScript
Jay Chou = Zhou Jie
Web scripting language , It can make your web page move , For example, a picture will automatically grow larger when the mouse is placed on it 、 A button changes color automatically 、 When submitting the form, you will be prompted to report an error if you fill in fewer or wrong fields , All are JavaScript Realized .

above 3 individual Components It is a skill that must be mastered in website development , Let's experience it in turn ~ Well
Two 、HTML
2.1 HTML brief introduction
边栏推荐
猜你喜欢

Solution to slow download speed of vagrant

How to understand "array name is essentially an address" from the perspective of memory parsing?

Redis事务

Redis发布订阅

Mba-day29 arithmetic - preliminary understanding of absolute value

Redis主从复制

Benji Bananas 开启第二季边玩边赚奖励活动,支持使用多张 Benji 通行证!

MBA-day28 数的概念-练习题

ES Cluster in Red status: what about write & delete operations?

平衡二叉树(AVL) ~
随机推荐
漫谈软件缺陷管理的实践
SSH Remote Management
leetcode-aboutString
[STM32 series summary] blogger's way to quickly advance STM32 in actual combat (continuous update)
选电子工程被劝退,真的没前景了?
MongoDB 常用命令
Solve vagrant's error b:48:in `join ': incompatible character encodings: GBK and UTF-8 (encoding:: Compatib
日志收集分析平台搭建-1-环境准备
How to view the container name in pod
Three implementation methods of thread and the usage of handler
柠檬班自动化学习毕竟
金仓数据库 KingbaseES SQL 语言参考手册 (5. 操作符)
Yolov3 preparatory work
Unity Profiler
C language explanation series -- understanding of functions (3) formal parameters, arguments, nested calls and chain access
[cloud native] record of feign custom configuration of microservices
High frequency electronic circuit review examination questions and answers
520送什么?DIY一个高颜值RGB时钟,女生看了都想要
Hack the box - Web requests module detailed Chinese tutorial
顺序查找,折半查找,分块查找 ~