0% found this document useful (0 votes)
4 views1 page

HTML Css Notes

The document provides essential notes on HTML and CSS for exam preparation, defining HTML as a markup language for web page structure and CSS for styling. It includes important questions about HTML tags and the structure of an HTML document, as well as types of CSS: inline, internal, and external. A practice code snippet is also included for reference.

Uploaded by

avocadorv
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HTML Css Notes

The document provides essential notes on HTML and CSS for exam preparation, defining HTML as a markup language for web page structure and CSS for styling. It includes important questions about HTML tags and the structure of an HTML document, as well as types of CSS: inline, internal, and external. A practice code snippet is also included for reference.

Uploaded by

avocadorv
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like