Advertisement:

Author Topic: <solved by dev101>doctype  (Read 387 times)

jhosua

  • Newbie
  • *
  • Posts: 24
<solved by dev101>doctype
« on: April 03, 2017, 10:36:42 pm »
Should i change the doctype
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">with... ?
Code: [Select]
<!DOCTYPE html>
« Last Edit: April 10, 2017, 08:48:34 pm by jhosua »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: doctype
« Reply #1 on: April 04, 2017, 03:19:05 am »
Sure, if you don't use any xhtml specific things, go ahead.
I use html5 doctype since years ago.
« Last Edit: April 12, 2017, 02:24:24 am by dev101 »

jhosua

  • Newbie
  • *
  • Posts: 24
Re: doctype
« Reply #2 on: April 10, 2017, 08:45:48 pm »
many thanks dev101