イエネコの起源は、ネズミを捕獲させる目的で飼われ始めたヨーロッパヤマネコの家畜化であり、ヨーロッパヤマネコの亜種とされることもある。ヨーロッパヤマネコの学名をより記載の早いイエネコと同じFelis catusとする説もあったが、2003年にICZNの強権によりF.catusはイエネコのみを指す学名として、野生種の学名はF.silvestrisを引き続き使用することが認められた。
古く日本ではヤマイヌ(狼)に対して「イエイヌ」とも言っていた。英語名 domestic dog は、伝統的な学名 C. familiaris(家族の-犬)を英訳にしたもので、日本では domestic dog の訳語として古来からのイエイヌの語をあてるようになった。
最も広義にはウサギ目、狭義にはウサギ科、さらに狭義にはウサギ亜科もしくはノウサギ亜科 Leporinaeの総称である。
<div class="cp_actab">
<input id="tab-four" type="radio" name="tabs2">
<label for="tab-four">タイトル</label>
<div class="cp_actab-content">
<p>テキスト</p>
</div>
</div>
<div class="cp_actab">
<input id="tab-five" type="radio" name="tabs2">
<label for="tab-five">タイトル</label>
<div class="cp_actab-content">
<p>テキスト</p>
</div>
</div>
<div class="cp_actab">
<input id="tab-six" type="radio" name="tabs2">
<label for="tab-six">タイトル</label>
<div class="cp_actab-content">
<p>テキスト</p>
</div>
</div>
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 1px;
color: #ffffff;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
margin: 0 0 1px 0;
cursor: pointer;
background: #1b2538;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.35s;
transition: max-height 0.35s;
background: #a9bce2;
}
.cp_actab .cp_actab-content p {
margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/* Icon */
.cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}
.cp_actab input[type=radio] + label::after {
content: 'BC';
}
.cp_actab input[type=radio]:checked + label::after {
transform: rotateX(180deg);
}