HTML Coding 4.1
Using a Text Editor 4.2
Enhancing HTML Page 4.3
DreamWeaver vs Notepad 4.4
Tags and Attributes
100
HTML - Hypertext Markup Language
What is the code used to create web pages?
100
Notepad
What is the name of the text editor we used in class?
100
Anchor Tag
What tag is used to create all links and identify what is clicked and where the link will take the user?
100
DreamWeaver
What is a website application whose major advantage is you can see how your web page will look while you work on it?
It's a WYSIWYG.
100
STRONG
What is Code in between < > used to produce BOLD font?
200
HTML Tag
What is the text between 2 angle brackets < > ?
200
1. Document Type Definition (DTD)
2. Header
3. Body
What are the 3 parts of an HTML Document in Notepad?
200
Text Link
What is text a user clicks to activate a link?
200
Hexadecimal code
What is the name of the code used to set background color and font?
What is a combination of 6 numbers and/or letters.
200
BR
What is the code in between the < > for a line break in text?
300
Nested Tag
What is a tag enclosed inside another set of tags?
300
.txt and .html
What are the 2 file extentions that must be used when saving a Notepad document?
300
Graphic Link
What is an image a user clicks to activate a link?
300
Headings, lists, and horizontal lines
What are visual breaks for the viewer on a web page?
300
HEAD
What is the code in between < > used to create a Header on your web page?
400
World Wide Web Consortium (W3C)
What is the name of the group that sets HTML specifications for guidelines and standards to use for coding?
400
Attribute
What is a property of some HTML tags found in the opening tag?
What is an instruction that further specifies a tag's characteristics, like color, style, and alignment?
400
Relative Link
What is a link in the same website folder and is also called an internal link?
400
Debugging a web page
What is the process of locating and correcting any errors in your code?
400
H1 align="center"
What is the code in between < > used to create and center the largest Heading on a web page?
500
Source Code
What is the text and HTML elements used to create the web page?
500
Ordered or Unordered
What are the 2 types of lists?
500
Absolute link
What is a link that contains the complete URL or path of the file being linked to and is also called an external link that goes outside the website?
500
Testing a web page
What is checking the web page to be sure it displays as it was designed and to be sure all links work properly?
500
IMG src="images/college.jpeg" alt="college" align="center" border="10" width="200" height="300"
What is a complete Image tag code with its 5 attributes in between < >?
M
e
n
u