|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-html-mk/
课程评论:没有评论
Coursera 课程总结:HTML 入门 本课程专为初学者设计,旨在教授如何创建简单的网页。课程涵盖 HTML 和 CSS 的基础知识,并通过一系列视频讲解不同的主题。 **核心内容包括:** * **HTML 基础:** * 学习 HTML 的基本概念,了解其作为创建网页的标准标记语言的地位。 * 掌握 HTML 元素的作用,它们如何描述网页结构并指示浏览器如何显示内容(如标题、段落、链接等)。 * **基础 HTML 程序编写:** 从一个简单的 HTML 文件开始。 * **内容组织:** 学习使用标题标签(heading tag)及其对齐方式,以及如何使用换行符(line breaks)和段落标签(paragraph tag)来组织文本。 * **文本格式化:** 探索文本格式化标签(text formatting tag),用于加粗、倾斜文本,以及如何高亮显示文本(highlighting text)。 * **其他常用标签:** 学习如何插入和删除内容(inserting and deleting),以及使用特定的标签(tag)来完成各种网页元素。 * **CSS 基础:** * 学习 CSS(Cascading Style Sheets)的概念,了解它如何控制 HTML 元素的显示样式。 * **样式控制:** 学习如何改变背景颜色,包括直接使用颜色名称和使用颜色代码。 * **背景图片:** 掌握将图片设置为背景(add image as a background)的方法。 * **字体样式:** 学习如何改变字体样式(font style)、大小(size)和颜色(color)。 * **CSS 的优势:** 理解 CSS 能节省大量工作,并可以一次性控制多个网页的布局。 * **外部样式表:** 了解外部 CSS 文件(External stylesheets)的存储和使用。 * **网页浏览器:** * 了解网页浏览器(如 Chrome, Edge, Firefox, Safari)的作用,它们如何读取 HTML 文档并正确显示。 * 理解浏览器不直接显示 HTML 标签,而是利用它们来解析和呈现网页内容。 **课程目标:** 完成本课程后,学员将能够使用 HTML 创建一个基础的、简单的网页。
This course for beginners only.How to create a simple webpage?Learn html and css basic fundamentalsEach video contains different topics1.simple html program2.change background color3.change background color using color codes4.add image as a background5.heading tag6.heading tag with alignment7.line breaks and paragraph8.text formatting tag9.highlighting text10.inserting and deleting11.change the font style ,size and color12. tagThis course can be completed means you have to create a simple basic html webpageWhat is HTML?HTML stands for Hyper Text Markup LanguageHTML is the standard markup language for creating Web pagesHTML describes the structure of a Web pageHTML consists of a series of elementsHTML elements tell the browser how to display the contentHTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.Web BrowsersThe purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.A browser does not display the HTML tags, but uses them to determine how to display the document:What is CSS?CSS stands for Cascading Style SheetsCSS describes how HTML elements are to be displayed on screen, paper, or in other mediaCSS saves a lot of work. It can control the layout of multiple web pages all at onceExternal stylesheets are stored in CSS files