html
html
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
<!DOCTYPE html>
<html>
<head>
<title>How to ask for help regarding programming?</title>
</head>
<body>
<h1>
How to ask for help regarding programming?
</h1>
<hr>
<h2>
Why this page?
</h2>
<p>
When browsing Q&A I often found posts like "HELP" or "I DON'T KNOW"
without much content. Usually they get a respond like "What's your problem"
or "Show your code". As I feel it is time consuming and not an effective
way to ask for help, I created this page to help you to
construct your question properly.
</p>
<h2>
Guidelines to post a question
</h2>
<p>
There are a few guidelines you can follow, and I try to keep it short
so you can move forward faster.
</p>
<h3>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
h1 {
text-align: center;
}
h3 {
margin-top: 2em;
margin-bottom: 0em;
}
body {
background-color: black;
color: aliceblue;
}
p {
text-align: justify;
}
footer {
font-size: small;
text-align: right;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run