HTML and CSS Presentation
HTML and CSS Presentation
• Example:
• h1 {
• color: blue;
• font-size: 24px;
• }
Types of CSS
• - Inline CSS: Applied directly to an HTML
element using the 'style' attribute.
• - Internal CSS: Defined within a <style> tag in
the <head> section.
• - External CSS: Written in a separate .css file
and linked to the HTML document.
Conclusion
• - HTML and CSS are foundational technologies
for web development.
• - HTML structures content, while CSS styles
and enhances its appearance.
• - Together, they create visually appealing and
functional websites.