Seamonkey, composer and HTML5

User Help for Seamonkey and Mozilla Suite
Post Reply
ekrubmeg1808
Posts: 1
Joined: October 1st, 2016, 1:54 pm

Seamonkey, composer and HTML5

Post by ekrubmeg1808 »

Composer defaults with an HTML 4.1 heading on anything you (I) put in there. I can't for the life of me find anywhere this can be changed, I would like to move on to HTML5. Is there something I'm missing or does something need to be changed with composer?? Thanks
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: Seamonkey, composer and HTML5

Post by WaltS48 »

A lot needs changed with Composer, but there is no developer to work on it.

I use Geany : Home Page and created my own HTML5 template.

Code: Select all

<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8" />
<title>HTML5 Template</title>
  
</head>

<body>
    
    <h1>HTML5 Template</h1>
    
</body>

</html>
I design, save and press F5 which opens the page in the browser to see how it looks, which means learning HTML5, CSS and maybe JavaScript.
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
LordOfTheBored
Posts: 307
Joined: December 7th, 2005, 8:36 pm

Re: Seamonkey, composer and HTML5

Post by LordOfTheBored »

To my understanding, the last major work on Composer was done before HTML5 was a thing. Hence you can't tell it to make HTML5 pages.
Post Reply