What are Cascading Style Sheets (CSS)?

0 views
Skip to first unread message

Sumeet Pawar

unread,
Jul 24, 2015, 7:12:41 AM7/24/15
to IT & Latest Technologies
CSS stands for Cascading Style Sheets. It is a style sheet language used to describe the design elements of the websites such as the layout, color, font size, etc. It can allow multiple pages to share the same formatting. This is what it would look if you wanted to define the height, width and background color of a specific div tag.
.div_tag_name{

background-color: #000000;

width: 500px;

height: 500px;

}

For further information on CSS, check out these pages.

CSS Layouts Without Tables, FilleZilla, Core FTP. Some of these can be downloaded for free while others are "try before you buy" software.

Once you have your FTP Client you will see a box that says “Host”, “Username”, and “Password”. Host is where you would put the IP Address or domain name of your website. Username and Password is where you would put the username and password from your web hosting account. Once you have filled that information in, click Connect and you will see it start connecting to the server. If you have successfully connected you will see the files show up on the right side of the screen. Once you have connected, you can start to transfer files to the server. To do this either double-click on the files you want to upload or right-click and select upload.

Reply all
Reply to author
Forward
0 new messages