HTML stands for... - ✔✔Hypertext Markup Language
Inventor of the World Wide Web - ✔✔Sir Tim Berners-Lee
Delimiter for tags - ✔✔<>
Symbol used to close a tag 'pair' - ✔✔/
More strict version of HTML - ✔✔XHTML
Line break tag (show complete structure) - ✔✔<br />
Tag structures like <br /> are known as _______ - ✔✔self-closing
Items of data in a tag that provide additional information to the browser - ✔✔attributes
Syntax for an attribute - ✔✔property="value"
Tag name for creating hyperlinks - ✔✔a
Attribute name for creating hyperlinks - ✔✔href
URL - ✔✔"Uniform Reference Locator"
Complete web address for Google - ✔✔http://www.google.com
, Attribute name used to give a name to an object so that it can be accessed using CSS or
JavaScript - ✔✔id
Server-side language used with HTML to give a web page functionality - ✔✔PHP
Attribute name that specifies a group name that may apply to multiple tags/objects -
✔✔class
Attribute name that lets you apply a CSS style to a particular object - ✔✔style
Attribute name that lets you display a 'tooltip' when a mouse passes over it - ✔✔title
Tag name that specifies a title for a web page in a browser's 'chrome' - ✔✔title
Complete HTML command that specifies a title on a web page saying "My Little Web Page" -
✔✔<title>My Little Web Page</title>
Tells a browser exactly how you would like a web page to be displayed - ✔✔doctype
Tag name that specifies the 'dialect' of a web page (show any special symbols) -
✔✔<!DOCTYPE>
Browser affiliated with Microsoft - ✔✔Internet Explorer
Browser affiliated with Mozilla - ✔✔Firefox
Browser affiliated with Apple - ✔✔Safari
Browser affiliated with Google - ✔✔Chrome