![](https://static.wixstatic.com/media/ed6b8a1f51e94bc18bc879c5240d9621.jpg/v1/fill/w_658,h_439,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/ed6b8a1f51e94bc18bc879c5240d9621.jpg)
HTML Coding
HTML stands for HyperText Markup Language. This is the standard coding language used in the design of websites. When coding in HTML, tags are used to markup the language and are constrained inside angle brackets (ie <b>).
The <Strong> command is used to mark the text on the page as important as well as making the text bolded.
When coded, regular text appears like this:
<p>Text that is not coded as strong appears like this.</p>
Strong text is coded like this:
<p><strong>Text that is coded as strong appears like this.</strong></p>
The results are:
Text that is not coded as strong appears like this.
Text that is coded as strong appears like this.
![](https://static.wixstatic.com/media/2f98b7_67c1ce415cef426b900ab4d1b05b57bb.jpg/v1/fill/w_465,h_418,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2f98b7_67c1ce415cef426b900ab4d1b05b57bb.jpg)
Related Products
Binary Numbers
01010011 01100011 01101001 00100000 01000011 01101000 01101001 01100011 00100001 01010100 01101000 01100101 00100000 01100110 01100001 01110011 01101000 01101001 01101111 01101110 01100001 01100010 01101100 01100101 00100000 01110011 01101001 01100100 01100101 00100000 01101111 01100110 00100000 01110011 01100011 01101001 01100101 01101110 01100011 01100101 00100001
Did you catch that? If you didn’t then don’t worry because it’s in a different language. The above series of 0s and 1s is a snippet of binary. It spells out: “Sci Chic! The fashionable side of science!”
Binary is the language used by almost all modern computers and computer devices. Instead of having a language like you and I, computers use a series of numbers to represent all things. Unlike the base 10 system you may be accustomed to, the binary language uses a base 2 system, using only the numbers 0 and 1.
With binary you can represent any number, letter, or character. You can also represent a logic statement or system with gates. By using a series of binary actions a computer can “think” through a problem. When you use a computer you can give the computer a command. The command, while it looks readable to you, must be converted into binary so the computer can understand. Once the computer has the binary representation of your command it can use binary logic mechanisms in order to complete tasks.The result goes back to you, the user, but is first converted back into your language from binary.
![](https://static.wixstatic.com/media/2f98b7_e67fdc8e6db7425d9f172b37bcddd604.jpg/v1/fill/w_424,h_424,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/2f98b7_e67fdc8e6db7425d9f172b37bcddd604.jpg)
Related Products