1. HTML BASICS
Watch: 1. Sublime Setup
Download: Sublime Text 2 - Install
Set up Sublime Text 2
Define:
PASTE YOUR TEST SCORE HERE
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!