Skip to main content

Posts

Showing posts with the label The Crazy Programmer HTML6 – New Features Expected and Release Date HTML6 – New Features Expected and Release Date The Crazy Programmer

HTML6 – New Features Expected and Release Date Neeraj Mishra The Crazy Programmer

As we all know about HTML5 is the latest version of HTML currently available on the internet. HTML6 is soon to be released with some of the modified and new features and functionalities in it. Here is a list of new tag attributes that can be comprised in HTML6 and will have namespace html, such as <html: html>, <html: head>, <html: title>, <html: meta>, <html: link>, <html: a>, <html: media>, <html: body>, and <html: button>, <form: form>, <form: input>, <form: select>, <form: status>, <form: label>, <form: submit>. Image Source <html: html> It is equivalent to <html> tag for beginning of document. <html: head> Tag is similar to current <head> tag in HTML5. <html: title> It is also is similar to current <title> tag. <html: meta> In HTML6 metadata can be anything unlike HTML5. It is used to collect information for the developers. <html: link