Write an Html code to to make a list of fibonicci series upto 10 terms
Answers
Answered by
8
<HTML>
<Head>
<Title>
Fibonicci series
</Title>
<Body bgcolor="White" textcolor="Black">
<p> Fibonicci series is a sequence of number which starts from 0 and 1 and the next number is the sum of the previous two numbers. Such let's assume the three numbers are_ n1,n2,n3, where n3=n1+n2.</p>
The numbers are:<br>
1,2,3,5,8,13,21,34,55 and 89.<br>
</Body>
</Head>
</HTML>
Answered by
0
Answer:
html
head
title
.............
title
.
.
.
.
body
head
html
Similar questions