Computer Science, asked by PrincessStargirl, 1 year ago

Write the programs of the following questions according to HTML.

1 ) Create a simple Web page on the topic 'Our National Bird' . Set an image of the bird as the background.(create the Web page with suitable properties).

2 ) Create a Web page on 'School sports activities'.Set the background color as pink.

Only answer if you know both.
Spam answers will be deleted directly.


abcd1221: but I wanna delete it permanently
abcd1221: how
abcd1221: that's why I said
PrincessStargirl: Come in inbox.
abcd1221: I msg u

Answers

Answered by choudhary21
31
 \huge{\bf{ \red {\fbox{\underline{ \color{blue}{HEY\: MATE}}}}}}

✔️✔️✔️<b>Answer✔️✔️✔️✔️

●▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬●

Question 1

You Need a backgroud image that You liked web Page.

• Part 1.

• Put the background image into the HTML Folder put ghe image do u like to use as the background into the HTML Folder.

• Create an HTML File.

• Part 2.

• Writing The HTML file.

✔️HTML CODE✔️

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

<style>

body {

background-image: url(" ");

}

</style>

</head>

<body>

</body>

</html>


• 2 Add the background image ⚠️URL⚠️.

• Save the HTML file.

• ✔️Open the HTML file in a web browser. Right-click the index.html file and then open it in the web browser of your choice.

•✔️Make edits to the HTML file. In the text editor window, move the cursor between the <body> </body> tags, and then type Hello world!. Reload the browser window to see the text on top of the background image.


✔️✔️Review the CSS code.✔️✔️

body {

background-image: url("background.png");

}

____________________________

Question 2

Changing the color on just one page is possible using a couple of CSS rules.

• Go to your one page

• Click the Settings button, then go to the Advanced tab.

Enter the following into the Page Header Code Injection field:

Use Code✔️✔️✔️


<style>

body {background-color: pink;}

#canvas {background-color: pink;}

</style>



●▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬●

&lt;b&gt;&lt;marquee&gt;

●▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬●

 \huge{\bf{ \blue {\fbox{\underline{ \color{orange}{HELP.....YOU}}}}}}

●▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬●

Hardishah100: Chaudhury how did u create text like this
choudhary21: Esa kro mera ques me jao or waha change krne ke liya screenshoot hoge
choudhary21: ques hoga how change front
Hardishah100: i didn't understand.. explain again
priyankacute: hii guys
priyankacute: gm
priyankacute: hii
Answered by MRsteveAustiN
29

</p><p></p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;National Bird&lt;/title&gt;</p><p>&lt;style&gt;</p><p>body{background:green;</p><p></p><p>}</p><p>img</p><p>{height:200px; width:200px; margin-top:40px;align-content: center;margin-left:60px;</p><p>}</p><p>h3</p><p>{margin-left:80px;</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;h3 style="color:red;font-family:Times New Roman;align-text:center;"&gt;Our National Bird&lt;/h3&gt;</p><p>&lt;br&gt;</p><p>&lt;br&gt;</p><p></p><p>&lt;img src="https://i.ibb.co/2n60RBr/peacock-on-lawn-jpg-860x0-q70-crop-scale.jpg"&gt;</p><p></p><p></p><p>&lt;p style="font-family: cursive; font-size:25px;color:blue;"&gt;</p><p>Peacock is our National Bird.</p><p>&lt;strong style="color:red;"&gt;The Indian peacock&lt;/strong&gt;, Pavo cristatus, the national bird of India, is a colourful, swan-sized bird, with a fan-shaped crest of feathers, a white patch under the eye and a long, slender neck. ... The elaborate courtship dance of the male, fanning out the tail and preening its feathers is a gorgeous sight.</p><p>&lt;/p&gt;</p><p>&lt;marquee style="color:aqua;"&gt;The  source code is given below&lt;/marquee&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

<html>

<head>

<title>

National Bird</title>

<style>

body{background:green;

}

img

{height:200px; width:200px; margin-top:40px;align-content: center;margin-left:60px;

}

h3

{margin-left:80px;

}

</style>

</head>

<body>

<h3 style="color:red;font-family:Times New Roman;align-text:center;">Our National Bird</h3>

<br>

<br>

<img src="https://i.ibb.co/2n60RBr/peacock-on-lawn-jpg-860x0-q70-crop-scale.jpg">

<p style="font-family: cursive; font-size:25px;color:blue;">

Peacock is our National Bird.

<strong style="color:red;">The Indian peacock</strong>, Pavo cristatus, the national bird of India, is a colourful, swan-sized bird, with a fan-shaped crest of feathers, a white patch under the eye and a long, slender neck. ... The elaborate courtship dance of the male, fanning out the tail and preening its feathers is a gorgeous sight.

</p>

</body>

</html>

Similar questions