From 77835841639ac5dfa31fc45395e3c3bf0caba0c1 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 10 Jun 2021 00:38:43 +0000 Subject: [CRON] sync translated content --- files/zh-tw/orphaned/web/reference/index.html | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/zh-tw/orphaned/web/reference/index.html (limited to 'files/zh-tw/orphaned/web/reference/index.html') diff --git a/files/zh-tw/orphaned/web/reference/index.html b/files/zh-tw/orphaned/web/reference/index.html new file mode 100644 index 0000000000..263cef7d49 --- /dev/null +++ b/files/zh-tw/orphaned/web/reference/index.html @@ -0,0 +1,30 @@ +--- +title: 網頁技術參考資料 +slug: orphaned/Web/Reference +tags: + - Landing + - NeedsTranslation + - Reference + - TopicStub + - Web +translation_of: Web/Reference +original_slug: Web/Reference +--- +

{{draft()}}
+ The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.

+ +

Web technologies

+ +

It is recommended that you already got started with the web, however it isn't absolutely necessary.

+ +
+
HTML — structuring the Web
+
The HyperText Markup Language is used to define and describe semantically the content (markup) of a Web page in a well-structured format.
+ HTML provides a means to create structured documents, made up of blocks called HTML elements that are delineated by tags, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.
+
+ Introduction to HTML | Learn HTML | HTML5 | Developer guide | Element reference | reference
+
CSS — styling the Web
+
The Cascading Style Sheets are used to describe the appearance of Web content.
+
+ Introduction to CSS  | Getting started with CSS | Learn CSS | CSS3 | Developer guide | Common CSS questions | reference
+
-- cgit v1.2.3-54-g00ecf