please see the screen shot of my book and tell the ans of this html question
Attachments:
Answers
Answered by
1
Answer:
1.<title> sacred heard convrnt school</title>
2<body bgcolor="#000000" text="#ffffff">body</body>
3.<body rgb(0, 255, 0) text="#ffffff">body</body>
4<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: white;
text-shadow: 2px 2px 4px #000000;
}
</style>
</head>
<body>
<h1>sacred heard convrnt school</h1>
</body>
</html>
5.<style>
h1 {text-align: center;}
p.ex1 {text-align: center;}
div {text-align: center;}
</style>
p.ex1 {
font-size: 500px;
6.p.rtl {
direction: rtl;
}
<p class="rtl">This text goes from right to left.</p>
7.error
8.<body bgcolor="#800000">content</body>
9.p {
border: 2px solid black;
outline: #4CAF50 solid 10px;
margin: auto;
padding: 20px;
text-align: center;
}
Explanation:
become my friend
Similar questions