Chapter 4-Fluency5 Flashcards
Browser
Converts web pages to what we see on the screen
Web Pages
•Created, stored, and sent in encoded form
Hypertext markup language(HTML)
Main Lang. Used to define how a web page should look
HTML
Background color, font, & layout are specified in HTML
(XHTML) Extensible Hypertext Markup Language
Hidden formatting tag that establish words on a web page
Tags
Words or abbreviations enclosed in angle brackets,
•XHTML tags MUST be lowercase
•tag pair surrounding text must be formatted like parentheses
Start tag
Is referred to as the start or open tag
End tag
The end or close tag
Singleton Tags
• few tags are not paired
•do not have matching or ending
<hr></hr>
produces horizontal line
<br></br> continues next line
Required Tags
Every web page composed of a head & body
3 HTML tags required for every web page
3 required HTML tags
& enclose head
& enclose body
& enclose both
Body section contains the content of the page
/ slash
Ends
form must always be followed required
Firefox
Open source; program code is public ally available anyone can make improvements
Text editor
Basic way to process text
(WYSIWYG) what you see is what you get
Info confuses browsers
Text editor part II
Must use it to write HTML
Do not include extra info
Browsers want web pgs in ASCII only