You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/index.html
+43-42Lines changed: 43 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,50 @@
7
7
<linkrel="stylesheet" href="style.css" />
8
8
</head>
9
9
<body>
10
-
<header>
11
-
<h1>Web Development Foundation</h1>
12
-
<p>
13
-
There are some frequently asked questions for beginner developers.
14
-
</p>
15
-
</header>
16
-
<main>
17
-
<article>
18
-
<divclass="image-wrapper">
19
-
<imgsrc="https://cdn.iconscout.com/icon/free/png-512/free-readme-logo-icon-svg-download-png-3029134.png" alt="illustration of a readme file" />
20
-
</div>
21
-
<h2>1. What is the purpose of a README file?</h2>
10
+
<divid="container">
11
+
<header>
12
+
<h1>Web Development Foundation</h1>
22
13
<p>
23
-
README file is the foundation document which ask user to Read Me First before doing anything in the project. It provides some concept explanation or basic requirements that user have to know. Sometimes it mentions contributin, licensing details and guideline for other developers who wants to contribute.
14
+
There are some frequently asked questions for beginner developers.
<imgsrc="https://cdn.iconscout.com/icon/premium/png-512-thumb/git-branch-icon-svg-download-png-10369479.png" alt="illustrator of github icon" />
40
-
</div>
41
-
<h2>3. What is a branch in Git?</h2>
42
-
<p>
43
-
A branch is a copied workspace from the main development and developers can modify and fix on her/his own branch of project without messing the main development.
By Lin Tsang. This webpage serves as a test environment. Some images and media displayed on this site are sourced from external websites for demonstrative and educational purposes. All copyrights, trademarks, and intellectual property regarding these images remain the property of their respective owners. https://iconscout.com/
52
-
</p>
53
-
</footer>
16
+
</header>
17
+
<main>
18
+
<article>
19
+
<divclass="image-wrapper">
20
+
<imgsrc="https://cdn.iconscout.com/icon/free/png-512/free-readme-logo-icon-svg-download-png-3029134.png" alt="illustration of a readme file" />
21
+
</div>
22
+
<h2>1. What is the purpose of a README file?</h2>
23
+
<p>
24
+
README file is the foundation document which ask user to Read Me First before doing anything in the project. It provides some concept explanation or basic requirements that user have to know. Sometimes it mentions contributin, licensing details and guideline for other developers who wants to contribute.
<imgsrc="https://cdn.iconscout.com/icon/premium/png-512-thumb/git-branch-icon-svg-download-png-10369479.png" alt="illustrator of github icon" />
41
+
</div>
42
+
<h2>3. What is a branch in Git?</h2>
43
+
<p>
44
+
A branch is a copied workspace from the main development and developers can modify and fix on her/his own branch of project without messing the main development.
By Lin Tsang. This webpage serves as a test environment. Some images and media displayed on this site are sourced from external websites for demonstrative and educational purposes.<br>All copyrights, trademarks, and intellectual property regarding these images remain the property of their respective owners. https://iconscout.com/
0 commit comments