<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
h1{background-color:pink;
font-style: italic;}
#A{color: brown; font-size: large;}
#B{color: green; font-size:large;}
#C{color: orangered;
font-size:large;}
#b{color: aquamarine;
font-size:larger;}
#X{ background-color: pink;}
img{border-style:double;
border-width: 10px;
border-radius: 50px;
}
</style>
</head>
<body>
<div>
<font size="30"><center> <h1>Mozilla is cool</h1></center></font>
<img src="mozilla.png" alt="">
<br>
<p>At Mosilla,we are a global community of </p>
<br>
<p id="A">1 technologists</p>
<p id="B">2 thinkers</p>
<p id="C">3 builders</p>
<br>
<p id="X">working together to keep the internet alive and accessible,
so people worldwide can be
<p id="X"> informed contributers and creators of the Web.We believen
this act of human collaboration</p>
<p id="X"> accros an open platformis essential to individual growth
and our collective future.</p>
<br>
<p id="X">Read the<b>Mozilla Manifesto</b> to learn ever more about
the values and principles that guide the pursuit of our mission</p>
</div>
</body>
</html>
No comments:
Post a Comment