CHAPTER 1: Output:
CSS
We write CSS styles using property name followed by the value of that property.
Eg:
Property value
Background-color : #FFFFFF
Font-size : 18
We write the css in <style > tag of HTML.
There are three types of style sheets. They are
- CSS Introduction
- Syntax
- Property:value
CSS
- Cascading Style Sheet.
- How HTML elements to be displayed on the screen.
- Modifying the site design to look how we want.
We write CSS styles using property name followed by the value of that property.
Eg:
Property value
Background-color : #FFFFFF
Font-size : 18
We write the css in <style > tag of HTML.
There are three types of style sheets. They are
- Inline
- Internal
- External
CHAPTER 2: Output: Use below 3 css styles to design a sample form with header tags and table with cells apply simple css that you know(like border, color,..) using inline css
- Inline
- Syntax
CHAPTER 3: Output: Use below 3 css styles to design a sample form with header tags and table with cells apply simple css that you know(like border, color,..) using Internal css
- Internal
- Syntax
CHAPTER 4: Output: Use below 3 css styles to design a sample form with header tags and table with cells apply simple css that you know(like border, color,..) using External css
- External
- Syntax
CHAPTER 5: Output: Design sample form and use the below selectors to apply the styles
Selectors:
- Element Selectors: Apply this to a div and input element
- ID: apply this to button element
- Class: apply this to table cells. Apply same class to multiple elements. And apply multiple class to one element.
- Attribute: Apply this to <a> tag
- Pseudo class:
CHAPTER 6: Output: Design sample form and use the Pseudo class selector to apply the styles.
Pseudo class
- Use of Pseudo class selector
- Apply on mouse over for button and div
- Apply for text box focus
- Apply for link visited
CHAPTER 7: Output: Simple Html page with background styles with head, body and table and divs
Background
- Background-color: Apply different background colors form head, body, and table
- Background-image: Apply background image for the background of the page
- Background-repeat: use small image and repeat it as full background of the page
- Background-repeat-x-axis: Repeat the background image in x-axis direction
- Background-repeat-y-axis: Repeat the background image in y-axis direction
CHAPTER 8: Output: Use Different colors in you web page for header tags
Color
- Background color:
- TextColor:
- DIfferent Color methods:
- Hexadecimal colors
- RGB colors
- RGBA colors
- HSL colors
- HSLA colors
- Identify color using photoshop and colorpicker
CHAPTER 9: Output: Use Different Borders in you web page for tables and and table cell and table data
Borders
- Double
- Solid
- Dotted
- Dashed
- None
Radius
Use Radius for the different table cells
CHAPTER 10: Output: Use Different Margins in you web page for tables and and table cell and table data
Margins
- Top
- Bottom
- Left
- Right
The text inside table data
CHAPTER 11: Output: Use Different Paddings in you web page for tables and and table cell and table data
Padding
- Top
- Bottom
- Left
- Right
- Padding vs Margin
Padding of table inside a table data of main table.
Text padding
No comments:
Post a Comment