Jump to content

eddie0504

Members
  • Posts

    3
  • Joined

  • Last visited

About eddie0504

  • Birthday 05/04/1975

Contact Methods

  • MSN
    eddie0504
  • Website URL
    http://www.oasishairdesign.com

Profile Information

  • Location
    Oceanside NY

eddie0504's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. eddie0504

    class selector

    Thanks guys, both replies are very helpful.
  2. eddie0504

    class selector

    If there is someone who can help me answer this question I would greatly appreciate it.I am aware that with class selector you can define different styles for the same type of HTML element.example:p.right {text-align: right}p.center {text-align: center}My question is: Are there standard style attributes that need to be used after the period "." or can I just make up any word.example:span.big {font-family:"Monotype Corsiva";font-size:36pt;color:#FFFFFF}This example seems to have worked for me when I tested it in the browser but I am concerned as to if I am writing the code correctly.Also XHTML should be written in lowercase. Does this rule also apply to hex values such as the example above: #FFFFFFThanksEddie
  3. I'm a bit confused. I am currently trying to bring my site up to XHTML standards. The XHTML tutorials mention the "align" and "bgcolor" attributes of the table element are not supported in XHTML 1.0 Strict DTD.Link: http://www.w3schools.com/tags/tag_table.aspHowever the Try-It-Yourself Demos reflect examples of the the align and bgcolor attributes still within the table tags.I would greatly appreciate someone's help. Thanks.
×
×
  • Create New...