Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <p> You can use the Height and Width attribute to change the picture size. </ P> <p> <img src="../images/html_tutorials/smile.jpg" /> </ p> <p> <img src ="../ images / html_tutorials / smile.jpg "width =" 30 "height =" 30 " /> </ p> <p> <img src="../images/html_tutorials/smile.jpg" width="100" height="80" /> </ p> <p> < img src ="../ images / html_tutorials / smile.jpg "width =" 300 "height =" 300 " /> </ p> </ body> </ html>