HTML Programming Overview HTML编程概述

The Introduction to HTML unit has been broken down into smaller sections which introduce various tags based on a particular theme or idea. Tags are introduced in a particular order to help the learning master the art of HTML programming. Each example code builds on the previous so it is highly recommended that students progress through the HTML lessons in the order that they appear.

HTML简介单元分为几个小部分,介绍基于特定主题或想法的各种标签。标签的引入是为了帮助学习者掌握HTML编程的技术。每个示例代码都建立在前面的代码基础上,因此强烈建议学生按照HTML课程顺序依次进行学习。

Introduction to HTML Part 1 HTML简介第1部分:

The first section of the Introduction to HTML programming focuses on the most basic HTML tags that any programer will need to create a simple webpage that includes basic Rich Text Formatting (RTF). The HTML tags are introduced in the order that you will encounter them and use them when building your first webpage. These are the most commonly used HTML tags that you will encounter when reviewing the code of any HTML webpage on the web.

HTML编程简介的第一部分重点介绍任何编程人员创建包含基本RTF格式的简单网页所需的最基本HTML标签。本课程里的标签式按照其在网页出现和使用的顺序来排列的。这些是在查看web上HTML网页的代码时会遇到的最常用HTML标签。

Introduction to HTML Part 2 HTML简介第2部分:

The second part of the Introduction to HTML programming focuses on styles. By using styles a program can start to enrich the visual appeal of a website by starting to stylize the text relative to its surroundings. This could include adding boarders, backgrounds, and colors to the design of the website. Additional design considerations could include padding (the space between the text and an enclosing box) and the type of font that us used to display the text.

HTML编程简介的第二部分重点介绍样式。通过使用样式,程序可以通过相对于周围环境的文本样式化来丰富网站的视觉吸引力。这可能包括为网站的设计添加边框、背景和颜色。其他设计考虑因素可能包括填充(文本和封闭框之间的空间)和我们用来显示文本的字体类型。

Introduction to HTML Part 3 HTML简介第3部分

The third part of the Introduction to HTML programming focuses on the use of color in the development of standards compliant website. This includes the use of with “web safe colors”, or X11 colors. Final the use of standardized color names, Hexadecimal color codes, the use of RBG (Red, Green Blue) and RGBa (Red, Green, Blue, Alpha) will be explored.

HTML编程简介的第三部分重点介绍了颜色在符合标准的网站开发中的使用。这包括与“web安全颜色”或X11颜色一起使用。最后,将探讨标准化颜色名称、十六进制颜色代码的使用、RBG(红、绿、蓝)和RGBa(红、绿、蓝、阿尔法)的使用。