Basic Types Of HTML Tags In Urdu | Learn HTML In Urdu Online

In this lecture we will get the knowledge about Basic Types of HTML tags in Urdu, because it is very important to us that we learn about HTML tags first, then we will be able to work on HTML and their keywords. You should deeply study the given lecture in Urdu, after that you will be able to step up to next lecture. So, dear user, study below lecture in Urdu about Basic Types of HTML tags.
Read More ->>

List Of HTML5 Remove Elements | List Of New HTML5 Removed Tags

HTML5 Removed Elements Tags

HTML5 removed elements and tags are everyday search by lot of Web-Designers and Developers, because they want update their-self with the new version of HTML that is HTML5. A question, which comes in the mind of Web-Designers and Developers that  is "What are HTML5 removed elements or tags?".

Here are a few elements(tags) that were used in previous versions of HTML. But now that they were removed from HTML5. The elements(tags) are as follows. Those elements are as follows, you should keep in mind the below tags that you never use them again.
  • <acronym>
  • <applet>
  • <basefont>
  • <big>
  • <center>
  • <dir>
  • <font>
  • <frame>
  • <frameset>
  • <noframes>
  • <strike>
  • <tt>
We will not ever use those tags which have been removed from HTML5. Because soon, web browsers will not support them.
Read More ->>

What Are HTML Tags | Define HTML Tags

Tag is a special keyword or tags are reserved words of HTML enclosed in angle brackets "<>", which we use to create and organize web pages. Also HTML tags are known as HTML elements.
OR
Special type of words used in HTML within the less-than "<" and greater-than ">" signs which we use to compose a well organized document of HTML are called tags. Some of tags are given below for your better understanding, you should deeply study it.

<html> ................................................ </html>
<body> ............................................... </body>
<h1> ................................................... </h1>
<p> ..................................................... </p>
<img />
<br />

While working with HTML; whenever we want to use HTML tags, we will use angle brackets surround it otherwise it will considered as normal text typed on that document.

Read More ->>