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 become web developer/designer (tips)</title>
<meta charset="utf-8"></meta>
<meta author="Donthack"></meta>
<meta keywords="tips, help, web-programmer, web-designer, web, design, beginners, for-beginners, programming, programmer, SoloLearn, coding, code, know-how"></meta>
<meta description="here are tips for Beginners and i would show a way, how to become 'easier' a web developer / designer"></meta>
</head>
<body>
<h1>
[Tips]
<br />For Beginners - How to become web developer / designer
</h1>
<h4>Thoughts from <a href="https://www.sololearn.com/Profile/7790662/?ref=app" target="_self">Donthack</a></h4>
<h6>updated: 13th/March/2022</h6>
<p>
Hey! 😃
</p>
<p>
At the following, i'll talk about some idea, and tips about how to start the web developing.
</p>
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
25
/* reset the main values */
*. {
margin:0px;
padding:0px;
box-sizing:border-box;
}
body {
padding:10px;
margin:5%;
font-family:arial;
}
h1, h3 {
background-image:url("http://www.supercoloring.com/sites/default/files/styles/medium_no_levels/public/vif/2017/10/html5-css3-php-java-javascript-sgv-sound-0101-icons-vector-vector.png");
}
a {
text-decoration:none;
}
ul.hashtagged_u_list {
list-style-type:katakana;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
window.onload = alert("Welcome here! 😃 \n\n Thank you for checking this code! \n\n I wish you have great day and fun! 😃✌️");
alert ("Thank you for your interesting about this code! 😃 \n\n Also Thank you: \n - for put this code anno beside the Top 10 Daily Hot codes for 4 days, \n - and into the Top 40 at a week, \n - and for still it was beside the Trending codes, at near to the Top 100 codes, \n - and Thank you for the 346 (🤝) like! ^.^ ");
//Fairplay rules -added June of 2021
//alert("🌞 my ask to You: Fairplay! 🤞 \n\n ⛔ Please don't mention/invite here in your comments no one else to check this code.‼️ \n\n Thank you! ^^ 👍 👌\n\n ℹ️ #fairplay #notFoolSL #supportUnderdogCodes 🔰 🌞");;
//Created this code at 4th of Aug, 2018
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run