|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-html-css-javascript-bootstarp-5-basics/
课程评论:没有评论
**课程名称:** 学习 HTML & CSS 基础并从零开始构建网站 **课程概述:** 本课程将带领学员掌握 **HTML** 和 **CSS** 这两项构成现代网页核心的技术。 **HTML (超文本标记语言)** 是用于创建网页结构的标准化语言,它定义了网页的各种元素,为浏览器展示内容奠定基础。 **CSS (层叠样式表)** 则是负责网页表现和样式的样式表语言,它能够控制 HTML 元素的布局、颜色、字体等外观细节,是实现网站美观与响应式设计的关键。 课程还将简要回顾**互联网的历史**,从 1960 年代的起源到 1983 年 ARPANET 的正式诞生,以及早期计算机的应用。 此外,课程会深入介绍 **Bootstrap**,一个广受欢迎的前端开发框架。学员将了解如何安装 Bootstrap,以及它如何利用 Sass 提供模块化和可定制的架构。课程会强调 Bootstrap 5 中利用 CSS 变量进行轻松定制、实用类(utility classes)和组件定制的便利性,以及通过其 JavaScript 插件 API 实现动态交互元素(如下拉菜单、模态框)而无需依赖 jQuery。最后,还将探讨 Bootstrap 丰富的插件和主题如何助力项目更上一层楼。 **核心学习内容:** * HTML 基础知识与网页结构搭建 * CSS 基础知识与网页样式设计 * 互联网历史的简要回顾 * Bootstrap 框架的使用与优势 * 如何利用 Bootstrap 从零开始构建网站
In this course, students will learn, HTML & CSSThe HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.History of InternetThe Internet started in the 1960s as a way for government researchers to share information, and the formation of ARPANET eventually led to the birth of the Internet on January 1, 1983. The UNIVAC I was the first American commercial computer designed for business use and was first sold to government agencies, the A.C. Nielsen Company, and the Prudential Insurance Company.Bootstrap is a highly popular front-end development framework that can be installed through various methods such as package managers, source code downloads, or via a CDN. It includes Sass, which offers a modular and customizable architecture, and CSS variables make customization a breeze. Moreover, Bootstrap comes with built-in support for real-time CSS development via variables. In the latest version of Bootstrap, version 5, there is a utility API that makes it easy to customize components. There are also hundreds of classes available to use with CSS variable overrides. Additionally, Bootstrap 5 has a JavaScript plugin API that allows for easy addition of toggleable elements, modals, and menus without relying on jQuery. Bootstrap also has numerous plugins that can be incorporated into any project, and Bootstrap themes can take your project to the next level.