Jump to content

Css And Seo - What Replaces "alt Tags"?


queenpictoria

Recommended Posts

Hello.

 

I am new at CSS but have four years in HTML.

 

In HTML, one can use the "alt tags" which are found after URL of the pictures and images.

With CSS, is the "alt tag" still used in the code after each image?

If so, where?

 

Are the images placed in the css document without any "alt tags"??

 

What happens if the picture or image does not come up with no "alt" title

to describe the image. What then?

 

The "alt tags" are also a great way to embed keywords into the document.

what is the advantage to CSS in this way?

 

I am very new to CSS and believe I need this answered so I can move on.

 

Does this make sense to anyone?

 

Thanks!

 

queenpictoria

Link to comment
Share on other sites

You can not set the ALT attribute for CSS images nor do you need to. CSS images should not be used for images that contain content, they are best used only for design/layout images. I find this acceptable, since accessibility guidelines recommend an empty ALT attribute for images that are not called via CSS and are purely for layout(with the expectation of transparent and images).

 

With that said, if you use the alt attribute as intended with meaningful descriptions then there is nothing to worry about with the SEO needs.

(content, content, content)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...