My First Tribute Page Ramanujan


I like to hear feedbacks… Thanks in advance…

Hi

Unkown property ‘align’

.six
{
  align:middle;
}

This code is not correct:
The <br> element cannot be a child of the <ul> element.
The <div> element cannot be a child of the <ul> element.
The <li> element cannot be a child of the <div> element.

<ul><br>
    <div class="eight">
  <li><a href="#">Srinivasa Ramanujan was born on 22 December 1887 in Erode, Madras Presidency, to K. Srinivasa Iyengar and his wife Komalatammal. His family was a humble one and his father worked as a clerk in a sari shop. </a></li></div><br>
    <div class="eight">
<li><a href="#">After passing out of Kangayan Primary School, he enrolled at Town Higher Secondary School in 1897. He soon discovered a book on advanced trigonometry written by S. L. Loney which he mastered by the time he was 13. He proved to be brilliant student and won several merit certificates and academic awards.</a></li></div>

Permitted content zero or more <li> elements, eventually mixed with <ol> and <ul> elements.

Cheers anf happy coding :slight_smile:

thank you… i will learn and edit them @Diego_Perez

1 Like