Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Running html to test it via my browser - beginner  (Read 15976 times)

0 Members and 1 Guest are viewing this topic.

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: Running html to test it via my browser - beginner
« Reply #15 on: June 15, 2012, 03:59:13 AM »
yeah my question was more the why on the human side, I just wonder if it was a purposeful omission or whether it was simply overlooked.

I strongly suspect the latter.  The dev forums are failrly quiet on the subject.  I can't think of any reason why someone would deliberately allow <em> and omit <strong> (unless they have a pathological dislike of HTML elements with more than a couple of letters)!
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Running html to test it via my browser - beginner
« Reply #16 on: June 15, 2012, 11:17:29 AM »
< em> is probably used as < i> is not valid XHTML, whereas the substitution for < strong> is just < b> (which is still valid) so they probably decided < strong> wasn't needed.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Running html to test it via my browser - beginner
« Reply #17 on: June 15, 2012, 12:17:54 PM »
< i> is not valid XHTML
The i entity is present in the XHTML-1.0-Strict document type definition.

I was trying to dereference Null Pointers before it was cool.

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Running html to test it via my browser - beginner
« Reply #18 on: June 19, 2012, 06:09:24 AM »
The i entity is present in the XHTML-1.0-Strict document type definition.
Hmmm...always thought they replaced it with < em > in XHTML, not that XHTML is that important anymore...

papercupmachine



    Greenhorn

    • Paper cup machine
  • Experience: Beginner
  • OS: Windows XP
Re: Running html to test it via my browser - beginner
« Reply #19 on: January 02, 2013, 02:29:38 AM »
Thanks to every one