Accountancy, asked by gurmansekhon65, 8 months ago


7. Unrecorded liability will be shown in:

Answers

Answered by antrasharma97
13
 <br /><br />&lt;!DOCTYPE html&gt;<br />&lt;html lang="en"&gt;<br />&lt;head&gt;<br />&lt;title&gt;Doraemon&lt;/title&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div class="head"&gt;<br />&lt;div class="eye_white"&gt;<br />&lt;ul&gt;<br />&lt;li&gt;&lt;div class="eye_black"&gt;&lt;/div&gt;&lt;/li&gt;<br />&lt;li&gt;&lt;div class="eye_black"&gt;&lt;/div&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;div class="white"&gt;<br />&lt;div class="line_left"&gt;<br />&lt;/div&gt;<br />&lt;div class="line_right"&gt;<br />&lt;/div&gt;<br />&lt;div class="nose"&gt;&lt;/div&gt;<br />&lt;div class="line_vertical"&gt;&lt;/div&gt;<br />&lt;div class="mouth"&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;style&gt;<br />.head{<br />width:600px;<br />height:600px;<br />border-radius:100%;<br />background:#3c9dca;<br />border: black solid thick;<br />}<br />.white{<br />width: 524px;<br />height: 462px;<br />border-radius: 100%;<br />position: relative;<br />top: 120px;<br />left: 38px;<br />background: #FFF;<br />border: black solid thin;<br />z-index: 0;<br />}<br />.eye_white {<br />position: relative;<br />top: 60px;<br />left: 130px;<br />z-index: 1;<br />}<br />.eye_white li{<br />width: 125px;<br />height: 152px;<br />border-radius: 100%;<br />background: #FFF;<br />list-style:none;<br />border: black solid thin;<br />display:block;<br />float:left;<br />}<br />.eye_black{<br />width: 25px;<br />height: 45px;<br />border-radius: 100%;<br />background: #000;<br />list-style:none;<br />top: 80px;<br />position:relative;<br />border: black solid thin;<br />display:block;<br />left: 10px;<br />-webkit-animation:move 6s ease infinite;<br />animation:move 6s ease infinite;<br />}<br />@-webkit-keyframes move {<br />16%{top:95px;left:30px;}<br />32%{top:100px;left:60px;}<br />48%{top:80px;left:90px}<br />64%{top:100px;left:60px}<br />80%{top:95px;left:30px}<br />}<br />@keyframes move {<br />16%{top:95px;left:30px;}<br />32%{top:100px;left:60px;}<br />48%{top:80px;left:90px}<br />64%{top:100px;left:60px}<br />80%{top:95px;left:30px}<br />}<br />.eye_black::before{<br />content:'';<br />width: 10px;<br />height: 15px;<br />border-radius: 100%;<br />background: #fff;<br />list-style: none;<br />top: 16px;<br />position: relative;<br />display: block;<br />left: 7px;<br />}<br />.line_left{<br />width: 150px;<br />height:2px;<br />transform:rotate(20deg);<br />top: 90px;<br />left: 14px;<br />position:relative;<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />}<br />.line_left::before{<br />content:'';<br />width: 150px;<br />height:2px;<br />top: 70px;<br />transform:rotate(-20deg);<br />position:relative;<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />}<br />.line_left::after{<br />content:'';<br />transform:rotate(-40deg);<br />width: 150px;<br />height:2px;<br />top: 120px;<br />left: 30px;<br />position:relative;<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />}<br />.line_right{<br />width: 150px;<br />height:2px;<br />transform:rotate(160deg);<br />top: 90px;<br />left: 370px;<br />position:relative;<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />}<br />.line_right::before{<br />content:'';<br />width: 150px;<br />height:2px;<br />bottom: 100px;<br />position:relative;<br />transform:rotate(30deg);<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />left:20px;<br />}<br />.line_right::after{<br />content:'';<br />width: 150px;<br />height:2px;<br />bottom: 50px;<br />transform:rotate(10deg);<br />left: 0px;<br />position:relative;<br />border-radius: 10%;<br />background: #000;<br />list-style: none;<br />display: block;<br />}<br />.nose{<br />width: 45px;<br />height: 45px;<br />border-radius: 100%;<br />background: #b90319;<br />list-style: none;<br />top: 60px;<br />position: relative;<br />border: black solid thin;<br />display: block;<br />left: 236px;<br />z-index:2;<br />}<br />.nose::after{<br />content: '';<br />width: 15px;<br />height: 15px;<br />border-radius: 100%;<br />background: #FFF;<br />list-style: none;<br />top: 19px;<br />position: relative;<br />border: black solid thin;<br />display: block;<br />left: 9px;<br />}<br />.line_vertical{<br />width: 2px;<br />height: 310px;<br />top: 40px;<br />left: 258px;<br />position: relative;<br />border-radius: 10%;<br />background: #000;<br />z-index: 1;<br />}<br />.mouth{<br />width: 400px;<br />height: 400px;<br />border-radius: 100%;<br />top: -358px;<br />left: 62px;<br />position: relative;<br />background: #000;<br />z-index: -1;<br />}<br />.mouth::after{<br />content: '';<br />width: 402px;<br />height: 401px;<br />top: -4px;<br />left: -1px;<br />border-radius: 100%;<br />position: relative;<br />display: block;<br />background: #FFF;<br />}<br />&lt;/style&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />
Answered by anishadash2005
1

Answer:

These are shown in new balance sheet

Similar questions