Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html adding image

<html>
// blah blah blah
<img src="insert image link here" width="how wide you want it to be" height="how tall you want it to be">
  //replace the "how X you want it to be" with any number
</html>
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #html #adding #image
ADD COMMENT
Topic
Name
6+7 =