some time i watch tutorials and see when they put closing tag comments automatically genrates and the new line too.I try to find the solution and find the extension name Emmet but could not get the result please help me.Here is example.
<div class="header">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/logo.png"></a>
</div><!--------logo----------->
<a href="#hide1" class="hide" id="hide1">+</a>
<a href="#show1" class="show" id="show1">-</a>
<div class="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Home</a></li>
</ul>
</div><!----------navigation--------------->
</div>
</div><!------------container----------->
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I have a problem concerning a landing page I want to upload to my hostBefore entering the landing page, a loader shows up then you get redirected to the landing page, however in my case, the loader is stuck and cannot redirect
I want to have some list elements that got a dynamically adjusting height via css
I would include material design in my Angular projectI'm using Stackblitz online IDE
I'm trying to change the color of a MenuItem, using PrimeNG hereHere's my code so far: