Original source code of above element is looking like this:
<main>
<head>
some code...
</head>
<body>
<main>
some code...
</main>
</body>
<style>
some styling...
</style>
<script>
some script...
</script>
</main>