web page out put screen of given below source code, This is output screen. |
<!DOCTYPE html>
<html>
<head>
<title> second web page</title>
<style>
div.para{
background-color: rgb(49, 209, 62);
color: rgb(4, 25, 31);
height: 17cm;
width: 15cm;
margin-left:320px;
margin-top: 0px;
margin-right:2px;
font-size: 20px;
padding: 5%;
border: rgb(7, 101, 129) solid;
border-radius: 20px;
opacity: 0.8;
}
</style>
<style>
// comment
body{
margin: 0;
padding: 0;
}
</body>
</style>
<style>
.nav ul{
list-style: none;
background: rgb(3, 131, 46);
text-align: center;
padding: 0;
margin: 0;
transition-property: all;
opacity: 0.9;
}
.nav li{
display:inline-block;
}
.nav a{
text-decoration: none;
font-family:Helvetica, sans-serif;
color: rgb(0, 14, 0);
width: 100px;
padding: 25px;
display: block;
font-size: 25px;
}
.nav a:hover{
background: rgb(187, 185, 68);
transition: 0.5s;
}
</style>
<style>
.h1{}
.block ul{
height: 18cm;
width: 4.7cm;
border: 10px;
border-radius: 25px;
border-style: double;
border-color: rgb(226, 114, 9);
text-align: center;
margin:10px;
padding-right: 10px;
padding-top: 40px;
margin-top: 88px;
background-color: rgb(17, 206, 196);
float: left;
opacity: 0.6;
}
.block li{
list-style: none;
font-size: 30px;
text-align: left;
padding: 15px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.block a{
display: block;
color: rgb(2, 0, 0) ;
block-size: auto;
border: 30px;
border-color: deepskyblue;
border-radius: 15px;
}
.block a:hover{
background-color: rgb(226, 175, 109);
transition: 1s;
}
</style>
</head>
<body background="hd1.jpg">
<h1 style=" padding-right: 100px; color: rgb(248, 8, 236); font-size: 50px;">
w3school.com<
/h1>
<div class="nav">
<ul>
<li><a href="html">HTML</a></li>
<li><a href="css">CSS</a></li>
<li><a href="java">JAVA</a></li>
<li><a href="swift">SWIFT</a></li>
<li><a href="python">PYTHON</a></li>
<li><a href="ruby">RUBY</a></li>
</ul>
</div>
<div class="block">
<ul>
<li><a href="html">LEARN HTML</a></li>
<li><a href="css">LEARN CSS</a></li>
<li><a href="java">LEARN JAVA</a></li>
<li><a href="swift">LEARN SWIFT</a></li>
<li><a href="python">LEARN PYTHON</a></li>
<li><a href="ruby">LEARN RUBY</a></li>
</ul>
</div>
<h2 style="text-align: right; font-size: 30px; float: inline-start;" >
world largest devloper site</h2>
<div class="para">
<p>
This year, only three languages dipped below 2019 levels, which are C++,
Perl and PHP. The strength of the other languages indicate the programming industry
and demand for developers are holding strong."
Some of the older languages such as SQL, Java and C++ are still on
the list because a lot of older applications are built by those languages
and legacy systems are hard to change to a different language.
But Wang's recommendation? "I think the language right now that's really
important to learn is Python."
Here are the top 10 programming languages that employers are seeking in
job postings in 2021, according to Coding Dojo:
<ul>
<li>Python (70,497 worldwide job postings)</li>
<li>SQL (69,033)</li>
<li>Java (59,369)</li>
<li>R (55,978)</li>
<li>Visual Basic (54,253)</li>
<li>JavaScript (49,724)</li>
<li>C++ (35,034)</li>
<li>C# (27,525)</li>
<li>C (25,082)</li>
<li>Ruby (13,279)</li>
</ul>
</div>
</p>
</body>
</html>
No comments:
Post a Comment