I want to develop a site as below as I describe:
Suppose, I have a structure :
<!DOCTYPE html>
<html>
<head>
        <!-- Here I want to take input the meta tag with links -->
    <style>
        <!-- Here I want to take input css -->
    </style>
</head>
<body>
    <!-- Here I want to input codes -->
    <!-- Here I want to take Input all the script file & script links -->
    <script>
        // Here I want to take input script code
    </script>
</body>
</html>
After getting all input, the whole code will be formatted as template as I want.
So, Can anyone help me with giving me any suggestion, how can I take input those code and properly format them...??
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire