JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

HTML5 Progress Tag

March 15, 2014 by Krishna Srinivasan Leave a Comment

Implementing the progress bar for knowing the current status of task is common among the applications. Prior to HTML5, there is no default element in HTML to achieve this functionality. Programmers has to implement their own design or to get the help of third party implementation. With the HTML5, the <progress> tag is used to show the […]

Filed Under: HTML Tagged With: HTML5

HTML5 Output Tag

March 15, 2014 by Krishna Srinivasan Leave a Comment

The <output> tag is used to display the result of the calculation. The content is written between the start and end tag of <output> tag. The HTML5 specification defines it as “result of calculation or an action”. If you look at the below example, this <output> tag simplifies the calculation of two fields by just […]

Filed Under: HTML Tagged With: HTML5

HTML5 Meter Tag

March 15, 2014 by Krishna Srinivasan Leave a Comment

The <meter> tag is used to represent the scalar value within the given range. It is used to measure the maximum and minimum range of the scalar value. The range is been written between the start and end tag of <meter> tag. There is another element called <progress> tag which gives us completion rate ⁄ degree […]

Filed Under: HTML Tagged With: HTML5

HTML5 Main Tag

March 14, 2014 by Krishna Srinivasan Leave a Comment

HTML5 has added the new structural element <main> added to its specification last year. The purpose of this element is to indicate the important or primary portion of the document where main content is displayed. This <main> element will be added inside the <body> tag. Note that, befor <main> tag, body tag is used for […]

Filed Under: HTML Tagged With: HTML5

HTML5 – Datalist Vs Select Tags

March 13, 2014 by Krishna Srinivasan Leave a Comment

In our previous tutorial I have explained HTML5 Datalist with a simple example. If you are a novice HTML programmer, then you would have a confusion on difference between <datalist> and <select> elements. The reality is that, both are used for the entirely different purposes. Datalist Tag This tag is used for suggesting the possible […]

Filed Under: HTML Tagged With: HTML5

HTML5 Embed Tag

March 12, 2014 by Krishna Srinivasan Leave a Comment

The Html <embed> element is used to embedding an external application or interactive content to the web page. This is a standard and well supported HTML5 tag for embedding multimedia files into the web page (note that prior to the HTML5 specification, this tag is used as the non-standard tag and supported by all the […]

Filed Under: HTML Tagged With: HTML5

HTML5 DataList Tag

March 12, 2014 by Krishna Srinivasan Leave a Comment

The <datalist> tag is used to provide a list of elements to the user to select from this particular list. Text Box auto complete is the most popular widget after the popularity of AJAX framework. We can achieve the auto complete by using the html and javascript code. Every JS framework has the built-in functionality […]

Filed Under: HTML Tagged With: HTML5

HTML5 Nav Tag

March 12, 2014 by Krishna Srinivasan Leave a Comment

One of the new element used in the HTML5 is <nav>. The <nav> element in HTML5 is used to define the set of navigational links. This element is useful in grouping the links logically and giving the meaningful semantic markup which will be useful for the screen readers. This tutorial helps you to understand how […]

Filed Under: HTML Tagged With: HTML5

HTML5 Footer Tag

March 12, 2014 by Krishna Srinivasan Leave a Comment

The <footer> element is used to define the footer in the HTML document of section. It is defined at the bottom of the page. It is mostly used to show some information such as copyright, version, author name etc. However, there is no restriction to use the <footer> tag to use at the end of […]

Filed Under: HTML Tagged With: HTML5

HTML5 Header Tag

March 12, 2014 by Krishna Srinivasan Leave a Comment

The <header> element is used to display the headers in html page. There are various heading element such as <hgroup> , < h1> to < h6> element. We can use headers by using <h1> to <h6> tag which defines font size according to header tags. Note that <hggroup> tag is removed from the HTML5 specification. […]

Filed Under: HTML Tagged With: HTML5

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.