Welcome to Jona Lee's Blog for B Block Computer Applications

Friday, November 7, 2014

HTML Intro

3 things I want to learn about HTML:
1. How to properly build and format a webpage.
2. How to make webpage's look professional.
3. How to add fun effects and videos to a webpage.

2 things I have learned about HTML:
1. The < /> method of HTML.
2. <b> makes the text bold.

1 concern I have about making a webpage:
1. Not finishing the projects in time.

Thursday, November 6, 2014

Review Binary Code



Kalli's New Binary Code was:
< represents the number 0
> represents the number 1

< > < < < = H
< > < < > = I

< < < < < = space

< > > < > = M
> > < < > = Y


< < < < < = space

< > > > < = N
< < < < > = A
< > > < > = M
< < > < > = E

< < < < < = space

< > < < > = I
> < < > > = S

< < < < < = space

< > < > < = J
> < < < < = O
< > > > < = N
< < < < > = A


Now I will write the same sentence using Sophie's code, which is:
+ represents 1
_ represents 0

_ + _ _ _ = H
_ + _ _ + = I

_ _ _ _ _ = space

_ + + _ + = M
+ + _ _ + = Y
_ _ _ _ _ = space

_ + _ _ + = I
+ _ _ + + = S

_ _ _ _ _ = space
_ + _ + _ = J
_ + + + + = O
_ + + + _ = N
_ _ _ _ + = A