Inline CSS:
Task:1
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
Steps:
- Create a form using form tag, within form create a table
- Create three text fields, radio button and a submit button
- Apply inline css for every element to apply style properties
- Apply inline css to table, td, input and submit
Code:
Output:
Internal CSS:
Task:2
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
Steps:
- Create a form using form tag, within form create a table
- Create three text fields, radio button and a submit button
- Apply internal css for every element to apply style properties
- Apply internal css to table, id(i1,i2) and class(c1)
Code:
Output:
External CSS:
Task:2
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
Steps:
- Create a form using form tag, within form create a table
- Create three text fields, radio button and a submit button
- Apply External css for every element to apply style properties
- Apply External css to table, id(i1,i2) and class(c1)