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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What You Want To Learn</title>
</head>
<body>
<p><b><span style="color: #3d85c6;"> <span style="font-family: arial;">-------------------Web Developer-----------</span></span></b></p>
<p><span style="font-family: arial;"><br /></span></p>
<p></p>
<ul style="text-align: left;">
<li><span style="font-family: arial;">Html </span></li>
<li><span style="font-family: arial;">CSS</span></li>
<li><span style="font-family: arial;">JS</span></li>
<li><span style="font-family: arial;">Php</span></li>
<li><span style="font-family: arial;">Mysql</span></li>
<li><span style="font-family: arial;">Bootstrap</span></li>
<li><span style="font-family: arial;">Jquery</span></li>
<li><span style="font-family: arial;">Laravel</span></li>
<li><span style="font-family: arial;">React Js</span></li>
<li><span style="font-family: arial;">Vue</span></li>
<li><span style="font-family: arial;">Angular</span></li>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
background-color:#dbe9ff;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("Comment . : What you want to learn 🫡🔥🔥🔥🔥🔥");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run