Skip to content

Commit 46f6408

Browse files
committed
baba
1 parent bd1adcc commit 46f6408

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

sanele/command_line_knowledge.html

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<meta charset="utf-8">
5+
<head>command_line_knowledge.html</head>
6+
7+
8+
<p>Command line are is language used as a background when you are making a web page. command line prompt is C:\> (as shown in the picture) and in Unix or Linux may be % or >. Unlike a GUI operating system, a command line only uses a keyboard to navigate by entering commands and does not utilize a mouse. Sometimes referred to as the command screen or a text interface
9+
<p><p1> Here is the example of the :</p1>
10+
11+
<img src="windows-dos-command-prompt.jpg" alt="command screen" style="width:304px;height:228px">
12+
<style>
13+
14+
ul#menu li {
15+
display:inline;
16+
}
17+
text{ color:blue;
18+
font-size:19px;
19+
font-family:"Dejavu Sans";
20+
padding:12px;
21+
opacity: .75;
22+
background-color:#64FE2E;
23+
24+
border<3xp solid green;
25+
transition-property:all;
26+
transition-duration:1s;
27+
transition-function
28+
29+
}
30+
div {
31+
-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
32+
animation-delay: 2s;
33+
}
34+
35+
36+
body {background-color:lightgrey}
37+
h1 {color:blue}
38+
p {color:green}
39+
40+
41+
<body>
42+
<head></head>
43+
</body>
44+
</html>

0 commit comments

Comments
 (0)