Skip to content

Commit b3a00d9

Browse files
Fixed HTML using HTML checker
1 parent bb05687 commit b3a00d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta charset="UTF-8" >
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
66
<title>Wireframe</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<header class="header">
@@ -15,7 +15,7 @@ <h1>Wireframe</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="https://729solutions.com/static/e6459251ef6b25937276b12ec626abcd/Featured_Image_Wireframes_Save_Time_Money.png" alt="" />
18+
<img src="https://729solutions.com/static/e6459251ef6b25937276b12ec626abcd/Featured_Image_Wireframes_Save_Time_Money.png" alt="">
1919
<h2>Wireframe</h2>
2020
<p>
2121
Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team members to make a decisions about the product.
@@ -24,7 +24,7 @@ <h2>Wireframe</h2>
2424
</article>
2525

2626
<article>
27-
<img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*mtsk3fQ_BRemFidhkel3dA.png" alt="" />
27+
<img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*mtsk3fQ_BRemFidhkel3dA.png" alt="" >
2828
<h2>Branch in Git </h2>
2929
<p>
3030
Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into the main branch
@@ -33,7 +33,7 @@ <h2>Branch in Git </h2>
3333
</article>
3434

3535
<article>
36-
<img src="https://i.ytimg.com/vi/mb9FJzkwmwg/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAO86MzvdFL5LsdZl_Udlat6uBIOA" alt="" />
36+
<img src="https://i.ytimg.com/vi/mb9FJzkwmwg/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAO86MzvdFL5LsdZl_Udlat6uBIOA" alt="">
3737
<h2>Readme File </h2>
3838
<p>
3939
Readme file provides important information about the project such as its purpose ,setup instruction,feature and usage.

0 commit comments

Comments
 (0)