Computer Science, asked by santoshithakur991, 6 hours ago

<html>

<head>

<title>

ROAD RULES </title>

</head>

<body>

<h1>ROAD SAFETY RULES <____> # line1

<p>

<font color=”red” size="5" ____="Times New Roman” # line 2

Road safety is important to all of us. It has become a necessary practice to safeguard our lives.

Road safety has gained more significance due to the increasing number of vehicles on roads. If we

follow the road safety rules properly, many accidents can be prevented.

</_____></p> # line 3

<ul type=”square”>

<li> Look on both the sides of the road while crossing.

<li> Walk on the left side of the road

<li> Cross the road at the Zebra crossing

<li>Always Overtake from the right side.

<____> # line 4

<img ______ = “traffic.gif”> # line5

</BODY></HTML>

41. Choose the correct option from the following to fill up in line 1:

a. \h1 b. \h6 c. /h6 d. /h1

42. Choose the correct option from the following to fill up in line 2:

a. font b. face c. type d. text

43. Choose the correct option from the following to fill up in line 3:

a. f b. </f> c. </font> d. <font>

44. Choose the correct option from the following to fill up in line 4:

a. ul b. <ul> c. </ul> d. <\ul>
45. Choose the correct option from the following to fill up in line 5:

a. Source b. link c. Template d. src


Answers

Answered by Anonymous
126

HTML program

41. Choose the correct option from the following to fill up in line 1:

  • The correct option is (d) /h1.

42. Choose the correct option from the following to fill up in line 2:

  • The correct option is (d) text.

43. Choose the correct option from the following to fill up in line 3:

  • The correct option is (c) </font>.

44. Choose the correct option from the following to fill up in line 4:

  • The correct option is (c) </ul>.

45. Choose the correct option from the following to fill up in line 5:

  • The correct option is (d) src.

Extra information

What is HTML?

HTML stands for HyperText Markup Language. It is used to create websites. It is a Markup Language and not a Programming language. HTML describes the structure of a website. HTML elements are also known as tags. HTML tells the browsers how to display the content.

Some important tags in HTML:

  • <!Doctype> tag defines the document type.
  • <html> tag defines the HTML document.
  • <head> tag defines the information for the document.
  • <title> tag defines the title of the document.
  • <body> tag is defines the body of the document.
  • <h1> to <h6> tag is used for HTML headings.
  • <p> tag us used for paragraph.
  • <br> tag is used for insert a line break.
  • <b> tag is used for bold text.
  • <u> tag is used for underline text.
  • <i> tag is used for Italic text.
  • <hr> tag is used for horizontal line.

#Learn more:

Bgcolor is Used to specify the path of the picture to be displayed in background in a webpage true/false

brainly.in/question/32579060

Answered by tname428
71

Answer:

Explanation:

Please check the attached file

Attachments:
Similar questions