General Flashcards
Define HTML5
More lacks than the other markup languages, new features: new elements(),full css3 spprt, 2d/3d graphics, SQL db,new attributes, video & audio, canvas, local strg, web applications, support all major browsers, application cache, web worker-JavaScript
Define semantic
Giving words meaning..
Define block level elements
Requires there own line…
What is a span element
Single line elements<span></span>
Define <a>anchor tag</a>
Allows u to jump to other websites are other web pages<a></a>
Define <img></img>tag structure
<img></img>
Define “legend”
Point or focus one to input field
Define “fieldset”
Use to group related inputs
Purpose of a “label”
To focus in on the input
What the different between “Get & Post” Method?
The Get has a query Post does not..security issues
Define Dynamic
Web pages that respond to user request through buttons or other kinds of controls
Define DHTML
Refers to a combinations of technologies that make web pages dynamic.. A combination of JavaScript ,XHTML, CSS , and the DOM
Define attribute
Adding additional info
What is the “src”
Tells the browser where it can find the image file
Define the “alt” attribute
This provides a text description of the image which to describe image if you cannot see it
Explain “ title “attribute
Used to provide additional information about the image… When the mouse hooves over the image a tool tip is provided
How are links created
By using the <a>tag..</a><a></a>
What is a relative URLs description
I
Relative link type “ same folder”structure/layout
Relative link type “child folder”structure/layout
<a></a>
Relative link type “parent folder”structure/layout
<a></a>
Relative link type “grandparent folder”structure/layout
<a></a>
How do you write a link
<a>IMBD</a>
Define the <a> tag “href” attribute</a>
The page that you want people to go to when they click on the link