I'm doing a course in Web design and am stuck on an assignment. I just need to know how align text to the left in a centred paragraph. I have centred the paragraph but can't seem to align the text to the left. Thanks
html help
Collapse
X
-
Ive attached a a picture of what I mean, how would I get the second paragraph to look exactly the same in centre of page please?
I already know the bold and italics just the text is aligned to the left and the paragraph is centred.
If this is any easier for you to understand.
Thank youAttached FilesComment
-
Code:<html> <center><h1><b>Why was the Internet originally created?</b></h1></center> Internet technology originally evolved <b>in the early 1960's,</b> at the instigation of the US DefenceDepartment, to enable <i>strategic computer networks</i> to remain <br /> operational in the event of one or more nodes being our commission <b><i>during a nuclear war</i></b>. The logic was <i>simple;</i> bombing a system based on an individual <br /> mainframe computer would bring down the whole system but bombing <b> a computer to work</b> would result in only a few nodes being lost, allowing the other node <br /> to route around the damaged nodes. <br /> <br /> <p justify="left">This was achieved by using a methodology know as <b>"packet-switching"</b>, which worked by breaking up a data file into small <i>"packets"</i> and <br /> transmitting them to another location <b>by multiple routes</b> where the packets would be re-assembled back into the original data file and duplicate <br /> packets discarded.</p><br /> <p> In 1969, <b><u> the first packet-switching network </u></b>was originally developed by the Pentagon's Advanced Research Projects Agency, known as <b><i> ARP Anet,</i></b> the original<br /> network connected <i> 4 Research establishments,</i> and by 1972 had expanded to incorporate 40 nodes. ARP Anet soon became a forum for the exchange <br /> of information and ideas amongst scientists and academics, and within a few years the number of computers connect to the networks <b><u>increased to more than<br /> 100.</u></b>
Last edited by Rabbit; Jul 9 '14, 09:00 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.Comment
Comment