LONG TEST Flashcards
It normally measures in BPS, bits per second
Bandwidth
THE EARLY TECH
Radio, Telephone, Telegrah
The ARPANET was created in
1960
It identify a resources on WWW
URL(UNIFORM RESOURCE LOCATOR)
It publish documents
HTTP (Hyper Test Transfer Protocol)
It responds to HTML request
Software Program( Web server software)
It displays the HTML
Browser(Program)
HTML was created by?
Tim Berners Lee
Is HTML a programming language?
No
HTML files ends with
.html or html expansion
HTML 1.0 was created in
1991
The HTML 2.0 was created in
1995
The HTML 3.2 was created in
1997
The XHTML was created in
2000
the HTML 5 was created in
2014
What is the <html> means?
The root element of html code
What does <!DOCTYPE html> means?
The document is html 5 document
It is the document METADATA
<head>
</head>
It’s a type of HTML element that defines the document title that is shown in a browser’s title bar or a page tab
<title>
</title>
It is a type of element that contains all info related
<meta></meta>
It is a type of element that correct current HTML file to an external source
<link></link>
It is a type of element that is represents as document body
<body>
</body>
It is a type of element that represents as comment
<!---->
The most important to least important in headings
<h1> to <h6>
</h6></h1>
It is a type of element that is represented as a paragraph
<p>
</p>
It is a type of element that represents a preformatted text
<pre>
</pre>
It is a type of element that represents a superscript
It is a type of element that represents a subscript
It is a type of element that represents a line break
<br></br>
It is a type of element that represents a highlight text
<mark></mark>
It is a type of element that represents a Horizontal Rule; thematic break
<hr></hr>
It is a type of element that represents an emphasis
<em></em>
It is a type of element that represents a bold text
<strong></strong>
It is a type of element that represents an ordered list
<ol>
</ol>
It is a type of element that represents an unordered list
<ul>
</ul>
It is a type of element that represents a definition for a description
<dd>
</dd>
It is a type of element that represents a definition LIST
<dl>
</dl>
It is a type of element that represents a definition term of a definition list
<dt>
</dt>