Monday, May 1, 2017

09th day 28.04.2017

Welcome.

We made presentation slides about how to we achieve our Goal?
My presentation link address.

 

What's CSS?
CSS stands for Cascading Style Sheet and is used by web pages to help keep information in the proper display format. CSS files can help define font, size, color, spacing, border and location of HTML information on a web page, and can also be used to create a continuous look throughout multiple pages of a website.

Why we're using CSS? 
CSS is used to define styles for your web pages, including the design, layout and variations in the display for different devices and screen sizes.

  • What's Inline CSS? 
To add CSS styles to your website, you can use three different ways to insert the CSS. You can Use an "External Stylesheet", an "Internal Stylesheet", or in "Inline Style". ... The External Stylesheet is a .css file that you link your website too.

  • What's Internal css? 
This makes it easy to apply styles like classes or ids in order to reuse the code. The downside of using an internal stylesheet is that changes to the internal stylesheet only effect the page the code is inserted into. ... The External Stylesheet is a .css file that you link your website too. 
 
  • What's External css? 
External CSS is a file that contains only CSS code and is saved with a ".css" file extension. This CSS file is then referenced in your HTML using the <link> instead of <style>. 

CSS syntax
A CSS rule-set consists of a selector and a declaration block:
CSS selector


Example

p {color: red;
    text-align: center;
}
 
 
 We finished a project.  & upload the project in GitHub.
 
That's a Time table.
My coading link address.
 
 
 

 Thankyou.

No comments:

Post a Comment