Presentation is loading. Please wait.

Presentation is loading. Please wait.

Unit 3 Day 2 FOCS – Web Design. Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about.

Similar presentations


Presentation on theme: "Unit 3 Day 2 FOCS – Web Design. Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about."— Presentation transcript:

1 Unit 3 Day 2 FOCS – Web Design

2 Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about the video that caught attention? Did watching the videos change your attitude at all about the how you use the internet? What did learn by watching the videos that you did not know before?

3 Creating Web Pages

4 Coding Language There are many computer languages for writing code. When you're writing Web pages and some other kinds of electronic documents, the main language you'll use to write your code is HTML—Hypertext Markup Language.

5 Tags Hypertext Markup Language consists of tags that define what each element in a document is. There are about 100 different tags, and they all have one thing in common: Each tag starts with an opening angle bracket ( ).

6 There are certain mandatory tags that every Web page must contain. You'll create a Web page that contains those mandatory tags. To get started, you'll need to open Notepad. In that editor, start by typing this tag:

7 Accuracy Counts When it comes to typing code, you have to be very accurate and type exactly what I show you. It's not like typing text for humans, where you can make all kinds of mistakes and the person reading it can figure out what you meant anyway. Computers don't have eyes to see with or brains to figure things out with. You have to type the code correctly and without mistakes. So notice that the first tag I had you type contains no blank spaces and uses all lowercase letters. If you typed yours differently, now would be a good time to correct it.

8 Now, please press ENTER to start a new line. Then type one more tag as shown below.

9 Next, we'll type a couple of tags right next to each other. Notice that here you'll start to see that some tags contain a forward slash (/). That's not the same as a backslash (\), which leans back on the letter that precedes it. Make sure you always use a forward slash (/) in your HTML tags. Here are the two tags I want you to type next to each other now:


Download ppt "Unit 3 Day 2 FOCS – Web Design. Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about."

Similar presentations


Ads by Google