html Flashcards
HTML stands for…
Hypertext Markup Language
Inventor of the World Wide Web
Sir Tim Berners-Lee
Delimiter for tags
<>
More strict version of HTML
XHTML
XHTML
eXtensible HTML
Tag structures like are known as _______
self-closing
RSS
Really Simple Syndication
Items of data in a tag that provide additional information to the browser
attributes
Syntax for an attribute
property=value
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
Client-side language used with HTML to give a web page functionality
JavaScript
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
html My Little Web Page
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)
html <!DOCTYPE>
Browser affiliated with Microsoft
Internet Explorer
Browser affiliated with Mozilla
Firefox