Skip to content

Commit ba0e003

Browse files
authored
Merge branch 'mdn:main' into main
2 parents 79c68c7 + e992b5d commit ba0e003

File tree

45 files changed

+200
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+200
-120
lines changed

files/en-us/learn_web_development/howto/design_and_accessibility/common_web_layouts/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: What do common web layouts contain?
33
slug: Learn_web_development/Howto/Design_and_accessibility/Common_web_layouts
44
page-type: learn-faq
5+
sidebar: learn-how-to
56
---
67

7-
{{QuicklinksWithSubPages("/en-US/docs/Learn_web_development/Howto")}}
8-
98
When designing pages for your website, it's good to have an idea of the most common layouts.
109

1110
<table class="standard-table">

files/en-us/learn_web_development/howto/design_and_accessibility/design_for_all_types_of_users/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: How can we design for all types of users?
33
slug: Learn_web_development/Howto/Design_and_accessibility/Design_for_all_types_of_users
44
page-type: learn-faq
5+
sidebar: learn-how-to
56
---
67

7-
{{QuicklinksWithSubPages("/en-US/docs/Learn_web_development/Howto")}}
8-
98
This article provides basic tips to help you design websites for any kind of user.
109

1110
<table class="standard-table">

files/en-us/learn_web_development/howto/design_and_accessibility/html_features_for_accessibility/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: What HTML features promote accessibility?
33
slug: Learn_web_development/Howto/Design_and_accessibility/HTML_features_for_accessibility
44
page-type: learn-faq
5+
sidebar: learn-how-to
56
---
67

7-
{{QuicklinksWithSubPages("/en-US/docs/Learn_web_development/Howto")}}
8-
98
The following content describes specific features of HTML that should be used to make a web page more accessible to people with different disabilities.
109

1110
## Link text

files/en-us/learn_web_development/howto/design_and_accessibility/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Design and accessibility
33
slug: Learn_web_development/Howto/Design_and_accessibility
44
page-type: landing-page
5-
sidebar: learnsidebar
5+
sidebar: learn-how-to
66
---
77

88
This section lists questions related to aesthetics, page structure, accessibility techniques, etc.

files/en-us/learn_web_development/howto/design_and_accessibility/thinking_before_coding/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: How do I start to design my website?
33
slug: Learn_web_development/Howto/Design_and_accessibility/Thinking_before_coding
44
page-type: learn-faq
5+
sidebar: learn-how-to
56
---
67

7-
{{QuicklinksWithSubPages("/en-US/docs/Learn_web_development/Howto")}}
8-
98
This article covers the all-important first step of every project: define what you want to accomplish with it.
109

1110
<table>

files/en-us/learn_web_development/howto/design_and_accessibility/what_is_accessibility/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: What is accessibility?
33
slug: Learn_web_development/Howto/Design_and_accessibility/What_is_accessibility
44
page-type: learn-faq
5+
sidebar: learn-how-to
56
---
67

7-
{{QuicklinksWithSubPages("/en-US/docs/Learn_web_development/Howto")}}
8-
98
This article introduces the basic concepts behind web accessibility.
109

1110
<table class="standard-table">

files/en-us/learn_web_development/howto/index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
title: How to solve common problems
33
slug: Learn_web_development/Howto
44
page-type: landing-page
5-
sidebar: learnsidebar
5+
sidebar: learn-how-to
66
---
77

88
This section provides solutions to common front-end problems and answers to common questions.
99

10-
- [Solve common HTML problems](/en-US/docs/Learn_web_development/Howto/Solve_HTML_problems)
11-
- [Solve common CSS problems](/en-US/docs/Learn_web_development/Howto/Solve_CSS_problems)
12-
- [Solve common JavaScript problems](/en-US/docs/Learn_web_development/Howto/Solve_JavaScript_problems)
13-
- [Web mechanics](/en-US/docs/Learn_web_development/Howto/Web_mechanics)
14-
- [Tools and setup](/en-US/docs/Learn_web_development/Howto/Tools_and_setup)
15-
- [Design and accessibility](/en-US/docs/Learn_web_development/Howto/Design_and_accessibility)
10+
{{subpageswithsummaries}}
1611

1712
## See also
1813

files/en-us/learn_web_development/howto/solve_css_problems/add_a_shadow/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: How to add a shadow to an element
3+
short-title: Add a shadow to an element
34
slug: Learn_web_development/Howto/Solve_CSS_problems/Add_a_shadow
45
page-type: learn-faq
5-
sidebar: learnsidebar
6+
sidebar: learn-how-to
67
---
78

89
In this guide you can find out how to add a shadow to any box on your page.

files/en-us/learn_web_development/howto/solve_css_problems/add_a_text_shadow/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: How to add a shadow to text
3+
short-title: Add a shadow to text
34
slug: Learn_web_development/Howto/Solve_CSS_problems/Add_a_text_shadow
45
page-type: learn-faq
5-
sidebar: learnsidebar
6+
sidebar: learn-how-to
67
---
78

89
In this guide you can find out how to add a shadow to any text on your page.

files/en-us/learn_web_development/howto/solve_css_problems/center_an_item/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: How to center an item
3+
short-title: Center an item
34
slug: Learn_web_development/Howto/Solve_CSS_problems/Center_an_item
45
page-type: learn-faq
5-
sidebar: learnsidebar
6+
sidebar: learn-how-to
67
---
78

89
In this guide you can find out how to center an item inside another element, both horizontally and vertically.

0 commit comments

Comments
 (0)