|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/web-development-for-beginners-html-css-javascript/
课程评论:没有评论
本课程“初学者网页开发:HTML、CSS、JavaScript”旨在为初学者提供构建网站所需的基础知识。 **HTML** 是构建网页结构和内容的标记语言,通过使用各种元素来组织文本、列表、图片、表格等。 **CSS** (层叠样式表) 是用于美化网页内容的样式表语言,可以控制文本颜色、内容布局、背景图、颜色等,实现个性化设计。 **JavaScript** 是一种功能强大的动态编程语言,为网站增加交互性。它可以实现游戏、按钮响应、动态样式、动画等丰富的功能。JavaScript 灵活且易于上手,通过浏览器 API、第三方 API 和框架库,可以极大地扩展网站的功能。 此外,课程也提及了 **PHP**(一种面向Web开发的通用脚本语言)和 **WordPress**(一个免费开源的网站创建平台)。
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.HTML is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.CSS (Cascading Style Sheets) is the code that styles web content. CSS basics walks through what you need to get started. We'll answer questions like: How do I make text red? How do I make content display at a certain location in the (webpage) layout? How do I decorate my webpage with background images and colors?Like HTML, CSS is not a programming language. It's not a markup language either. CSS is a style sheet language. CSS is what you use to selectively style HTML elements. For example, this CSS selects paragraph text, setting the color to red:JavaScript is a programming language that adds interactivity to your website. This happens in games, in the behavior of responses when buttons are pressed or with data entry on forms; with dynamic styling; with animation, etc.JavaScript ("JS" for short) is a full-fledged dynamic programming language that can add interactivity to a website. JavaScript is versatile and beginner-friendly. With more experience, you'll be able to create games, animated 2D and 3D graphics, comprehensive database-driven apps, and much more!JavaScript itself is relatively compact, yet very flexible. Developers have written a variety of tools on top of the core JavaScript language, unlocking a vast amount of functionality with minimum effort. These include:Browser Application Programming Interfaces (APIs) built into web browsers, providing functionality such as dynamically creating HTML and setting CSS styles; collecting and manipulating a video stream from a user's webcam, or generating 3D graphics and audio samples.Third-party APIs that allow developers to incorporate functionality in sites from other content providers, such as Twitter or Facebook.Third-party frameworks and libraries that you can apply to HTML to accelerate the work of building sites and applications.PHP is a general-purpose scripting language geared towards web development.WordPress is a free, open-source website creation platform