Computer Science, asked by sajjadyt581, 10 months ago

23. Expand the following:
(i) <HR>
(ii) <UL>
(iii)(oL)
(iv)(BR)​

Answers

Answered by poojanshah95
1

Answer:

i) horizontal ruler

ii) unordered list

iii) ordered list

iv) break

Answered by AkshatZayn
0

(i) Horizontal:

It adds a horizontal line in the web page document. The default color of the line is black and width is 100%.

\color{grey}\rm\fbox{ CODE:  HR }

(ii) Unordered List:

It adds an undefined list style or bullets in the document. It is generally used to arrange a group of undefined items.

Example:

LIST OF FRUITS

  • Mango
  • Apple
  • Guava

Types of Unordered list:

Square, disk, radio, circle, Arrow

\color{grey}\rm\fbox{ CODE:  UL }

(iii) Unordered List:

It adds a defined list style or numberings in the document. It is generally used to arrange a group of defined items in a systemic order.

Example:

CONTINENTS OF THE WORLD

  1. Asia
  2. Africa
  3. Europe
  4. North America
  5. South America
  6. Antarctica
  7. Oceania

Types of Ordered List:

  • (I), (II), (III)...
  • (i), (ii), (iii)...
  • (A), (B), (C)...
  • (a), (b), (c)..

\color{grey}\rm\fbox{ CODE:  OL }

(iv) Break:

It breaks the line and move the cursor to the next line. It works as 'enter key' in web document.

\color{grey}\rm\fbox{ CODE:  BR }

Similar questions