1. HTML BASICS
1. HTML BASICS
Watch: 1. Sublime Setup
Download: Sublime Text 2 - Install
Set up Sublime Text 2
- Make a new page Sublime Text 2 save as 1Basics.html
- Copy and paste the questions below on your page.
- Click on the Link then read to answer the questions.
- Use the <b>BOLD TAG </b> to make your answers bold.
- Use the line break tag <br> to start a new line.
- HTML stands for:
Define:
- Hypertext
- Markup Language
- What are the most important benefits of HTML?
- How do you save a document an HTML document?
- What is used to enclose HTML Tags?
- What is the purpose of the:
- Start tag?
- End tag?
- What are the two parts of a normal webpage?
- How do you tell the browser where the document starts and ends?
- 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)
- What does the body section of the webpage contain?
- Where can you find a complete overview of resources for this site?
PASTE YOUR TEST SCORE HERE
- Take the quiz.
- 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.
- Review the correct answers.
- Print the Quiz - Press Preview - Rename and save.
- TURN THE TEST IN ON ENGRADE.
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!