added first post tooltip

This commit is contained in:
Joshua Perry 2022-04-14 19:08:05 +01:00
parent 01857a008e
commit 29b5d4d6d7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<button class="arrow"></button> <button class="arrow"></button>
<h1 class="blog_title">Binary to Denary Conversions</h1> <h1 class="blog_title">Binary to Denary Conversions</h1>
<img class="blog_image" src="assets/blog/images/first.png"/> <img class="blog_image" src="assets/blog/images/first.png"/>
<p class="blog_content">The image above is an example of a table we can use to convert 8-bit binary numbers (referred to as bytes) to denary. <p class="blog_content">The image above is an example of a table we can use to convert <span class="moreInfo">8-bit binary numbers<span class="extraInfo">referred to as bytes</span></span> to denary.
Each individual bit is put into each column in the same order as written. Any columns with a 1 should have their values added together. Each individual bit is put into each column in the same order as written. Any columns with a 1 should have their values added together.
The resulting value is the denary conversion. The resulting value is the denary conversion.