Difference between revisions of "Cs42"

From Coder Merlin
m (Editorial review and minor corrections)
Line 1: Line 1:
# CS42
# CS42
# CS42


=== HTML Basics ===
=== HTML Basics ===


I'm sure you have used websites before. A great example is www.youtube.com! YouTube has something interesting for almost everyone. Think about what interests you. What do you like to watch on YouTube?
I'm sure you all have used webites before. www.youtube.com is a great example!
Youtube has something interesting for almost everyone. Think about what interests you. What do you like to watch on Youtube?
 
Youtube is just another one of many other websites. Websites are like online pictures or papers that you can visit using a computer.
Here are some more examples of websites:


YouTube is one example out of many other websites. Websites are like online pictures or papers that you can visit using a computer. Here are some more examples of websites:
*<https://www.nasa.gov/>
*<https://www.nasa.gov/>
*<https://www.allenisd.org/>
*<https://www.allenisd.org/>
*<https://wikipedia.org>
*<https://wikipedia.org>


You can visit many websites—each one for a different purpose. Some websites are used for fun, some are used to teach people, and many others for other reasons.
There are many websites that you can visit, each one for a different purpose.
Some websites are used for fun, some are used to teach people, and many others for other reasons.
 
Have you ever wondered how these websites are created? You can't build them using legos or clay, can you?
While you can't built a website using your hands, you can using a computer! All websites are created using a tool called "HTML"
 
HTML stands for "Hyper Text Markup Language", but you don't need to remember that in order to build your own website.


Have you ever wondered how these websites are created? You can't build them using Legos or clay, can you? Although you can't built a website using your hands, you can using a computer! All websites are created using a tool called "HTML."
All you need to know in order to make a website using HTML is tags. HTML tags are used to create parts of a webiste, like pictures and words.


HTML stands for "Hypertext Markup Language," but you don't need to remember that to build your own website.
Building a website is pretty hard, so the computer will do it for you. You only need to tell it what to do.
Tags are the way you can tell the the computer what you want. They tell the computer what to put on your website.


To make a website using HTML, all you need to know is tags. HTML tags are used to create parts of a website, like pictures and words.
Here are some examples of tags:
Here are some examples of tags:


*"< p >" - The paragraph tag. This adds words to your website
*<p></p> - The paragraph tag. This adds words to your website
*"< img >" - The image tag. This adds pictures to your website
*<img></img> - The image tag. This adds pictures to your website


Many more tags are available—all waiting for you to learn. Once you learn about them, you can use them to build your own website.
There are many more tags, all waiting for you to learn. Once you learn about them, you can use them to build your very own website.


But before that, you need a plan. You should first draw on a sheet of paper what you want your website to look like. Try to be creative, and make it all about you!
But before that, we need a plan. Let's first draw on a sheat of paper what you want your website to look like. Try to be creative, and make it all about you!

Revision as of 03:08, 14 January 2023

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
  1. CS42
  1. CS42

HTML Basics[edit]

I'm sure you all have used webites before. www.youtube.com is a great example! Youtube has something interesting for almost everyone. Think about what interests you. What do you like to watch on Youtube?

Youtube is just another one of many other websites. Websites are like online pictures or papers that you can visit using a computer. Here are some more examples of websites:

There are many websites that you can visit, each one for a different purpose. Some websites are used for fun, some are used to teach people, and many others for other reasons.

Have you ever wondered how these websites are created? You can't build them using legos or clay, can you? While you can't built a website using your hands, you can using a computer! All websites are created using a tool called "HTML"

HTML stands for "Hyper Text Markup Language", but you don't need to remember that in order to build your own website.

All you need to know in order to make a website using HTML is tags. HTML tags are used to create parts of a webiste, like pictures and words.

Building a website is pretty hard, so the computer will do it for you. You only need to tell it what to do. Tags are the way you can tell the the computer what you want. They tell the computer what to put on your website.

Here are some examples of tags:

  • - The paragraph tag. This adds words to your website
  • <img></img> - The image tag. This adds pictures to your website

There are many more tags, all waiting for you to learn. Once you learn about them, you can use them to build your very own website.

But before that, we need a plan. Let's first draw on a sheat of paper what you want your website to look like. Try to be creative, and make it all about you!