Apply for Zend Framework Certification Training

Css



< First Getting Started With CodeIgniter URL Routing >



<style>
    #parent h1{
        color: red;
    }
    #child h1{
        color: blue;
    }
</style>
<div id="parent">
    <h1>welcome</h1>
</div>
<div id="child">
    <h1>welcome</h1>
</div>

 

< First Getting Started With CodeIgniter URL Routing >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top