From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/fi/web/reference/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/fi/web/reference/index.html (limited to 'files/fi/web/reference') diff --git a/files/fi/web/reference/index.html b/files/fi/web/reference/index.html new file mode 100644 index 0000000000..45b6594981 --- /dev/null +++ b/files/fi/web/reference/index.html @@ -0,0 +1,29 @@ +--- +title: Web-teknologian referenssi +slug: Web/Reference +tags: + - Landing + - Reference + - Web +translation_of: 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-teknologiat

+ +

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

+ +
+
HTML — Verkon jäsentäminen
+
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 — Verkon muotoilu
+
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
+
JavaScript — Dynaaminen asiakaspuolen skriptaus
+
The JavaScript programming language is used to add interactivity and other dynamic features to web sites.
+
Learn JavaScriptDeveloper guide | Reference
+
-- cgit v1.2.3-54-g00ecf