You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title>program6</title>
<style>
body{
background-color:cyan;
}
</style>
</head>
<div align="center">
<a href="iphone.html">Iphone11</a><br><br>
<a href="oneplus.html">Oneplus8pro</a><br><br>
<a href="samsung.html">SamsumgFold</a><br><br>
</div>
<body>

</body>
</html>
----------------------------------------------------------------
iphone.html
<!DOCTYPE html>
<html>
<head>
<title>program6</title>
<style>
body{
background-color:cyan;
}
</style>
</head>
<div align="center">
<a href="iphone.html">Iphone11</a><br><br>
<a href="oneplus.html">Oneplus8pro</a><br><br>
<a href="samsung.html">SamsumgFold</a><br><br>
</div>
<body>

</body>
</html>
-----------------------------------------------------------------------
oneplus.html
<!DOCTYPE html>
<html>
<head>
<title>OnePlus</title>
</head>
<body>
<img src="oneplus.jpg" style="width: 400;height: 300"><br><br>
<dt>
<dt>Features</dt>
<dd>Finger Print(Under display,optical)</dd>
<dt>Size</dt>
<dd>6.78 inches</dd>
<dd>Price</dd>
<dd>$800</dd>
</dt>
</body>
</html>
--------------------------------------------------------------------------
samsung.html
<!DOCTYPE html>
<html>
<head>
<title>SamSumg</title>
</head>
<body>
<img src="samsung.jpg" style="width: 400; height: 300"><br><br>
<dt>
<dt>Features</dt>
<dd>Bixy natural language commands and dictation samsung dex</dd>
<dt>Size</dt>
<dd>7.68 inches</dd>
<dd>Price</dd>
<dd>$1450</dd>
</body>
</html>

You might also like