Skip to content

Commit 7f92a9b

Browse files
moving the Heading and the paragraph from footer section to the article section of the wireframe
1 parent 17e695d commit 7f92a9b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ <h2>What is the Purpose of a Readme File?</h2>
5454

5555
<article>
5656
<img src="Wireframe.png" alt="A Wireframe diagram" />
57+
<h2> What is the Purpose of a Wireframe?</h2>
58+
<p>
59+
<strong>In short</strong>, a wireframe’s purpose is to visualize the skeleton of a digital product,
60+
helping teams plan, test, and communicate ideas efficiently before moving to detailed design.
61+
The can be summarized under these headings below.</p>
5762
</article>
5863

5964

@@ -62,11 +67,8 @@ <h2>What is the Purpose of a Readme File?</h2>
6267
<footer>
6368
<p>
6469
This is the default, provided code and no changes have been made yet.
65-
<h2> What is the Purpose of a Wireframe?</h2>
66-
<p>
67-
<strong>In short</strong>, a wireframe’s purpose is to visualize the skeleton of a digital product,
68-
helping teams plan, test, and communicate ideas efficiently before moving to detailed design.
69-
The can be summarized under these headings below.</p>
70+
71+
7072

7173
</p>
7274
</footer>

0 commit comments

Comments
 (0)