Summary of "10 B728 09M تصميم وبناء مواقع الإنترنت بكـــ م 02 فــ 05 نظم المعلومات + الشبكات الأمن السيب"

Summary of the YouTube Video:

“10 B728 09M تصميم وبناء مواقع الإنترنت بكـــ م 02 فــ 05 نظم المعلومات + الشبكات الأمن السيب”


Main Ideas and Concepts

1. Course Context and Progress

2. Review of HTML Basics

3. Introduction to CSS (Cascading Style Sheets)

4. Three Ways to Apply CSS

5. CSS Syntax and Selectors

6. Practical CSS Examples

7. Tips and Best Practices

8. Encouragement and Closing


Detailed Methodology / Instructions Presented

How to Apply CSS

```html

This is a brown paragraph.

```

```html p { color: red; text-align: center; } h5 { color: blue; }

```

Styling Images

css img { width: 200px; height: 200px; }

css img { border: 5px solid green; /* thickness, style, color */ }

css img { border-radius: 50%; /* circle if width = height */ }

Styling Tables

css table { width: 100%; background-color: lightgray; } th { background-color: darkgray; }

Text Alignment

css p { text-align: center; }

Using Multiple Styles and Overriding

```html

This paragraph is blue.

```

Overrides:

css p { color: red; }


Speakers / Sources


End of Summary

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video