├── Assignments ├── L-01~L-05 │ ├── 1 │ │ └── HTML.txt │ ├── 2 │ │ └── index.html │ ├── 3 │ │ └── Q & A.txt │ └── 4 │ │ └── index.html ├── L-06~L-10 │ ├── 1 │ │ └── Q & A.txt │ ├── 2 │ │ └── Q & A.txt │ ├── 3 │ │ └── Q & A.txt │ ├── 4 │ │ └── Q & A.txt │ ├── 5 │ │ └── Q & A.txt │ └── 6 │ │ └── index.html ├── L-11~L-14 │ └── index.html ├── L-15~L-18 │ └── index.html ├── L-19~L-23 │ └── 1 │ │ └── Q & A.txt ├── L-24~L-27 │ └── 1 │ │ └── index.html ├── L-28~L-30 │ ├── 01 │ │ └── index.html │ ├── 02 │ │ └── index.html │ └── 03 │ │ └── index.html ├── L-31~L-34 │ ├── 01 │ │ └── index.html │ ├── 02 │ │ └── index.html │ ├── 03 │ │ └── index.html │ └── 04 │ │ └── index.html └── L-35~L-37 │ ├── 01 │ └── Q & A.txt │ └── 02 │ └── index.html ├── Lesson_Images ├── L-06~L-10 │ └── 01.PNG ├── L-11~L15 │ └── 01.PNG ├── L-24~L-27 │ └── 01.png ├── L-31~L-34 │ └── 01.png └── L-35~L-37 │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── 04.png └── README.md /Assignments/L-01~L-05/1/HTML.txt: -------------------------------------------------------------------------------- 1 | HTML = HyperText Markup Language -------------------------------------------------------------------------------- /Assignments/L-01~L-05/2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | My First Page 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | This Is My First Page 13 | 14 | -------------------------------------------------------------------------------- /Assignments/L-01~L-05/3/Q & A.txt: -------------------------------------------------------------------------------- 1 | 1 - No 2 | 2 - Yes 3 | 3 - No 4 | 4 - No -------------------------------------------------------------------------------- /Assignments/L-01~L-05/4/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | My First Page 5 | 9 | 10 | 14 | 15 | 18 | 19 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | This Is My First Page 30 | 31 | -------------------------------------------------------------------------------- /Assignments/L-06~L-10/1/Q & A.txt: -------------------------------------------------------------------------------- 1 | 1 - 2 | 2 - Quirks Mode 3 | 3 - No , to maintain the hierarchal order. 4 | 4 - No , hierarchal order must be maintained to be friendly to serach engines. 5 | 5 - The different levels of the headig element h1 is the biggest one - h6 is the samllest one -------------------------------------------------------------------------------- /Assignments/L-06~L-10/2/Q & A.txt: -------------------------------------------------------------------------------- 1 | There is no difference as the class attribute doesn't affect the display and the value of the attribue is correct in the three cases -------------------------------------------------------------------------------- /Assignments/L-06~L-10/3/Q & A.txt: -------------------------------------------------------------------------------- 1 | There is no difference as both of them will be hidden due to the hidden attribute -------------------------------------------------------------------------------- /Assignments/L-06~L-10/4/Q & A.txt: -------------------------------------------------------------------------------- 1 | Yes they will be displayed in the same way where there is no withe spaces as the browser ignores the white spaces in the code -------------------------------------------------------------------------------- /Assignments/L-06~L-10/5/Q & A.txt: -------------------------------------------------------------------------------- 1 | title : Global 2 | href : Not Global 3 | src : Not Global 4 | hidden : Global 5 | charset : Not Global 6 | class : Global 7 | id : Global 8 | type : Not Global -------------------------------------------------------------------------------- /Assignments/L-06~L-10/6/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Book Store 7 | 8 | 9 | 10 | 11 | 12 |

Book Store

13 |

An online bookstore that financially supports local independent bookstores and gives back to the book community.

14 |

Arabic Books

15 |

Alif Baa Taa: Learning My Arabic Alphabet

16 |

PERFECT for all ages, and anyone wanting to get familiar with the Arabic language

17 |
18 |

Arabic Writing Work Book

19 |

This attractive book is designed with students in mind

20 |
21 |

A Home for Arnoub: Children's Arabic Book

22 |

A Home for Arnoub: Arabic Book (Hardcover) Arabic Children's Picture Book about a young rabbit, Arnoub, searching for a new home

23 |
24 |

English Books

25 |

Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming

26 |

Second edition of the best-selling Python book in the world. A fast-paced, no-nonsense guide 27 | to programming in Python. Updated and thoroughly revised to reflect the latest in Python code and practices.

28 |
29 |

The Art of Computer Programming, Volumes 1-4A Boxed Set

30 |

This is a great set that should be on every programmer's bookshelf. They look beautiful in the boxed set with high quality covers as well as pages. Bill Gates once said about these books: "If somebody is so brash that they think they know everything, 31 | Knuth will help them understand that the world is deep and complicated."

32 |
33 |

Learn C++ Quickly: A Complete Beginner’s Guide to Learning C++

34 |

he most successful programs of the last 30 years were developed in C++. From Microsoft Word to Facebook to Adobe Photoshop, 35 | C++ is at the heart of the most lucrative technologies in today’s world.

36 |
37 | 38 | -------------------------------------------------------------------------------- /Assignments/L-11~L-14/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | My Info 5 | 6 | 7 |

My Info

8 |

My name is : Islam Ahmed

9 |

Iam Available For Hire

10 |

My hour old price is 10$ And the new price is 30$

11 |

Visit my website from this link 12 | Elzero_HTML_2021_Github 13 |

14 |
15 |

Here is some of my clients

16 | 17 | 18 | 19 |
20 |

My Skills

21 | 42 | 43 | -------------------------------------------------------------------------------- /Assignments/L-15~L-18/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 |
Members Data
GroupAvatarNameEmailCharacterProfile
NinjaOsama
Mohamed
o1@nn.sa 27 |
o2@nn.sa 28 |
©Profile
Shady
Nabil
s@nn.saProfile
MonstersMohamed
Ibrahim
m@nn.sa®Profile
Total Members3
53 | 54 | 55 | -------------------------------------------------------------------------------- /Assignments/L-19~L-23/1/Q & A.txt: -------------------------------------------------------------------------------- 1 | 1 ~ 4 , 6 ~ 9 , 13 2 | -------------------------------------------------------------------------------- /Assignments/L-24~L-27/1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 |
9 | 10 |
11 | 12 |
13 | 14 |
15 | 16 |
17 | 18 |
19 | 20 |
21 | 22 |
23 | 24 |
25 | 26 |
27 | 28 |
29 | 30 |
31 | 32 | -------------------------------------------------------------------------------- /Assignments/L-28~L-30/01/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 |
8 | 9 |
10 | 11 |
12 | 13 |
14 | 15 |
16 | 17 |
18 | 19 |
20 | 21 |
22 | 23 | -------------------------------------------------------------------------------- /Assignments/L-28~L-30/02/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 |
9 | 10 | 11 |
12 | 13 | 14 |
15 | 16 | 17 |
18 | 19 | 20 |
21 | 22 | 23 |
24 | 25 | 26 |
27 | 28 | 29 |
30 | 31 |
32 | 33 |
34 | 35 |
36 | 37 |
38 | 39 |
40 | 41 |
42 | 43 |
44 | 45 |
46 | 47 | -------------------------------------------------------------------------------- /Assignments/L-28~L-30/03/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 |
9 | 10 | 11 |
12 | 13 | 14 |
15 | 16 | 17 |
18 | 19 | 20 |
21 | 22 | 23 |
24 | 25 | 26 |
27 | 28 | 29 |
30 | 31 |
32 | 33 |
34 | 35 |
36 | 37 |
38 | 39 |
40 | 41 |
42 | 43 | 55 |
56 | 57 |
58 | 59 |
60 | 61 |
62 | 63 | -------------------------------------------------------------------------------- /Assignments/L-31~L-34/01/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 |
8 |
9 | 10 |
11 |
12 | 13 | 14 |
15 |
16 | 17 |
18 |
19 | 20 |
21 |
22 | 23 |
24 |
25 | 26 | 27 |
28 | 29 | -------------------------------------------------------------------------------- /Assignments/L-31~L-34/02/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 |
8 |
9 | 10 |
11 |
12 | 13 | 14 |
15 |
16 | 17 |
18 |
19 | 20 |
21 |
22 | 23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /Assignments/L-31~L-34/03/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
 6 | Hello Line One
 7 | Hello Line Two
 8 | Hello Line Three
 9 |         Hello Line Four
10 |         
11 | 12 | -------------------------------------------------------------------------------- /Assignments/L-31~L-34/04/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Assignments/L-35~L-37/01/Q & A.txt: -------------------------------------------------------------------------------- 1 | 1 - 2 | 2 -

3 | 3 -

4 | 4 -

5 | 5 - & 6 | 6 - 10 To 20 7 | 7 -
Plan Two
8 | 8 - ARIA : Accessible Rich Internet Applications -------------------------------------------------------------------------------- /Assignments/L-35~L-37/02/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 |
9 |
10 | 11 | 12 |
13 |
14 | 15 | 16 |
17 | 18 | -------------------------------------------------------------------------------- /Lesson_Images/L-06~L-10/01.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-06~L-10/01.PNG -------------------------------------------------------------------------------- /Lesson_Images/L-11~L15/01.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-11~L15/01.PNG -------------------------------------------------------------------------------- /Lesson_Images/L-24~L-27/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-24~L-27/01.png -------------------------------------------------------------------------------- /Lesson_Images/L-31~L-34/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-31~L-34/01.png -------------------------------------------------------------------------------- /Lesson_Images/L-35~L-37/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-35~L-37/01.png -------------------------------------------------------------------------------- /Lesson_Images/L-35~L-37/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-35~L-37/02.png -------------------------------------------------------------------------------- /Lesson_Images/L-35~L-37/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-35~L-37/03.png -------------------------------------------------------------------------------- /Lesson_Images/L-35~L-37/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/islamahmedc/Elzero_HTML_2021_Course/eadf6e3a4e987ae0b1f320ea37ea6412ce386ae1/Lesson_Images/L-35~L-37/04.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Thanks to Eng : Osama Mohamed 2 | # [Elzero Website](https://elzero.org/) - [Youtube](https://www.youtube.com/playlist?list=PLDoPjvoNmBAw_t_XWUFbBX-c9MafPk9ji) 3 | # Elzero HTML 2021 Course Summery 4 | ## *Please try to solve the assignments by yourself first.* 5 | 6 | * ### [L-01 ~ L-05](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/Home---L-01-~-L-05) 7 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-01~L-05) 8 | * ### [L-06 ~ L-10](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-06-~-L-10) 9 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-06~L-10) 10 | * ### [L-11 ~ L-14](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-11-~-L-14) 11 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-11~L-14) 12 | * ### [L-15 ~ L-18](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-15-~-L-18) 13 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-15~L-18) 14 | * ### [L-19 ~ L-23](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-19-~-L-23) 15 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-19~L-23) 16 | * ### [L-24 ~ L-27](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-24-~-L-27) 17 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-24~L-27) 18 | * ### [L-28 ~ L-30](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-28-~-L-30) 19 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-28~L-30) 20 | * ### [L-31 ~ L-34](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-31-~-L-34) 21 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-31~L-34) 22 | * ### [L-35 ~ L-37](https://github.com/islamahmedc/Elzero_HTML_2021_Course/wiki/L-35-~-L-37) 23 | * ### [Assignments](https://github.com/islamahmedc/Elzero_HTML_2021_Course/tree/master/Assignments/L-35~L-37) 24 | --------------------------------------------------------------------------------