diff --git a/Wireframe/README.md b/Wireframe/README.md
index aa85ec80b..5c9388825 100644
--- a/Wireframe/README.md
+++ b/Wireframe/README.md
@@ -13,7 +13,7 @@
## Task
-
+
Using the provided wireframe and resources, write a new webpage explaining:
diff --git a/Wireframe/images/image_branch.png b/Wireframe/images/image_branch.png
new file mode 100644
index 000000000..501ceeed9
Binary files /dev/null and b/Wireframe/images/image_branch.png differ
diff --git a/Wireframe/images/image_git.png b/Wireframe/images/image_git.png
new file mode 100644
index 000000000..ca80db075
Binary files /dev/null and b/Wireframe/images/image_git.png differ
diff --git a/Wireframe/images/image_readme.png b/Wireframe/images/image_readme.png
new file mode 100644
index 000000000..ee5f0f7b5
Binary files /dev/null and b/Wireframe/images/image_readme.png differ
diff --git a/Wireframe/images/image_wireframe.png b/Wireframe/images/image_wireframe.png
new file mode 100644
index 000000000..a64bf6ec8
Binary files /dev/null and b/Wireframe/images/image_wireframe.png differ
diff --git a/Wireframe/wireframe.png b/Wireframe/images/wireframe.png
similarity index 100%
rename from Wireframe/wireframe.png
rename to Wireframe/images/wireframe.png
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..7cfc79715 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -3,30 +3,81 @@
+
Wireframe
-
Wireframe
-
- This is the default, provided code and no changes have been made yet.
-
+
Basic of Web Development
+
+ Web development is the process of creating and maintaining websites and web applications.
+ Good web developers, they have a strong understanding of Git, README files and wireframes(Design) before the actual development process.
+ This articles introduce the purpose of README files,wireframes and how to create branches in Git.
+
+
-
-
Title
+
+
+
Purpose of README file
+
+ README files to communicate important information about a project for users and developers.
+ A README is often the first item a visitor will see when visiting your repository.
+ From the readme, users can easily understand what your project is about, how to use it.
+
+
+ README files typically include information on:
+
+
What the project does a Project description
+
How users can get started with the project Installation instructions
+ Wireframe graphic representation of a website, mobile app, or other digital interface that highlights the overall structure and layout of the design without going into specifics like colors, fonts, or images. A wireframe is a product outline that shows what interface elements will be present on important pages.
+
+ Wireframes are used to:
+
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.