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?
- 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>.
A CSS rule-set consists of a selector and a declaration block:

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.


No comments:
Post a Comment