Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
new to css - can you check my code?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CircularSaw" data-source="post: 676605" data-attributes="member: 56605"><p>I've attached some example code i created. I recommend creating all your HTML as XHTML strict. W3C has a validation service and guidlines on what this means but things i noticed in your code were:</p><p></p><p>all tags must be closed. If they are anchors for instance you must include the <span style="color: Blue"></a></span>. IF they are img tags make sure they are ended with <span style="color: blue">/></span>.</p><p></p><p>Image tags must include an alt. For example:</p><p></p><p><span style="color: blue"><img src="image_path" alt"short image description" /></span></p><p></p><p>I often find it easier to draw on paper how I am going to structure a page in regards to DIVs before i start coding. Name them all and them just bang out the code but it does take practice.</p><p></p><p>Let me know if anything is unclear. Hoped this helped!</p><p></p><p>[ATTACH=full]8868[/ATTACH]</p></blockquote><p></p>
[QUOTE="CircularSaw, post: 676605, member: 56605"] I've attached some example code i created. I recommend creating all your HTML as XHTML strict. W3C has a validation service and guidlines on what this means but things i noticed in your code were: all tags must be closed. If they are anchors for instance you must include the [COLOR="Blue"]</a>[/COLOR]. IF they are img tags make sure they are ended with [COLOR="blue"]/>[/COLOR]. Image tags must include an alt. For example: [COLOR="blue"]<img src="image_path" alt"short image description" />[/COLOR] I often find it easier to draw on paper how I am going to structure a page in regards to DIVs before i start coding. Name them all and them just bang out the code but it does take practice. Let me know if anything is unclear. Hoped this helped! [ATTACH=full]8868[/ATTACH] [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
new to css - can you check my code?
Top