How to write the HTML code for displaying the text in the webpage which should fit to the screen? I tried to write HTML code for that, but it doesn't show me the content within the screen. Simply it extends the screen width and make the scrollbar in the footer till the text ends.
E.g
<body>
Lorem ipsum dolor sit amet, convallis nec fermentum mauris at ut ipsum, velit lobortis netus phasellus, tincidunt suscipit, pede fusce neque, et ipsum in ac aenean. Vulputate id, in odio, aliquam libero rutrum integer sit turpis, laborum id duis wisi vel, volutpat amet morbi in.</body>
These many of lines should fit to the screen, it should not create any horizontal scrollbar.