1. HTML BASICS

1. HTML BASICS

Watch: 1. Sublime Setup

Download: Sublime Text 2 - Install

Set up Sublime Text 2

  1. Make a new page Sublime Text 2 save as 1Basics.html
  2. Copy and paste the questions below on your page.
  3. Click on the Link then read to answer the questions.
  4. Use the <b>BOLD TAG </b> to make your answers bold.
  5. Use the line break tag <br> to start a new line.

INTRODUCTION

  • HTML stands for:

Define:

  • Hypertext
  • Markup Language

WHY LEARN HTML?

  • What are the most important benefits of HTML?
  • How do you save a document an HTML document?

TAGS

  • What is used to enclose HTML Tags?
  • What is the purpose of the:
  • Start tag?
  • End tag?

PAGE STRUCTURE

  • What are the two parts of a normal webpage?
  • How do you tell the browser where the document starts and ends?

HEAD SECTION

  • What does the head section of the webpage contain?
  • What does the head section of the webpage look like in the browser?(This question is tricky)

BODY SECTION

  • What does the body section of the webpage contain?

HOW TO LEARN MORE

  • Where can you find a complete overview of resources for this site?

PASTE YOUR TEST SCORE HERE

TAKE THE QUIZ!

  1. Take the quiz.
  2. Highlight the quiz results then copy and paste the final score (Final Score: 10/10! Topic: HTML > Basics) it at the end of your page.
  3. Review the correct answers.
  4. Print the Quiz - Press Preview - Rename and save.
  5. TURN THE TEST IN ON ENGRADE.

Final Score: 10/10!

Topic: HTML > Basics

Question Summary:

1

2

3

4

5

6

7

8

9

HTML is short for ?

Your Answer: Hyper Text Markup Language

Correct!

WYSIWYG stands for ?

Your Answer: What You See Is What You Get

Correct!

All HTML tags are enclosed in what ?

Your Answer: < and >

Correct!

Tags and text that do not show directly on the page are placed where ?

Your Answer: Head

Correct!

The <title> tag belongs where in your HTML ?

Your Answer: Head

Correct!

Which program do you need to write HTML?

Your Answer: Any text editor

Correct!

All normal webpages consist of what two parts ?

Your Answer: Head and body

Correct!

What tag tells the browser where the page starts and stops ?

Your Answer: <html>

Correct!

Which of the following will NOT be found in the <head> section ?

Your Answer: Table

Correct!

Text Edit Preferences
HTML Website.ppt

10

Which section is used for text and tags that are shown directly on your web page ?

Your Answer: Body

Correct!