Web Development Flashcards
What is Mobile Web?
Access to the world wide web from a handheld mobile device, such as a smartphone and a tablet computer.
What is HTML (HyperText Markup Language):
A well-known mobile markup language;
Display data;
May not be appropriate for mobile devices due to resolution, storage, and bandwidth limit.
What is XHTML (Extensible HTML):
Combines the tag set of HTML with XML (extensible markup language – transport and store data);
Best markup choice for HTML-capable mobile browsers.
Define Mark-Up Language
A system for annotating a document in a way that is syntactically distinguishable from the text.
What is MIME?
Multipurpose Internet Mail Extensions (MIME).
A standard that classifies resources and provides information about how to handle them.
Many e-mail clients support MIME to send and receive graphics, audio and video files.
What features came about in HTML5 which were not present in XHTML or HTML?
New HTML doctype: .
New structural markup elements (e.g. , ).
New and markup elements.
APIs for 2d drawing, media playback, drag/drop and cross-document messaging.
What is XML?
Extensible Markup Language, a markup language that defines rules for encoding doc that is human- and machine-readable.
What is this an example of?
Title of the document
The content of the document……
HTML5 Document
What does DOCTYPE declaration do?
DOCTYPE declaration defines the document type.
What does the text between and do?
The text between and describes the web page.
What does the text between and “’ do?
The text between and is the visible page content.
What does the text between and do?
The text between and is the heading.
Explain this line of Code:
“:”
This line of code tells our browser that we want to link with a Style Sheet, that it’s located in the same folder as our XHTML page, and that it’s named “style.css”.
What is the function of a <div> tag?</div>
<div> tag defines a division in an HTML document (with “class” header).
</div>
What is CSS?
Cascading Style Service, a style sheet language used to describe the presentation semantics of a document written in a markup language.
What is URI?
URI (Uniform Resource Identifier)?
A string of characters used to identify the content, whether it be a page of text, a video or sound clip.
For example: file:///home/username/books/.
Explain the Form Element?
The element supports action, enctype, and method attributes to specify the URL to submit form data.
What is the Enctype?
Enctype: this attribute specifies how the form-data should be encoded when submitting it to the server.
Explain the Table Element?
element contains and child elements: two kinds of cells:
Header cells - contains header information (created with the element).
Standard cells - contains data (created with theelement).
What is an Access Key?
A key that the user can use to press in order to activate further functionalities
Access keys combined with ordered list (<ol> and <li> tags): <ol> refers to numbers and <li> wraps texts.</li></ol></li></ol>
Why do we need CSS?
Separation of content from presentation. Site-wide styling consistency. Bandwidth. Page reformatting. Accessibility (HTML tables).
What is WML?
An XML-based markup language for mobile devices.
Predating XHTML-MP.
Less used for new Mobile Web projects.
A WML document is known as a “deck”.