Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: Internet Technology
Description: A brief description of definitions, processes, pros and cons of the properties involved with Information Technology / Internet Technology or web development
Description: A brief description of definitions, processes, pros and cons of the properties involved with Information Technology / Internet Technology or web development
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
STUDY NOTES
A markup language
is simply a set of
rules that defines the
layout, format, or
structure of text
within a document
...
In the serialized form of the document, it manifests as
a short string of markup that conforms to a particular syntax
...
SGML is the
ancestor of, and provides the framework for, current Web markup
languages, including XHTML, XML, and HTML
...
HTML is a markup language that allows a Web browser to display a
web document appropriately
...
Attributes provide additional
information about an element
...
Attributes come in name/value pairs
like: name="value"
...
HTML5 was designed to replace HTML 4, XHTML, and the HTML DOM
Level 2
It was specially designed to deliver rich content without the need for
additional plugins
...
It is designed to work whether you are
using a PC, or a Tablet, a Smartphone, or a Smart TV
Extensible Markup Language (XML) was originally
designed to meet the needs of large-scale
electronic publishing
...
XML is a client side language made up of tags:
The tags were designed to carry data, not to
display data like HTML tags
XML tags are not predefined as HTML
...
XHTML was created to be the next
generation of markup languages, infusing the
standard of HTML with the extensibility of XML
...
Structure refers to the various components or
parts of a document that authors create, such as
titles, paragraphs, headings, and lists
...
Authors usually aren’t very good designers
If markup consists of structure alone, the
document’s appearance can be changed quickly
Documents containing only structural markup
are much easier and cheaper to maintain
Transitional XHTML 1
...
1 but required the author to use the
new stricter syntax
...
0, which was to signal the path forward for XHTML,
without the deprecated stylistic markup and obeying the new stricter
syntax
Frameset XHTML 1
...
XHTML DOCTYPE is mandatory
...
The XHTML Strict 1
...
0 Strict//EN"
"http://www
...
org/TR/xhtml1/DTD/xhtml1-strict
...
1 DOCTYPE is:
Title: Internet Technology
Description: A brief description of definitions, processes, pros and cons of the properties involved with Information Technology / Internet Technology or web development