Article Title
+Author:
+Published Date:
+Article content.
+From 5a6e24592314076aab05013bb592b24c12b05f94 Mon Sep 17 00:00:00 2001 From: bilal-nasr <80160978+bilal-nasr@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:37:53 +0300 Subject: [PATCH 01/11] Update readme.md --- Foundations/Exam1/readme.md | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Foundations/Exam1/readme.md b/Foundations/Exam1/readme.md index 778de05..e438ec5 100644 --- a/Foundations/Exam1/readme.md +++ b/Foundations/Exam1/readme.md @@ -1,9 +1,9 @@ -**Name:**\_\_\_\_\_\_\_\_\_ +**Name:** Bilal 1. **HTML**: Which HTML element is used to specify a title for a document? - - A. `
` - - B. ``
@@ -39,7 +39,7 @@
- A. The opacity level of an element
- B. The width and height of an element
- - C. The stack order of an element
+ **- C. The stack order of an element**
- D. The border thickness of an element
7. **Git**: How can you discard changes in the working directory in Git?
@@ -58,14 +58,14 @@
9. **HTML**: Which of the following tags is used to insert a blank line in HTML?
- - A. `
`
+ **- A.
**
- B. `
This is a demonstration.
` - A. document.getElement("p").innerHTML = "Hello World!"; - - B. document.getElementById("demo").innerHTML = "Hello - World!" + **- B. document.getElementById("demo").innerHTML = "Hello - World!"** - C. #demo.innerHTML = "Hello World!"; - D. p.demo.innerHTML = "Hello World!"; @@ -116,19 +116,19 @@ - A. ``
@@ -58,7 +58,7 @@
9. **HTML**: Which of the following tags is used to insert a blank line in HTML?
- **- A.
**
+ **- A. `
`**
- B. `
`
@@ -38,13 +38,13 @@
6. **CSS**: What does the `z-index` property specify in CSS?
- A. The opacity level of an element
- - B. The width and height of an element
+ - B. The width and height of an element
**- C. The stack order of an element**
- D. The border thickness of an element
7. **Git**: How can you discard changes in the working directory in Git?
- - A. git checkout --
+ **- A. git checkout --**
- B. git discard
- C. git undo
- D. git clean
@@ -53,19 +53,19 @@
- A. String
- B. Boolean
- - C. Function
- - D. Character
+ - C. Function
+ **- D. Character**
9. **HTML**: Which of the following tags is used to insert a blank line in HTML?
- **- A. `
`**
+ **- A. `
`**
- B. `
Author:
+Published Date:
+Article content.
+Commenter:
+Comment Date:
+Comment content
+Commenter:
+Comment Date:
+Comment content.
+| Header 1 | +Header 2 | +
|---|---|
| Row 1, Cell 1 | +Row 1, Cell 2 | +
| Row 2, Cell 1 | +Row 2, Cell 2 | +
| Row 3, Cell 1 | +Row 3, Cell 2 | +
This is a demonstration.
` From 256de27402dcd2fc1aed0b68500b7fd63dada5e4 Mon Sep 17 00:00:00 2001 From: bilal-nasr <80160978+bilal-nasr@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:33:29 +0300 Subject: [PATCH 09/11] Update readme.md --- Foundations/Exam1/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Foundations/Exam1/readme.md b/Foundations/Exam1/readme.md index 3c9b848..8654c2f 100644 --- a/Foundations/Exam1/readme.md +++ b/Foundations/Exam1/readme.md @@ -128,8 +128,8 @@ 19. **Git**: What does `git clone` do? - **- A. Clones your local repository** - - B. Clones a remote repository to your local machine + - A. Clones your local repository