Techology- Chapter 4 Flashcards
Tags
- are words or abbreviations enclosed in angle brackets, < and >, like , that come in pairs, the second with a slash (/), like .
- must be lowercased
Tags
- are words or abbreviations enclosed in angle brackets, < and >, like , that come in pairs, the second with a slash (/), like .
- must be lowercased
start tag and end tag are also referred as
open and close tag
bold text tag
<b></b>
italic text tag
<i></i>
paragraph tag
<p></p>
singleton tag
/ is put at the end
- horizontal rule <hr>
- break <br></br>
Required tags
Open Source
that the program code is publicly available and any programer can contribute improvements to it
ex: firefox
Open Source
that the program code is publicly available and any programer can contribute improvements to it
ex: firefox
start tag and end tag are also referred as
open and close tag
bold text tag
<b></b>
italic text tag
<i></i>
paragraph tag
<p></p>
escape symbol
& then an abbreviation then ;
ex: & means &
Required tags
Why is googles homepage so clean looking ?
Larry Page and Sergey Brin did not know HTML very well
Open Source
that the program code is publicly available and any programer can contribute improvements to it
ex: firefox
Text Editor
you must use this to write HTML, browsers want web pages written in ASCII characters
ex: text wrangler
property/value
property is the styling feature to change, the value is what to change it to
White space
spaces that have been inserted for readability
preformatted
<pre></pre>
Attributes
to be an additional input specification for the tag
attribute comes first, equal sign second
escape symbol
& then an abbreviation then ;
ex: & means &