Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh-cn: init the translation of mathml first steps #16670

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions files/zh-cn/learn/mathml/first_steps/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: MathML 入门概述
slug: Learn/MathML/First_steps
---

{{LearnSidebar}}

MathML 是用于在网页中编写数学公式的标记语言。本单元将为你提供一个轻松的开始,帮助你掌握 MathML 的基本原理、语法和如何在 HTML 中开始使用它。

> **标注:**
>
> #### 想成为前端开发人员吗?
>
> 我们提供了一门课程,包含了你实现此目标所需的所有基本信息。
>
> [**开始学习**](/zh-CN/docs/Learn/Front-end_web_developer)

## 前提

在开始本单元之前,你应具备以下知识:

1. 对使用计算机和被动使用网络(即查看内容)有基本熟悉。
2. 已完成基本的工作环境设置,详见[安装基本软件](/zh-CN/docs/Learn/Getting_started_with_the_web/Installing_basic_software),并了解如何创建和管理文件,详见[处理文件](/zh-CN/docs/Learn/Getting_started_with_the_web/Dealing_with_files)。
3. 熟悉 HTML 的基本知识,详见 [HTML 入门](/zh-CN/docs/Learn/HTML/Introduction_to_HTML)。

> **备注:** 如果你在计算机/平板电脑/其他设备上工作,但这些设备上你无法创建自己的文件,那么可以尝试在在线编程平台(如 [JSBin](https://jsbin.com/) 或 [Glitch](https://glitch.com/))中运行代码示例。

## 指南

本单元包含以下文章,将带你了解 MathML 的基本理论,并提供机会让你测试练习技能。

- [开始使用 MathML](/zh-CN/docs/Learn/MathML/First_steps/Getting_started)
- : 在本文中,我们将使用一个简单的 HTML 文档,看看如何在其中添加 MathML 公式,并逐步介绍一些元素。
- [文本容器](/zh-CN/docs/Learn/MathML/First_steps/Text_containers)
- : 现在你对 MathML 有了更好的了解,我们将介绍文本容器(变量、数字、运算符等),它们是 MathML 公式的构建模块。
- [分数和根号](/zh-CN/docs/Learn/MathML/First_steps/Fractions_and_roots)
- : 在文本容器的基础上,本文介绍了如何通过嵌套分数和根号来构建更复杂的 MathML 表达式。
- [脚本](/zh-CN/docs/Learn/MathML/First_steps/Scripts)
- : 我们继续回顾基本数学符号,并重点介绍如何使用脚本构建 MathML 元素。
- [表格](/zh-CN/docs/Learn/MathML/First_steps/Tables)
- : 在掌握所有基本数学符号后,我们需要考虑表格布局,它可用于矩阵式表达式和其他高级数学布局。

## 评估

以下评估将测试你对上述指南中介绍的 MathML 基础知识的理解程度。

- [三个著名数学公式](/zh-CN/docs/Learn/MathML/First_steps/Three_famous_mathematical_formulas)
- : 学完之前的几篇文章后,你已经能够编写相对复杂的 MathML 公式。本评估将给你一个机会展示这一能力。