How to create a Bibliography with HTML?
Answers
Answered by
0
hبجھچتہدسجمف گگھدھفیطدء
Answered by
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
English,
6 months ago
Physics,
6 months ago
Math,
6 months ago
Accountancy,
1 year ago
Social Sciences,
1 year ago