I have taken information from this link for my project report. I want to add the website link in the "bibliography" section. But I don't know how is to cite this.
@egreg I am writing the bibliography by using \begin{thebibliography}\end{thebibliography}. I am not using natbib
– user81411Aug 20 '15 at 10:28
Then \bibitem{www} \url{http://the.url.for.the.site} should do, shouldn't it? Add \usepackage{url} if not already in your preamble.
– egregAug 20 '15 at 10:31
\begin{thebibliography}\end{thebibliography}. I am not using natbib – user81411 Aug 20 '15 at 10:28\bibitem{www} \url{http://the.url.for.the.site}should do, shouldn't it? Add\usepackage{url}if not already in your preamble. – egreg Aug 20 '15 at 10:31