Posts Tagged ‘html’

Mastering Tables to Make Your Site Look Great

tables creation to knowThere are still a lot of things to learn about mastering tables, even if you know such tags as the table, tr, td and th as well as rowspan and colspan attributes. If you think that table rows make table columns look ugly you can use the colgroup and col tags. So, let’s find out how to make the tables you create better.

Continue Reading...

Standards Summary

Standards Summary to knowToday with the power of CSS there is no need in using HTML to style. Thus, meaning (HTML) can be separated from presentation (CSS).The advantages are obvious – it can greatly decrease file sizes, it has flexibility of a central style sheet and it also can produce pages of greater accessibility.

Continue Reading...

CSS Grouping and Nesting

CSS Grouping and Nesting to knowIn case the CSS is structured well, you don’t need to use many class and ID selectors. You can just specify properties to selectors within other selectors. Learn more about CSS Grouping and Nesting with examples provided in this article to improve your site and make it look great.

Continue Reading...

Class and ID Selectors Explained

Class and ID Selectors to knowWith the opportunity to define your own selectors in the form of Class and ID selectors you can have the same HTML element presented differently depending on its ID or class. Here you can find samples of HTML refers to the CSS by using the attributes id and class with explanation and tips to use.

Continue Reading...

Pseudo Classes To Know

Pseudo Classes for youPseudo classes enable you to apply certain styling rules on specific states of the chosen element. However, many CSS proposals are not supported by all browsers. Here you can find four pseudo classes that can be used when applied to links as well as tips to make your site look great.

Continue Reading...

3 Steps to Create a WordPress Theme

create Worpress themeWith some basic knowledge of CSS, HTML and PHP to make a current website design work with Wordpress is quite easy. It is important to validate at first stage to save your time on problem fixing in the future. This post can help you to integrate an existing site with Wordpress or just create a new theme specially for Wordpress.

Continue Reading...