Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

JH10
Advanced Member

United Kingdom
304 Posts

Pre-sales questions only
(More Details...)

Posted - 03/04/2021 :  02:12:31  
Hello,
At the top of a page I have
<?php
session_cache_limiter('none');
session_start();
ob_start();
include "vsadmin/db_conn_open.php";
include "vsadmin/inc/languagefile.php";
include "vsadmin/includes.php";
include "vsadmin/inc/incfunctions.php";
include "vsadmin/inc/metainfo.php";?>
<!DOCTYPE html><html>

I am wondering if there should be two html items there?
Thanks for your help.
John

Marshall
Ecommerce Template Guru

USA
1918 Posts

Posted - 03/04/2021 :  05:04:31  
If you are referring to both of these
<!DOCTYPE html><html>
Yes.
You can also specify language in the <html> tag, e.g.
<!doctype html><html lang="en">

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Vince
Administrator

42963 Posts

Posted - 03/04/2021 :  05:24:28  
But of these two...
<!DOCTYPE html><html>
The first is the document type, and in this case it's specifying HTML 5. The second is the opening HTML tag.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

JH10
Advanced Member

United Kingdom
304 Posts

Pre-sales questions only
(More Details...)

Posted - 03/05/2021 :  08:41:34  
Thanks for the well explained answers.

Regards

John
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000