View Single Post
Old 11-26-2011, 06:38 AM   #23
shaina
Member
shaina began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Nov 2011
Device: iphone
1.Linking errors means error in <link> tag m using for attaching the css.
2.Internal tagging means no second element in the tags.
A class of the css used in all the p tags
.sgc5 {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-align:justify
}

A section of Code view of chapter Accepting the alignment:
<body style="">
<h1 class="sgc1" id="heading_id_1">CHAPTER 6</h1>

<p class="sgc2">Understanding online behaviour within a South African user context:</p>

<p class="sgc5">Over the last 16 years, there has been exponential growth in Internet access in Africa. In 1993, only four countries in Africa had access to the Internet. </p>

<p class="sgc5">In 2008, the Internet user base in South Africa has seen its highest rate of growth since 2001, increasing by 12.5 percent to 4,6 million users. </p>

A section of Code view of chapter Not Accepting the alignment:

<body style="">
<h1 class="sgc1" id="heading_id_1">CHAPTER 5</h1>

<p class="sgc2">The increasing importance of privacy online and the role it will play in the evolution of the Internet:</p>

<p class="sgc5">Online privacy and the Semantic Web</p>

<p class="sgc5">The concept of what constitutes privacy is complex. The term privacy has had broad ranging definitions which have been rooted in legal, political, philosophical, sociological and anthropological discussions. </p>
shaina is offline   Reply With Quote