This should be pretty easy, was wondering what the HTML code would be for this picture
This should be pretty easy, was wondering what the HTML code would be for this picture
here is an easy way to find out:
1) right click go to properties of the image (example: https://o.view.usg.edu/images/logo.gif)
2) now that you got the name of the image right click on the page and go to view source, ctrl + f and type in the name of the image
3) code should look something like this:
<a href=""><img src="https://o.view.usg.edu/images/logo.gif" border="0" /></a>
we are using a generic name for the image, but the code needs to be right for the link to e-mail and link to site.
<html>
<body>
<center>
<b>3700 Management Information Systems</b><br>
<br>
<br>
<a href="mailto:[email protected]">email Professor Shade</a><br>
<br>
<a href="http://www.kennesaw.edu">Kennesaw State University</a><br>
<img src="picturenamehere.jpg">
</center>
</body>
</html>
Nope, I'm not an IS major. This is just a core requirement level class online.
Wouldn't be doing HTML in 3000 level courses, thats like doing basic addition in calculus.