Jump to content

html


snowboard01

Recommended Posts

this is the most basic topic there is but serioly i cant figure it out from this website, when i want to add an image to a website do i host it and give it its own url or embed it in html somehow or what. as the user desciption says im a noob so plz help me

Link to comment
Share on other sites

You would need to host the site to be able to upload the image to it. To display an image on a site you need to upload it to the site, and you use the <img> tag in your HTML to tell the browser the name of the file, and it's location. The basic format is:

<img src="the file location of the image goes here" alt"image name. or you can leave this blank, but it needs to be included">  

There are other attributes you can include, but this is the tag at it's most basic. You might want to go through the HTML tutorial at W3C Schools. It will give you a basic understanding of HTML and how to use it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...