-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Expand file tree
/
Copy pathlearnsidebar.yaml
More file actions
492 lines (491 loc) · 26.3 KB
/
learnsidebar.yaml
File metadata and controls
492 lines (491 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# Do not add comments to this file. They will be lost.
sidebar:
- type: section
link: /Learn_web_development/Getting_started
title: Getting_started_modules
- link: /Learn_web_development/Getting_started/Environment_setup
title: Environment_setup
details: closed
children:
- /Learn_web_development/Getting_started/Environment_setup/Installing_software
- /Learn_web_development/Getting_started/Environment_setup/Browsing_the_web
- /Learn_web_development/Getting_started/Environment_setup/Code_editors
- /Learn_web_development/Getting_started/Environment_setup/Dealing_with_files
- /Learn_web_development/Getting_started/Environment_setup/Command_line
- link: /Learn_web_development/Getting_started/Your_first_website
title: Your_first_website
details: closed
children:
- /Learn_web_development/Getting_started/Your_first_website/What_will_your_website_look_like
- /Learn_web_development/Getting_started/Your_first_website/Creating_the_content
- /Learn_web_development/Getting_started/Your_first_website/Styling_the_content
- /Learn_web_development/Getting_started/Your_first_website/Adding_interactivity
- /Learn_web_development/Getting_started/Your_first_website/Publishing_your_website
- link: /Learn_web_development/Getting_started/Web_standards
title: Web_standards
details: closed
children:
- /Learn_web_development/Getting_started/Web_standards/How_the_web_works
- /Learn_web_development/Getting_started/Web_standards/The_web_standards_model
- /Learn_web_development/Getting_started/Web_standards/How_browsers_load_websites
- link: /Learn_web_development/Getting_started/Soft_skills
title: Soft_skills
details: closed
children:
- /Learn_web_development/Getting_started/Soft_skills/Research_and_learning
- /Learn_web_development/Getting_started/Soft_skills/Collaboration_and_teamwork
- /Learn_web_development/Getting_started/Soft_skills/Workflows_and_processes
- /Learn_web_development/Getting_started/Soft_skills/Finding_a_job
- type: section
link: /Learn_web_development/Core
title: Core_modules
- link: /Learn_web_development/Core/Structuring_content
title: Structuring_content_with_HTML
details: closed
children:
- /Learn_web_development/Core/Structuring_content/Basic_HTML_syntax
- /Learn_web_development/Core/Structuring_content/Webpage_metadata
- /Learn_web_development/Core/Structuring_content/Headings_and_paragraphs
- /Learn_web_development/Core/Structuring_content/Emphasis_and_importance
- /Learn_web_development/Core/Structuring_content/Lists
- /Learn_web_development/Core/Structuring_content/Test_your_skills/HTML_text_basics
- /Learn_web_development/Core/Structuring_content/Advanced_text_features
- /Learn_web_development/Core/Structuring_content/Test_your_skills/Advanced_HTML_text
- /Learn_web_development/Core/Structuring_content/Marking_up_a_letter
- /Learn_web_development/Core/Structuring_content/Structuring_documents
- /Learn_web_development/Core/Structuring_content/Creating_links
- /Learn_web_development/Core/Structuring_content/Test_your_skills/Links
- /Learn_web_development/Core/Structuring_content/Structuring_a_page_of_content
- /Learn_web_development/Core/Structuring_content/HTML_images
- /Learn_web_development/Core/Structuring_content/Test_your_skills/Images
- /Learn_web_development/Core/Structuring_content/HTML_video_and_audio
- /Learn_web_development/Core/Structuring_content/Test_your_skills/Audio_and_video
- /Learn_web_development/Core/Structuring_content/Splash_page
- /Learn_web_development/Core/Structuring_content/HTML_table_basics
- /Learn_web_development/Core/Structuring_content/Table_accessibility
- /Learn_web_development/Core/Structuring_content/Planet_data_table
- /Learn_web_development/Core/Structuring_content/HTML_forms
- /Learn_web_development/Core/Structuring_content/Test_your_skills/Forms_and_buttons
- /Learn_web_development/Core/Structuring_content/Forms_challenge
- /Learn_web_development/Core/Structuring_content/Debugging_HTML
- /Learn_web_development/Core/Structuring_content/Test_your_skills
- link: /Learn_web_development/Core/Styling_basics
title: CSS_styling_basics
details: closed
children:
- /Learn_web_development/Core/Styling_basics/What_is_CSS
- /Learn_web_development/Core/Styling_basics/Getting_started
- /Learn_web_development/Core/Styling_basics/Styling_a_bio_page
- /Learn_web_development/Core/Styling_basics/Basic_selectors
- /Learn_web_development/Core/Styling_basics/Attribute_selectors
- /Learn_web_development/Core/Styling_basics/Pseudo_classes_and_elements
- /Learn_web_development/Core/Styling_basics/Combinators
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Selectors
- /Learn_web_development/Core/Styling_basics/Box_model
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Box_model
- /Learn_web_development/Core/Styling_basics/Handling_conflicts
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Cascade
- /Learn_web_development/Core/Styling_basics/Fixing_blog_styles
- /Learn_web_development/Core/Styling_basics/Values_and_units
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Values
- /Learn_web_development/Core/Styling_basics/Sizing
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Sizing
- /Learn_web_development/Core/Styling_basics/Backgrounds_and_borders
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Backgrounds_and_borders
- /Learn_web_development/Core/Styling_basics/Size_decorate_content_panel
- /Learn_web_development/Core/Styling_basics/Overflow
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Overflow
- /Learn_web_development/Core/Styling_basics/Images_media_forms
- /Learn_web_development/Core/Styling_basics/Test_your_skills/Images
- /Learn_web_development/Core/Styling_basics/Tables
- /Learn_web_development/Core/Styling_basics/Debugging_CSS
- /Learn_web_development/Core/Styling_basics/Test_your_skills
- link: /Learn_web_development/Core/Text_styling
title: CSS_text_styling
details: closed
children:
- /Learn_web_development/Core/Text_styling/Fundamentals
- /Learn_web_development/Core/Text_styling/Styling_lists
- /Learn_web_development/Core/Text_styling/Styling_links
- /Learn_web_development/Core/Text_styling/Web_fonts
- /Learn_web_development/Core/Text_styling/Typesetting_a_homepage
- link: /Learn_web_development/Core/CSS_layout
title: CSS_layout
details: closed
children:
- /Learn_web_development/Core/CSS_layout/Introduction
- /Learn_web_development/Core/CSS_layout/Floats
- /Learn_web_development/Core/CSS_layout/Test_your_skills/Floats
- /Learn_web_development/Core/CSS_layout/Positioning
- /Learn_web_development/Core/CSS_layout/Test_your_skills/Position
- /Learn_web_development/Core/CSS_layout/Flexbox
- /Learn_web_development/Core/CSS_layout/Test_your_skills/Flexbox
- /Learn_web_development/Core/CSS_layout/Grids
- /Learn_web_development/Core/CSS_layout/Test_your_skills/Grid
- /Learn_web_development/Core/CSS_layout/Responsive_Design
- /Learn_web_development/Core/CSS_layout/Media_queries
- /Learn_web_development/Core/CSS_layout/Test_your_skills/Responsive_design
- /Learn_web_development/Core/CSS_layout/Fundamental_Layout_Comprehension
- /Learn_web_development/Core/CSS_layout/Test_your_skills
- link: /Learn_web_development/Core/Scripting
title: Dynamic_scripting_with_JavaScript
details: closed
children:
- /Learn_web_development/Core/Scripting/What_is_JavaScript
- /Learn_web_development/Core/Scripting/A_first_splash
- /Learn_web_development/Core/Scripting/What_went_wrong
- /Learn_web_development/Core/Scripting/Variables
- /Learn_web_development/Core/Scripting/Test_your_skills/Variables
- /Learn_web_development/Core/Scripting/Math
- /Learn_web_development/Core/Scripting/Test_your_skills/Math
- /Learn_web_development/Core/Scripting/Strings
- /Learn_web_development/Core/Scripting/Useful_string_methods
- /Learn_web_development/Core/Scripting/Test_your_skills/Strings
- /Learn_web_development/Core/Scripting/Arrays
- /Learn_web_development/Core/Scripting/Test_your_skills/Arrays
- /Learn_web_development/Core/Scripting/Silly_story_generator
- /Learn_web_development/Core/Scripting/Conditionals
- /Learn_web_development/Core/Scripting/Test_your_skills/Conditionals
- /Learn_web_development/Core/Scripting/Loops
- /Learn_web_development/Core/Scripting/Test_your_skills/Loops
- /Learn_web_development/Core/Scripting/Functions
- /Learn_web_development/Core/Scripting/Build_your_own_function
- /Learn_web_development/Core/Scripting/Return_values
- /Learn_web_development/Core/Scripting/Test_your_skills/Functions
- /Learn_web_development/Core/Scripting/Events
- /Learn_web_development/Core/Scripting/Event_bubbling
- /Learn_web_development/Core/Scripting/Test_your_skills/Events
- /Learn_web_development/Core/Scripting/Image_gallery
- /Learn_web_development/Core/Scripting/Object_basics
- /Learn_web_development/Core/Scripting/Test_your_skills/Object_basics
- /Learn_web_development/Core/Scripting/DOM_scripting
- /Learn_web_development/Core/Scripting/Network_requests
- /Learn_web_development/Core/Scripting/JSON
- /Learn_web_development/Core/Scripting/Test_your_skills/JSON
- /Learn_web_development/Core/Scripting/House_data_UI
- /Learn_web_development/Core/Scripting/Debugging_JavaScript
- /Learn_web_development/Core/Scripting/Test_your_skills
- link: /Learn_web_development/Core/Frameworks_libraries
title: JavaScript_frameworks_and_libraries
details: closed
children:
- /Learn_web_development/Core/Frameworks_libraries/Introduction
- /Learn_web_development/Core/Frameworks_libraries/Main_features
- /Learn_web_development/Core/Frameworks_libraries/React_getting_started
- /Learn_web_development/Core/Frameworks_libraries/React_todo_list_beginning
- /Learn_web_development/Core/Frameworks_libraries/React_components
- /Learn_web_development/Core/Frameworks_libraries/React_interactivity_events_state
- /Learn_web_development/Core/Frameworks_libraries/React_interactivity_filtering_conditional_rendering
- /Learn_web_development/Core/Frameworks_libraries/React_accessibility
- /Learn_web_development/Core/Frameworks_libraries/React_resources
- link: /Learn_web_development/Core/Accessibility
title: Accessibility
details: closed
children:
- /Learn_web_development/Core/Accessibility/What_is_accessibility
- /Learn_web_development/Core/Accessibility/Tooling
- /Learn_web_development/Core/Accessibility/HTML
- /Learn_web_development/Core/Accessibility/Test_your_skills/HTML
- /Learn_web_development/Core/Accessibility/CSS_and_JavaScript
- /Learn_web_development/Core/Accessibility/Test_your_skills/CSS_and_JavaScript
- /Learn_web_development/Core/Accessibility/WAI-ARIA_basics
- /Learn_web_development/Core/Accessibility/Test_your_skills/WAI-ARIA
- /Learn_web_development/Core/Accessibility/Multimedia
- /Learn_web_development/Core/Accessibility/Mobile
- /Learn_web_development/Core/Accessibility/Accessibility_troubleshooting
- /Learn_web_development/Core/Accessibility/Test_your_skills
- link: /Learn_web_development/Core/Design_for_developers
title: Design_for_developers
- link: /Learn_web_development/Core/Version_control
title: Version_control
- type: section
link: /Learn_web_development/Extensions
title: Extension_modules
- link: /Learn_web_development/Extensions/Advanced_JavaScript_objects
title: Advanced JavaScript objects
details: closed
children:
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Object_prototypes
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Object-oriented_programming
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Classes_in_JavaScript
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Test_your_skills/Object-oriented_JavaScript
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Object_building_practice
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Adding_bouncing_balls_features
- /Learn_web_development/Extensions/Advanced_JavaScript_objects/Test_your_skills
- link: /Learn_web_development/Extensions/Client-side_APIs
title: Client-side_web_APIs
details: closed
children:
- /Learn_web_development/Extensions/Client-side_APIs/Introduction
- /Learn_web_development/Extensions/Client-side_APIs/Video_and_audio_APIs
- /Learn_web_development/Extensions/Client-side_APIs/Drawing_graphics
- /Learn_web_development/Extensions/Client-side_APIs/Client-side_storage
- /Learn_web_development/Extensions/Client-side_APIs/Third_party_APIs
- link: /Learn_web_development/Extensions/Async_JS
title: Asynchronous_JavaScript
details: closed
children:
- /Learn_web_development/Extensions/Async_JS/Introducing
- /Learn_web_development/Extensions/Async_JS/Promises
- /Learn_web_development/Extensions/Async_JS/Implementing_a_promise-based_API
- /Learn_web_development/Extensions/Async_JS/Introducing_workers
- /Learn_web_development/Extensions/Async_JS/Sequencing_animations
- link: /Learn_web_development/Extensions/Forms
title: Web_forms
details: closed
children:
- /Learn_web_development/Extensions/Forms/Your_first_form
- /Learn_web_development/Extensions/Forms/How_to_structure_a_web_form
- /Learn_web_development/Extensions/Forms/Basic_native_form_controls
- /Learn_web_development/Extensions/Forms/HTML5_input_types
- /Learn_web_development/Extensions/Forms/Other_form_controls
- /Learn_web_development/Extensions/Forms/Styling_web_forms
- /Learn_web_development/Extensions/Forms/Advanced_form_styling
- /Learn_web_development/Extensions/Forms/Customizable_select
- /Learn_web_development/Extensions/Forms/UI_pseudo-classes
- /Learn_web_development/Extensions/Forms/Form_validation
- /Learn_web_development/Extensions/Forms/Sending_and_retrieving_form_data
- link: /Learn_web_development/Extensions/Client-side_tools
title: Understanding_client-side_tools
details: closed
children:
- /Learn_web_development/Extensions/Client-side_tools/Overview
- /Learn_web_development/Extensions/Client-side_tools/Package_management
- /Learn_web_development/Extensions/Client-side_tools/Introducing_complete_toolchain
- /Learn_web_development/Extensions/Client-side_tools/Deployment
- link: /Learn_web_development/Extensions/Server-side
details: closed
children:
- link: /Learn_web_development/Extensions/Server-side/First_steps
details: closed
children:
- /Learn_web_development/Extensions/Server-side/First_steps/Introduction
- /Learn_web_development/Extensions/Server-side/First_steps/Client-Server_overview
- /Learn_web_development/Extensions/Server-side/First_steps/Web_frameworks
- /Learn_web_development/Extensions/Server-side/First_steps/Website_security
- link: /Learn_web_development/Extensions/Server-side/Django
title: Django_web_framework_(Python)
details: closed
children:
- /Learn_web_development/Extensions/Server-side/Django/Introduction
- /Learn_web_development/Extensions/Server-side/Django/development_environment
- /Learn_web_development/Extensions/Server-side/Django/Tutorial_local_library_website
- /Learn_web_development/Extensions/Server-side/Django/skeleton_website
- /Learn_web_development/Extensions/Server-side/Django/Models
- /Learn_web_development/Extensions/Server-side/Django/Admin_site
- /Learn_web_development/Extensions/Server-side/Django/Home_page
- /Learn_web_development/Extensions/Server-side/Django/Generic_views
- /Learn_web_development/Extensions/Server-side/Django/Sessions
- /Learn_web_development/Extensions/Server-side/Django/Authentication
- /Learn_web_development/Extensions/Server-side/Django/Forms
- /Learn_web_development/Extensions/Server-side/Django/Testing
- /Learn_web_development/Extensions/Server-side/Django/Deployment
- /Learn_web_development/Extensions/Server-side/Django/web_application_security
- /Learn_web_development/Extensions/Server-side/Django/django_assessment_blog
- link: /Learn_web_development/Extensions/Server-side/Express_Nodejs
title: Express_web_framework_(Node.js)
details: closed
children:
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/Introduction
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/development_environment
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/Tutorial_local_library_website
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/skeleton_website
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/mongoose
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/routes
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/Displaying_data
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/forms
- /Learn_web_development/Extensions/Server-side/Express_Nodejs/deployment
- link: /Learn_web_development/Extensions/Performance
title: Web_performance
details: closed
children:
- /Learn_web_development/Extensions/Performance/why_web_performance
- /Learn_web_development/Extensions/Performance/What_is_web_performance
- /Learn_web_development/Extensions/Performance/Perceived_performance
- /Learn_web_development/Extensions/Performance/Measuring_performance
- /Learn_web_development/Extensions/Performance/Multimedia
- /Learn_web_development/Extensions/Performance/video
- /Learn_web_development/Extensions/Performance/JavaScript
- /Learn_web_development/Extensions/Performance/HTML
- /Learn_web_development/Extensions/Performance/CSS
- /Learn_web_development/Extensions/Performance/business_case_for_performance
- link: /Learn_web_development/Extensions/Testing
title: Testing
details: closed
children:
- /Learn_web_development/Extensions/Testing/Introduction
- /Learn_web_development/Extensions/Testing/Testing_strategies
- /Learn_web_development/Extensions/Testing/HTML_and_CSS
- /Learn_web_development/Extensions/Testing/Feature_detection
- /Learn_web_development/Extensions/Testing/Automated_testing
- /Learn_web_development/Extensions/Testing/Your_own_automation_environment
- type: section
title: Further_resources
- type: listSubPages
path: /Learn_web_development/Howto
link: /Learn_web_development/Howto
title: How_to_solve_common_problems
details: closed
- link: /Learn_web_development/About
title: About
- link: /Learn_web_development/Educators
title: Resources_for_educators
- link: /Learn_web_development/Changelog
title: Changelog
l10n:
de:
CSS_layout: CSS-Layout
Asynchronous_JavaScript: Asynchrones JavaScript
Client-side_web_APIs: Client-seitige Web-APIs
Web_forms: Webformulare — Arbeiten mit Benutzerdaten
Django_web_framework_(Python): Django Web-Framework (Python)
Further_resources: Weitere Ressourcen
Getting_started_modules: Einstiegsmodule
Environment_setup: Umgebung einrichten
Your_first_website: Ihre erste Website
Web_standards: Webstandards
Soft_skills: Soziale Kompetenzen
Core_modules: Kernmodule
Structuring_content_with_HTML: Inhalte mit HTML strukturieren
CSS_styling_basics: Grundlagen des CSS-Stylings
CSS_text_styling: CSS-Textgestaltung
Dynamic_scripting_with_JavaScript: Dynamisches Scripting mit JavaScript
JavaScript_frameworks_and_libraries: JavaScript-Frameworks und -Bibliotheken
Accessibility: Barrierefreiheit
Design_for_developers: Design für Entwickler:innen
Version_control: Versionskontrolle
Extension_modules: Erweiterungsmodule
Understanding_client-side_tools: Verständnis für clientseitige Tools
Express_web_framework_(Node.js): Express Web-Framework (Node.js)
Web_performance: Web-Performance
Testing: Tests
How_to_solve_common_problems: Häufige Probleme lösen
About: Über
Resources_for_educators: Ressourcen für Lehrkräfte
Changelog: Änderungsprotokoll
en-US:
Getting_started_modules: Getting started modules
Environment_setup: Environment setup
Your_first_website: Your first website
Web_standards: Web standards
Soft_skills: Soft skills
Core_modules: Core modules
Structuring_content_with_HTML: Structuring content with HTML
CSS_styling_basics: CSS styling basics
CSS_text_styling: CSS text styling
CSS_layout: CSS layout
Dynamic_scripting_with_JavaScript: Dynamic scripting with JavaScript
JavaScript_frameworks_and_libraries: JavaScript frameworks and libraries
Accessibility: Accessibility
Design_for_developers: Design for developers
Version_control: Version control
Extension_modules: Extension modules
Client-side_web_APIs: Client-side web APIs
Asynchronous_JavaScript: Asynchronous JavaScript
Web_forms: Web forms
Understanding_client-side_tools: Understanding client-side tools
Django_web_framework_(Python): Django (Python)
Express_web_framework_(Node.js): Express (Node.js)
Web_performance: Web performance
Testing: Testing
Further_resources: Further resources
How_to_solve_common_problems: How to solve common problems
About: About
Resources_for_educators: Resources for educators
Changelog: Changelog
pt-BR:
CSS_layout: Esquemas CSS
Asynchronous_JavaScript: Asynchronous JavaScript
Client-side_web_APIs: APIs Web na aplicação Cliente
Web_forms: Web forms — Working with user data
Django_web_framework_(Python): Framework Web Django (Python)
Further_resources: Mais recursos
ru:
CSS_layout: CSS макет
Asynchronous_JavaScript: Асинхронный JavaScript
Client-side_web_APIs: Клиентский веб API
Web_forms: HTML-формы — работа с пользовательскими данными
Django_web_framework_(Python): Веб-фреймворк Django (Python)
Further_resources: Дальнейшее чтение
zh-CN:
Getting_started_modules: 入门模块
Environment_setup: 配置环境
Your_first_website: 你的第一个网站
Web_standards: Web 标准
Soft_skills: 软性技能
Core_modules: 核心模块
Structuring_content_with_HTML: 使用 HTML 构建内容
CSS_styling_basics: CSS 样式基础
CSS_text_styling: CSS 文本样式
CSS_layout: CSS 排版
Dynamic_scripting_with_JavaScript: 使用 JavaScript 添加脚本交互
JavaScript_frameworks_and_libraries: JavaScript 框架和库
Accessibility: 无障碍
Design_for_developers: 给开发者的设计课
Version_control: 版本控制
Extension_modules: 扩展模块
Client-side_web_APIs: 客户端 Web API
Asynchronous_JavaScript: 异步 JavaScript
Web_forms: Web 表单
Understanding_client-side_tools: 理解客户端工具
Django_web_framework_(Python): Django web 框架(Python)
Express_web_framework_(Node.js): Express web 框架(Node.js)
Web_performance: Web 性能
Testing: 测试
Further_resources: 更多资源
How_to_solve_common_problems: 如何解决常见问题
About: 关于
Resources_for_educators: 面向教育工作者的资源
Changelog: 更新日志
zh-TW:
CSS_layout: CSS 版面配置
Asynchronous_JavaScript: 非同步的 JavaScript
Client-side_web_APIs: 客戶端 web APIs
Web_forms: 網頁表單-與使用者資料合作
Django_web_framework_(Python): Django 網站框架 (Python)
Further_resources: 更多資源
fr:
CSS_layout: Disposition en CSS
Asynchronous_JavaScript: JavaScript asynchrone
Client-side_web_APIs: Les API web côté client
Web_forms: Formulaires web — Travailler avec les données des utilisateur·rice·s
Django_web_framework_(Python): Django (Python)
Further_resources: Ressources complémentaires
ja:
Getting_started_modules: 入門モジュール
Environment_setup: 環境設定
Your_first_website: 初めてのウェブサイト
Web_standards: ウェブ標準
Soft_skills: ソフトスキル
Core_modules: コア学習モジュール
Structuring_content_with_HTML: HTML によるコンテンツの構造化
CSS_styling_basics: CSS によるスタイル設定の基本
CSS_text_styling: CSS テキスト装飾
CSS_layout: CSS レイアウト
Dynamic_scripting_with_JavaScript: JavaScript による動的スクリプティング
JavaScript_frameworks_and_libraries: JavaScript フレームワークとライブラリー
Accessibility: アクセシビリティ
Design_for_developers: 開発者のためのデザイン
Version_control: バージョン管理
Extension_modules: 発展モジュール
Advanced JavaScript objects: 高度な JavaScript オブジェクト
Client-side_web_APIs: クライアントサイド Web API
Asynchronous_JavaScript: 非同期 JavaScript
Web_forms: ウェブフォーム
Understanding_client-side_tools: クライアントサイドウェブ開発ツール
Django_web_framework_(Python): Django (Python)
Express_web_framework_(Node.js): Express (Node.js)
Web_performance: ウェブのパフォーマンス
Testing: テスト
Further_resources: その他のリソース
How_to_solve_common_problems: よくある質問
About: 概要
Resources_for_educators: 教育者向けリソース
Changelog: 変更履歴
ko:
CSS_layout: CSS 레이아웃
Asynchronous_JavaScript: JavaScript의 비동기성
Client-side_web_APIs: 클라이언트 사이드 웹 API
Web_forms: 웹 Form — 사용자 데이터 사용하기
Django_web_framework_(Python): Django 웹 프레임워크 (Python)
Further_resources: 추가 자료