Computer Science, asked by kavithaganesh5678, 10 months ago

How to create a Bibliography with HTML?

Answers

Answered by resha31
0

hبجھچتہدسجمف گگھدھفیطدء

Answered by PrincessKriti
0

The bibliography is a section where a list of books referred is mentioned. With HTML, you can easily create a Bibliography. For that, we will be using a <ol> tag..

<html>

<head>

<title>Bibliography</title>

</head>

<body>

<h1>Bibliography</h1>

<ol>

<li>

<p>E.Balagurusamy, <cite>Programming with JAVA: A Primer</cite>, 3rd edition, (2007)</p>

</li>

<li>

<p>Reto Meier, <cite>Professional Android 4 Application Development</cite>, 3rd edition, (2012)</p>

</li>

</ol>

</body>

</html>

HOPE IT WILL HELP YOU. . . .

MARK AS BRAINLIEST ANSWER. . . .

Similar questions