|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/css-and-javascript-crash-course/
课程评论:没有评论
课程名称:CSS与JavaScript速成课程 课程概述: 本课程旨在为初学者提供CSS和JavaScript的基本知识和技能。课程分为两个部分:CSS速成和JavaScript编程。 第一部分:CSS速成 课程从基本的HTML声明、属性和样式值入手,教授如何将CSS样式表包含到HTML代码中。即使您使用云服务器进行托管,我们也会逐步引导您创建CSS文件并将其包含到HTML中。您将学习如何定位、布局元素以及使用预定义的CSS值来美化您的页面。该部分重点介绍最新的CSS 3和HTML 5标准,适合任何想了解网页设计的人,无论是否接触过CSS代码。 主要主题包括: - CSS简介 - CSS语法 - HTML 5中的CSS - CSS文本样式 第二部分:JavaScript编程 课程将带您从基础开始,教授JavaScript的基本功能,例如创建函数和变量,并在标准HTML页面中调用这些代码。课程涵盖事件和触发器、模式匹配、文本搜索、流程控制和文档对象模型(DOM)。您将逐步掌握更复杂的功能,例如数组和对象,并学习如何使用JavaScript脚本常见元素,如表单和表格。此外,我们还将讨论主要的库,如Ajax,使您能够在不重新加载网页的情况下异步调用服务器脚本。 学习目标包括: - 掌握编写JavaScript脚本的基本概念 - 学习核心JavaScript要素,如变量和对象 - 学习处理列表和序列数据 - 编写可重用的JavaScript函数 - 使用JavaScript进行读写文件 - 通过正确处理错误和异常来增强代码的稳健性 - 使用正则表达式搜索文本 该课程具有很强的实用性,非常适合想要掌握网页设计和开发基础知识的学生。没有任何预备知识要求,所有对编程感兴趣的人均可参加。
CSS And Javascript Crash Course1) Learn CSS Crash CourseThis course shows you how to create CSS classes from a beginner's level. It starts off with basic HTML declarations, properties, values, and how to include a CSS style sheet with your HTML code. For those of you who are new to CSS and HTML, we show you step-by-step how to create a CSS file and include it in your HTML code, even if you use a cloud server for your hosting.We show you how to position your elements, layout your elements relative to your documents, and style your HTML using predefined CSS values. We introduce you to the common CSS styling that you'll need when you start off designing your pages. If you want to get to know CSS and website design, this course is meant for you, and it can be used by anyone who hasn't even seen one line of CSS code yet. We focus on the latest CSS 3 and HTML 5 standards, so you get the latest when coding your website pages instead of focusing on older code.There are no prerequisites. Anyone Can join this course. It is recommended though that individual have some basic computer programming knowledge.Course TopicsIntroduction to CSSCSS SyntaxHTML 5 IN CSSCSS Styling TextLearn Javascript ProgrammingThe curriculum is going to be very hands-on as we walk you from start to finish to become a professional Javascript developer. We will start from the very beginning by teaching you Javascript basics and programming fundamentals, and then execute into real-life practice and be ready for the real world.While Javascript is complicated for beginners to learn, it is widely used in many web development areas.This course gets you started with an introduction to JavaScript. It assumes that you're new to the language, so it gets you started with basic functionality such as creating functions, creating variables, and calling these lines of code from your standard HTML pages. It talks about events and triggers for custom event handling. It talks about pattern matching, searching for text within a page, flow control, and the document object model (DOM). We start off with the basics and move on to more complex functionality such as arrays and objects. We then discuss how to script common elements with JavaScript such as forms and tables. At the very end, we discuss major libraries such as Ajax, which allows you to make asynchronous calls to server-side scripts without reloading the web page in the server.Master the fundamentals of writing Javascript scriptsLearn core Javascript scripting elements such as variables and ObjectsDiscover how to work with lists and sequence dataWrite Javascript functions to facilitate code reuseUse Javascript to read and write filesMake their code robust by handling errors and exceptions properlySearch text using regular expressionsThe topics covered in this course are practicals of:* Javascript Course Contents:Javascript ArrayJavascript VariablesJavascript FunctionsJavascript Objects