WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Rejected Working with the <div> tag! [Part 1] Mon Jun 28, 2010 7:29 pm

latchy

latchy
Registered Member
Registered Member
Working with DIV's

By, Latchy
Hi everyone Smile

Today I'm going to be talking about the div tag.

Di's can be very useful when you have a large amout of date you need to process and style quick.

OK, so lets start of with a basic DIV:
Code:
<div>Hello my name is Rob</div>

So there is nothing intresting about it is there, and it would become a pain to style as it has not got a class or an ID. So lets take a look at a div with a class

Code:
 <div class"hello">This is some text in a div element</div>

This version will be easy to style as it has got a class, with this version the posibbilitys are endless, you can apply background images, padding, CSS3 and a can be used as a trigger in jQuery.

There are many more thing to explain about div's and I will cover them in the future parts of this tutorial series.

Thank you for your time,
Rob

http://www.graphiccentral.org/

2Rejected Re: Working with the <div> tag! [Part 1] Mon Jun 28, 2010 11:21 pm

ankillien

ankillien
Administrator
Administrator
Hey Rob!

Apply a class or ID to an element and add style to it is already explain in CSS selector tutorial here : http://www.webartzforum.com/tutorials-f7/css-selectors-t1078.htm

This tutorial has nothing much to explain in itself, I think.

3Rejected Re: Working with the <div> tag! [Part 1] Mon Jun 28, 2010 11:58 pm

latchy

latchy
Registered Member
Registered Member
Woops, never seen that.

This was just the first part, lol. I was going to go alot more in-depth in the second and third tutorial(s)

http://www.graphiccentral.org/

4Rejected Re: Working with the <div> tag! [Part 1] Tue Jun 29, 2010 8:41 am

ankillien

ankillien
Administrator
Administrator
In this tutorial there is not much to learn from, so it is suggested that you combine the part 2/3 and make this one little bigger and better Very Happy

5Rejected Re: Working with the <div> tag! [Part 1] Tue Jun 29, 2010 6:39 pm

latchy

latchy
Registered Member
Registered Member
Okidoke Smile

http://www.graphiccentral.org/

6Rejected Re: Working with the <div> tag! [Part 1] Wed Aug 04, 2010 4:58 pm

ankillien

ankillien
Administrator
Administrator
Rejected since it has not been updated for long time.

Tutorial Rejected

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum