File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55< head >
66
7- < title > Angela Ruslander 's Bio</ title >
7+ < title > Angela's Bio</ title >
88
99 < style >
1010
@@ -26,7 +26,7 @@ <h2 id="greeting">Hi, I'm a student!</h2>
2626
2727 < div id ="bio-box ">
2828
29- < img src ="img/Angela_Photo .jpg " alt ="Angela's Photo " id ="profile-pic " width ="800 "> < br > < br >
29+ < img src ="img/Photo 1 .jpg " alt ="Angela's Photo " id ="profile-pic " width ="800 "> < br > < br >
3030
3131 < button onclick ="changeTextColor() " style ="background-color: blue; color:white; width: 200px; padding: 10px; margin: 4px; "> Change Text Color</ button >
3232
@@ -94,7 +94,7 @@ <h2 id="greeting">Hi, I'm a student!</h2>
9494
9595 function changeImage ( ) {
9696
97- document . getElementById ( "profile-pic" ) . src = 'img/Angela_Photo2 .jpg' ;
97+ document . getElementById ( "profile-pic" ) . src = 'img/Photo 2 .jpg' ;
9898 document . getElementById ( "profile-pic" ) . style . width = "800" ;
9999 }
100100 </ script >
@@ -103,4 +103,4 @@ <h2 id="greeting">Hi, I'm a student!</h2>
103103
104104</ body >
105105
106- </ html >
106+ </ html >
You can’t perform that action at this time.
0 commit comments