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>Page Title</title>
</head>
<body>
<h3>Welcome to SoloLearn forum!</h3>
<p><mark>Here are some tips to make sure your question qualifies:</mark><br>
#1 Post only programming-related QUESTIONS and ANSWERS;<br><br>
#2 SEARCH for similar QUESTIONS or ANSWERS before posting; <mark>Duplicate questions may be removed</mark> <br><br>
#3 Please ask clear questions and include your code
<a href="https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community"><div>Please use the 8 rules for getting help from the community</div></a><br>
#4 Include relevant TAGS;<br><br>
#5 Follow community RULES:<br> <div><a href="https://www.sololearn.com/Content-Creation-Guidelines/">Content Creation Guidelines</a></div>
<br><br>
DO NOT<br>
- Post spam/advertisement;<br><div>
<mark>Please do not create spam threads or add spammy comments to an existing thread. Both are seen as negative behavior. </mark>
Thanks and happy coding<br>
<a href="https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app">#Do Not Spam</a>
</div>
- Use inappropriate language.<br><br>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
body {
}
h3, div{ text-align:center;}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run