CBSE BOARD X, asked by sapnaasmit, 10 months ago

Type the following codes in a text editor, save them with extension .htm or .html, and open them in your browser window. See what happens [You might encounter some new tags also. Just study their functions by viewing them in your browser window] Start Notepad from Program Menu. In the opened file give coding for the following: 1. Give the Title „Pace Computer Education‟. (this should appear on the title bar) 2. Make the background colour as Grey and text colour as Red. 3. Give the heading My First Web Page as H1 tag, Face=Times New Roman, Color=Red, Align=Center. 4. Write the paragraph with tag, Align=Right, Font=Comic Sans MS, Color=Blue and Size=4. Today one of the major reasons businesses, homes and other users purchase computers is to gain Internet access. Many companies and organizations assume that the public is familiar tithe the internet. Web addresses appear on television, in radio broadcasts, in printed news-paper, magazines and on other forms of advertising. Software companies use their web sites as a place for you to download upgrades or enhancements to software products. To be successful today, you must have an understanding of the Internet. Without it, you are missing a tremendous resource of goods, services and information. 5. Create two copies of above paragraph and apply tag, tag, and tags in between. 6. “Exiting Features Offered By HTML”. Give it as heading H3, Align=Left, Color=Red, Font=Comic Sans MS. 7. Apply any font style, size=5 on the following points E-mail Information Discussion Groups Online-Shopping Entertainment Programme 8. Add a horizontal rule spread on the 50% of the browser window. 9. Combine different font effects : , , and 10. Select file menu and click of Save, type your file name with extension .HTML and click on save button to compete the procedure of saving. Now open browser and open this file in your browser to see the output.

Answers

Answered by lathaprabakaran5
8

<html>

<title>

Pace Computer Education

</title>

<body bgcolor="grey" text="red">

<h1 style="font-family:Times New Roman;text-color:red;text-align:center;">

My First Web Page

</h1>

<p style="text-align:right;font-family:Comic Sans MS;text-color:blue;font-size:4;">

Today one of the major reasons businesses, homes and other users purchase computers is to gain Internet access. Many companies and organisations assume that the public is familiar tithe the internet. Web addresses appear on television, in radio broadcasts, in printed news-paper, magazines and on other forms of advertising. Software companies use their web sites as a place for you to download upgrades or enhancements to software products. To be successful today, you must have an understanding of the Internet. Without it, you are missing a tremendous resource of goods, services and information.

</p>

<p style="text-align:right;font-family:Comic Sans MS;text-color:blue;font-size:4;">

Today one of the major reasons businesses, homes and other users purchase <b>computers</b> is to gain <b>Internet access</b>. Many companies and organisations assume that the public is familiar tithe the internet. <b>Web addresses</b> appear on <i>television, in radio broadcasts, in printed news-paper, magazines and on other forms of advertising.</i> Software companies use their web sites as a place for you to download upgrades or enhancements to software products. To be successful today, you must have an understanding of the Internet. Without it, you are missing a tremendous resource of goods, services and information.

</p>

<h3 style="text-align:left;text-color:red;font-family:Comic Sans MS;">

Exiting Features Offered By HTML

</h3>

<p style="font-family:Levinim MT;font-size:5;">

E-mail Information Discussion Groups Online-Shopping Entertainment Programme

</p>

<hr style="width:50%;">

</body>

</html>

Similar questions