As in the previous tutorial, we have learned about some HTML basic Tags and in this tutorial, we will learn some Advance HTML Tags which you must know as a web developer. Without wasting any time let's jump to the tags and how to use them.
This will be the main template for our source code where we will write our source code inside the body tag.
index.html
Now, let's start with some Advanced HTML Tags. And as we have learned copy the given code and paste it into the body tag of index.html. Now you can also check these tags by copying them.
1). Meter
<meter> defines the scale for measurement within the given range and a fractional value.
Output:
2). Progress
<progress> is used to create a progress bar.
Output:
3). Time
<time> is used to define time in our webpage.
4). kbd
<kbd> tag is used to show the keyboard key.
Output:
5). Datalist
<datalist> provides the autocomplete feature for the input text.
Output:
6). Details
It show/hide the details of summary tag.
Output:
7). Abbreviation
<abbr> defines the abbreviation or acronym.
Output:
8). Cite
<cite> it is basically used to render text in italic.
Output:
9). Canvas
<canvas> mainly used to draw graphics on a web page.
(We will learn about id, width, height, and style very soon.)
Output:
nice information thank you sir
ReplyDelete