How to Use HTML to Insert a Logo

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.

When you want to add an logo to your website or e-mail, some simple HTML is all it takes to insert the image. Adding a logo can make your online publishing efforts much more professional, and it's easy to add different logos and images to your files once you memorize the basic code. If you want to insert a logo into a design or file, here's how to use HTML to create your web-friendly logo.

Advertisement

Step 1

Locate the file of your logo. You'll need the file location and extension of your logo image so that you can insert it into the code.

Video of the Day

Step 2

Open your word editor. Open up Notepad or other word processing software to begin writing your code.

Advertisement

Step 3

Write the code to insert an image file. Type <img src=" followed by your file location/name, and extension. End this portion of the code with one set of apostrophes and close your tag with a '>'.

Step 4

Insert 'alt tag' information. This is valuable for the search engines and users who cannot read images. This information can include your company name or simply the message of your logo. You'll need to add this immediately after the 'img src' section and insert the text around two apostrophes.

Advertisement

Advertisement

Step 5

Indicate height and width of your image. Height and width information go immediately after your alt tag attribute and are also wrapped around apostrophes. You will need to write the following: width = "(number of pixels)" height="(number of pixels)".

Step 6

Indicate border information then close the tag. Border thickness is not required for all logos, but the default is usually '0'. You will need to write the following: border="0" and then close the tag with another '>' symbol.

Step 7

Save your file as an .htm extension. This is your HTML file that you can use for your design project.

Video of the Day

Advertisement

Advertisement

Report an Issue

screenshot of the current page

Screenshot loading...