HTML 5 has brought in a new generation of web-pages and now we should move ahead and forget some past things which we used to do regularly.HTML 5 has included a lot of new Tags which I told you , but first we need to stop the usage of some Old HTML Tags which no longer function in HTML 5.
So here is the list of 15 tags which are discontinued in HTML 5 :
Note: The Frame and Frameset tags are removed because it hinders the usability of the web-page. Also, it has negative SEO implications.
So here is the list of 15 tags which are discontinued in HTML 5 :
<acronym> Tag
The <acronym> tag was used to define acronyms in HTML 4. An acronym can be spoken as if it were a word, example NATO, NASA, ASAP, GUI.<applet> Tag
The <applet> tag was used to define an embedded applet. You can use the<object> Tag instead of it now!<basefont> Tag
The <basefont> tag was used to define a default font-color,font-size, or font-family for all the text in a document. But we can use CSS for this purpose now!<big> Tag
The <big> tag was used to make text bigger.<center> Tag
The <center> tag was used to center align text and content. We can use CSS for this purpose now.<dir> Tag
The <dir> tag was used to define a directory list. But we can still use the <ol> and <ul> Tags.<font> Tag
The <font> tag was used to define font face, font size, and font color of text. It was among the most used tags in HTML 4 but we have to use CSS for this purpose now.<frame> Tag
The <frame> tag was used to define one particular window (frame) within a frameset.<frameset> Tag
The <frameset> tag was used to define a frameset, which organized multiple windows (frames).Note: The Frame and Frameset tags are removed because it hinders the usability of the web-page. Also, it has negative SEO implications.
No comments:
Post a Comment