Apologies in advance - HTML isn't really my language and I'm new to Stack. Hope this is in the right place!
I'm working on inserting alt attributes for all the images on this WordPress website, but I'm not sure if I'm doing it correctly. I'm used to doing things in the front end - not in HTML. Is there a resource that I can use to see if they're being read?
The visual page looks like this:
[content_boxes style="style6"][gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]
The text page looks like this:
[content_boxes style="style6"] [gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]
Apologies in advance - HTML isn't really my language and I'm new to Stack. Hope this is in the right place!
I'm working on inserting alt attributes for all the images on this WordPress website, but I'm not sure if I'm doing it correctly. I'm used to doing things in the front end - not in HTML. Is there a resource that I can use to see if they're being read?
The visual page looks like this:
[content_boxes style="style6"][gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]
The text page looks like this:
[content_boxes style="style6"] [gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]
Share
Improve this question
edited Mar 26, 2019 at 15:01
Pratik Patel
1,1111 gold badge11 silver badges23 bronze badges
asked Mar 25, 2019 at 18:14
Madison ElyseMadison Elyse
1
1
- What is this code you added to your question? What happens when you call the site in your browser and inspect the source code? Are the alt attributes to your images being applied or not? – norman.lol Commented Mar 25, 2019 at 19:08
1 Answer
Reset to default 0You need to look at the source code from the front-end of your website, ie the published version of the page that your website visitors can see.
The code you're pasting here is not HTML. These are shortcodes that a plugin or the active in WordPress use to generate HTML.
The good news is you can very easily view the source of any website using your browser.
Here's an exhaustive list of the way to do that with every major browser.
When you can view the source, you can check your <img>
tags for the alt text you've entered.
If that's too complex, you can always use one of the myriad of alt tag testers available online.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745656903a4638595.html
评论列表(0条)