HTML & CSS IMPORTANT NOTES (Exam Oriented)
HTML (HyperText Markup Language)
HTML is a markup language used to create the structure of web pages.
Important HTML Questions:
1 1. What is HTML? HTML is a markup language used to create web page structure.
2 2. What is a tag? Tag is a command written inside <>.
3 3. What is CSS? CSS is used for styling web pages.
4 4. Write structure of HTML document.
CSS (Cascading Style Sheets)
CSS is used to design and style web pages.
Types of CSS:
1 Inline CSS
2 Internal CSS
3 External CSS
Practice Code:
HelloWelcome