skip to Main Content

with php how can i replace html tag names inside text

I want to change tag name inside some text for example; <div class="col-sm-12 col-md-6 col-lg-4 float-left"> <div class="service-one__single"> <span class="service-one__dot-1">BLA BLA 1</span> <span class="service-one__dot-2">BLA BLA 2</span> <span class="service-one__dot-3">BLA BLA 3</span> </div> </div> I want to replace <span> tags with <p>…

VIEW QUESTION

Html – how to change image color in CSS

I'm a css/html/js all that domain - beginner. so i am learning to code an app I added a white png to a code: <div class="todo-app"> <h2>To-Do list <img src="images/clock.png" alt=""></h2> <div class="row"> <input type="text" id="input-box" placeholder="Add your text"> <button>Add</button>…

VIEW QUESTION
Back To Top
Search