Welcome! Log In Create A New Profile

Advanced

HTML: Lesson 5: Topic A

Posted by antiother-77681541 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar HTML: Lesson 5: Topic A
July 05, 2012 09:59PM
I don't believe in the use of <b> or <i> tags, they imply presentation, and all presentational elements should be left to the css with the exeption of a few symanic elements in the html. I would use <strong> and <em> for bold and italics if I really needed to becuase they imply meaning and screen/braile readers don't just scan over them like normal text but understand their meaning. The thing about <oblique> which means only slightly slanted, is that it doesn't imply meaning and <em> does, so I won't use that one either.

In the end, it's better to leave all presentation to the css, but if you want to imply meaning with presentation, go with <strong> or <em>. You can always change the appearance in the css later. The point of this was to say that <b> and <i> are 2 of the little gremlin tags in html and should be avoided.
Re: HTML: Lesson 5: Topic A
July 09, 2012 03:17PM
Activity completed.
Re: HTML: Lesson 5: Topic A
August 01, 2012 04:19PM
Pretty straight forward
Re: HTML: Lesson 5: Topic A
August 19, 2012 01:01PM
Topic A completed
avatar Re: HTML: Lesson 5: Topic A
August 20, 2012 01:43PM
Done.
Re: HTML: Lesson 5: Topic A
September 22, 2012 08:40AM
Formatting Text as Bold or Italics achieved.
Re: HTML: Lesson 5: Topic A
September 26, 2012 10:37AM
Honestly there is so much to remember that< b> and< i > are just so much simpler
Re: HTML: Lesson 5: Topic A
October 20, 2012 09:07PM
Easy as pie smiling smiley
Sorry, only registered users may post in this forum.

Click here to login