Hello dear ,
I want to make my own sites in div.but I have no any idea of div and css. but I have knowledge of HTML. and I have little more knowledge about div and css. So anybody can Help me that how can I do it ? Please give me the some tips or example sites code with design.
I am waiting for positive reply.
Hi richard welcome to forum. Browse tutorial section many users have posted css and HTML based tutorials on how to make simple websites. You can also browse you tube and Google you find some useful information on how to get started making own website.
Also try the website "css zen garden" and "tizag" dot com for examples and references. You can always type "free css templates" in google and find lots of examples to learn from.
__________________ social network web design, allowing organizations to create a community and link visitors in fantastic new ways
My suggestion is, you can refer the following sites..
lynda, free-webdesign-ebook, htmlite.
you can also use DIV tag in Dreamweaver webdesigning software...
If you are a beginner then you should use some software which will help you in making your Div website. For that you have to download specific software like Dreamweaver CS3. I think this software will help you a lot and you can learn over there that hoe to make a good or structured Div sites.
If we put the usage of div tags in simple words, it can be said that creation of a website that has no tables. It make use of style sheets or Cascading Style Sheets as they permit the website to be independent of the data entirely. Various things that can be included in these style sheets include layout, design, positioning, fonts, colors and backgrounds. As all these are included in the style sheets, the only information present on the pages include the div tags code and the information related to the website.
Some Special Features of Div tags
- They are basically block level tags
- These require to be closed in the very same sequence in which they were opened.
- These cannot be used with or inside the tag.
- These can be used inside and with any other tags easily.
- Name and id can be easily given.
At the end it can be said that div tags can help in the creation of web pages in the terms of both manipulation and styling.