What is internal CSS?
Internal CSS means that CSS is used inner in <head></head> of html.
Example:
1st Step: HTML File
<html> <head> <style> body { background-color: blue; } </style> </head> <body></body> </html> |
Output:
Priority of external CSS VS Internal CSS
Latest posts by Prof. Fazal Rehman Shamil (see all)
- List of Public service commissions - August 31, 2020
- Comparison of fee structure of Pakistani Universities - June 1, 2020
- Past Guess Paper of Auditing - May 12, 2020