dimanche 25 août 2019

I want to split my html code with

I want split my html code like i want to get var css=h1{color:green;} var js=var de="se"; can you help me please?

I am trying this but it isn work var res = content.split("" && "");

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
    GOr is best
<style>
    h1{
        color:green;
    }
</style>
<script type="text/javascript">
    var de="se";
</script>
</body>
</html>




Aucun commentaire:

Enregistrer un commentaire