Apply for Zend Framework Certification Training

Css





1) How a CSS can be used for HTML

<style>

    #mytext{

        height: 40px;

        display: block;

    }

    .mytext{

        height: 40px;

        display: block;

    }

    input{

        border-radius: 5px;

    }

</style>

<input class="mytext" type="text" placeholder="First name & last name" name="firstname"/>

<input id="mytext" type="text" placeholder="Mobile no" name="mobileno"/>

 

2) In how many ways a CSS can be used for HTML Elements

    a) Internal

    b) External

    c) Inline

 

< 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