Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Sunday, December 5, 2021

Hour of Code: Celebrating Computer Science Week



Hour of Code is an annual event to promote Computer Science. According to their website: 

The Hour of Code takes place each year during Computer Science Education Week. The 2021 Computer Science Education Week will be December 6-12, but you can host an Hour of Code all year round. Computer Science Education Week is held annually in recognition of the birthday of computing pioneer Admiral Grace Murray Hopper (December 9, 1906). 
We're starting Hour of Code and changing the name to Hours of Code!


Thank you, Hadi Partovi for creating this project!




Computer Science week coincides with the birthdays of two computer science pioneers. A pioneer is a person who is one of the first to enter a field of study or explore a new area of thought. 



1. Ada Lovelace, born in England on December 10, 1815, is considered the world's first computer programmer.



    Photo Credit

    2.  Grace Hopper, whose birthday is December 9, 1906, was an American computer programmer and Navy rear admiral. She contributed to the development of the COBOL language and is credited with popularizing the term "computer bug" in the programming community. 


    Grace Hopper said, "To me programming is more than an important practical art. It is also a gigantic undertaking in the foundations of knowledge."


💻          ðŸ’»          ðŸ’»



One of the important things about problem-solving is persevering. Sometimes you try an algorithm, or list of steps used to solve a problem,  and it fails, adjust your algorithm. Try again! This strategy is called trial and error


On our class blog, you can use HTML code to level up your comments. Here is some information about HTML code. Here is the HTML code for some fancy shapes. There are many more!





What do you like about coding?

Share something you have learned about a program?

What is the most difficult thing about writing computer code?  

Wednesday, January 27, 2010

Let's Learn Some HTML Code!



Mrs. Yollis' students consistently compose 
2-Point comments on the blog 
and 
that makes the blog conversation very interesting.

:-)


*     *     *     *     *
 


Recently, Mrs. Yollis was asked to explain how to get italics or hyperlinks in a comment.




As a reward for great commenting, here are a few HTML tricks!





HTML (Hypertext Markup Language) is a language.

Learning to write HTML code, or HTML tags, is a somewhat simple way to take your comment to the next level.


*     *     *     *     *


To write HTML code, use the following symbols:


Important: Do not add a space between the HTML tag and the word or sentence.

 
                                                                                                                                                                

1.  To put text in italics, place this HTML code around the text:



 

 

The sentence will look like this when published:
 

Bloggers should always proofread a comment before publishing.


                                                                                                                                                                

2.  To make text bold, place this HTML code around the text:






The sentence will look like this when published: 


Bloggers should always proofread a comment before publishing.

                                                                                                                                                                

 

3.  To make a hyperlink, it gets a little tricky.

Use the following HTML code around the URL and add your own link word/words:







  [The URL is the address of the web page. It starts with http://www…]

The HTML code below:






Will become this hyperlink when published:






*     *     *     *     *



What do you think about learning a little HTML code?