• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » figure vs img Tag in HMTL5 WordPress Posts

By Abhishek Ghosh May 5, 2015 12:29 pm Updated on May 5, 2015

figure vs img Tag in HMTL5 WordPress Posts

Advertisement

It is quite important to understand by the WordPress (claimed) developers the difference of using figure vs img Tag in HMTL5 WordPress Posts. Possibly the most nice way to understand the difference is understanding the difference between URL and URI. There is another thing – aside. More thing – canvas. HTML5 can be very difficult thing, if the spec is not read properly. There is semantic representation and API in HTML5. Adding a header and few vocabulary actually does not make a clean HTML5 document. It is very dangerous way of developing WordPress themes.

 

figure vs img Tag in HMTL5 WordPress Posts

 

Image is img tag. This is a colorful image of a prototype webpage. Before HTML5 there was no way to represent an image semantically through HTML. Thing was not present. That is why we used this format :

Vim
1
<img src="https://thecustomizewindows.com/wp-content/uploads/2015/05/figure-vs-img-Tag-in-HMTL5-WordPress-Posts.png" alt="figure vs img Tag in HMTL5 WordPress Posts" />

Alt becomes the only way to give some information. This is the result :

Advertisement

---

figure vs img Tag in HMTL5 WordPress Posts

Except the alt it has no information. Whether the image has to do with the article or not, this sense could not be conveyed. When are using the old style of HTML, semantically it is not conveying information. Diagrams
photos, code listings – all are figures. So, to be correct, the HTML code should be :

Vim
1
2
3
4
<figure>
  <img src="https://thecustomizewindows.com/wp-content/uploads/2015/05/figure-vs-img-Tag-in-HMTL5-WordPress-Posts.png" alt="figure vs img Tag in HMTL5 WordPress Posts">
  <figcaption>Comment by Dr. Abhishek Ghosh on figure vs img</figcaption>
</figure>

We are embedding it :

figure vs img Tag in HMTL5 WordPress Posts
Comment by Dr. Abhishek Ghosh on figure vs img

CSS actually varies a bit, we managed with “class”. This is simple representation, but we can use more complex stuffs like :

Vim
1
2
3
4
<figure>
  <img src="https://thecustomizewindows.com/wp-content/uploads/2015/05/figure-vs-img-Tag-in-HMTL5-WordPress-Posts.png" alt="figure vs img Tag in HMTL5 WordPress Posts">
  <figcaption>Comment by <a rel="author" href="https://www.icann.org/profiles/abhishek-ghosh">Dr. Abhishek Ghosh</a> on figure vs img. <small>Copyleft, under GNU GPL 3.0 License.</small></figcaption>
</figure>

The next thing is aside. aside may be good for Photoblog. Text is of lesser value. Content is probably related and may not be essential in case of Photoblog.

Basically an infographics is not only an image, it conveys huge data. The HTML div element is a generic container for flow of content, which does not inherently represent anything. That is not a great way for HTML5 document to hugely use for using CSS. We have CSS3 pseudo class like for creating that Drop Caps. div class drop caps is not the way to represent the data with a visual aspect. Visual aspect should be handled by CSS3 and javascript library. jQuery is an example library.

Conversion from xHTML to HTML5, actually can not be done. In this way, the web will get bloated with meaningless pieces of data when we have a way to sort. canvas is better for audio, video etc. Reading HTML output and adjusting the PHP is not the right way of initial development. We are hobbyists, we might do that wrong way for kind of back calculation, if you are professional programmer you should not “adjust” in that way from the beginning of creating a HTML5 theme. The problems will be faced in next developments of HTML5 for such “somehow managing” approach.

Tagged With beoseo wapka mobi , beoseo wapka , beoseo wapka mobi/imag , http://beoseo wapka mobi , Converting IMG TAG http://beoseo wapka mobi/image , blocked plugins use hmtl5 , beoseo wapka mobi/video , wapka mobi pic , beoseo wapka mobi video , beoseo wapka mobi image

This Article Has Been Shared 723 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to figure vs img Tag in HMTL5 WordPress Posts

  • Responsive Web Design, Grid System and Mobile Website

    Responsive Web Design, Grid System and Mobile Website are used for making a website easily viewable on any mobile devices including Tablets. Here is a guide.

  • AdSense Asynchronous Ads with Responsive Design

    AdSense Asynchronous Ads with Responsive design is a quite difficult to manage or implement. Here are some ideas which might help you for HTML5 website.

  • Google+ Embedded Posts : Easy Guide

    Google+ Embedded Posts, unlike Google+ Interactive Posts do not demand much technical knowledge or access to API. It is really simple to work with single post.

  • RESTful API for WordPress to Enable Public HTTP GET Request for Posts

    RESTful API for WordPress Can Enable Many Features to a Website Like We Can Fetch Data for Facebook Page from Widget via HTTP GET Request.

  • Remove p Wrap Around Post Images in WordPress Genesis

    Here is How To Remove p Wrap Around Post Images in WordPress Genesis. This is the First Step For Adding figure and fig caption and SVG in WordPress.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Modernizing Your Business With a Hybrid Cloud Strategy May 22, 2022
  • Big Data in Sports May 20, 2022
  • FaaS Versus PaaS Deployment: What You Should Know May 18, 2022
  • What Is A Digital Media Consultancy? May 17, 2022
  • How Artificial Intelligence (AI) Is Changing The Way We Play Bingo May 16, 2022

About This Article

Cite this article as: Abhishek Ghosh, "figure vs img Tag in HMTL5 WordPress Posts," in The Customize Windows, May 5, 2015, May 22, 2022, https://thecustomizewindows.com/2015/05/figure-vs-img-tag-in-hmtl5-wordpress-posts/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy