Can we use HTML 5.0 and css 3.0 on non-publishing site e.g Team site?
in SharePoint 2013 can we use HTML 5.0 and css 3.0 on non-publishing site e.g Team site? In this case publishing feature is not activated in the team site. What is best practice? Or should we use HTML 5.0 and CSS 3.0 only for publis
July 20th, 2015 3:11am

Yes, You can !

Because all master files in SharePoint 2013 are compatible with HTML5 and CSS3.

Just open the seattle.master and see the <!DOCTYPE HTML> tag and core15.css all are good to go with HTML5.

Free Windows Admin Tool Kit Click here and download it now
July 20th, 2015 3:17am

Yes, You can !

Because all master files in SharePoint 2013 are compatible with HTML5 and CSS3.

Just open any the master files seattle.master,oslo.master and see the <!DOCTYPE HTML> tag on top of the page and  also check the core15.css all are good to go with

July 20th, 2015 5:34am

Yes, You can !

Because all master files in SharePoint 2013 are compatible with HTML5 and CSS3.

Just open any the master files seattle.master,oslo.master and see the <!DOCTYPE HTML> tag on top of the page and  also check the core15.css all are good to go with

Free Windows Admin Tool Kit Click here and download it now
July 20th, 2015 7:16am

Hi jnkb or User2278,

Here is the screeshot of the seattle.master page that support the HTML5 markup on all the content page where seattle.master page has been used.

No need to activate the publishing feature on your team site.

Add any content editor webpart on your teamsite page or scrip editor and paste the below code.Whether its supporting HTML5 on you teamsite.

<video width="400" controls>
  <source src="http://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
  <source src="http://www.w3schools.com/html/mov_bbb.ogg" type="video/ogg">
  Your browser does not support HTML5 video.
</video>
July 20th, 2015 11:13am

that means to use HTML5 & CSS3 no need to to activate publishing feature in a team site. 

what is industry standard in this case? I heard to acheive this professionals are activating publishing feature in a team site.

is this true?

Free Windows Admin Tool Kit Click here and download it now
July 21st, 2015 2:17am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics