Without HTML it wont work. We can use Cascading Style Sheets in HTML document for interactivity, coloring, aligning contents in HTML pages and styling.
It’s easy:
1. Start to write a HTML document(using tables or div tags).
2. Assign class or id to html elements
3. Write Style rules for the html elements, how you would like to display the perticular elements.
4. Attach the style sheet to the html document. When the browser displays the document, it follows your styles for rendering elements.
How is it Please comment
It’s easy:
1. Start to write a HTML document(using tables or div tags).
2. Assign class or id to html elements
3. Write Style rules for the html elements, how you would like to display the perticular elements.
4. Attach the style sheet to the html document. When the browser displays the document, it follows your styles for rendering elements.
How is it Please comment