- What is/was the latest standard version of html?
- There are two types of tag in xhtml and html, what are they?
- There are three document types in xhtml. What are they?
- What is semantics?
- What is the 404 status code for?
- What does HTTP stand for?
- What is an URL?
- What graphic types can most common browsers display?
- What are redundant tags?
- When shouod you use tables in layout?
- What target attribute will force a link to open a new browser window?
- What is the <noscript> tag used for?
- What is a http status code?
- What is done to create a link for selected text or an image?
- What events are attributes of a <body> tag and available for 4.0 or higher version browsers?
- In HTML, name three PRESENTATION related tags.
- The font tag is deprecated from the future specifications for html, name one other tag that is also deprecated.
- Who invented the WWW?
- What is an URI?
- What is HTML based upon?
- What is resolution?
- What is a DTD?
- What is XHTML based upon?
- What is XML?
- What must an XHTML document contain?
- What “actions” can be applied to the body tag?
- In XHTML and HTML name three SEMANTICS related tags.
- Write the HTML that sets the margins on the main body of a web page to zero.
- What is the httpd?
- What is the 200 status code for?
Create a free edublog to get your own comment avatar (and more!)
Leave a Comment
You must be logged in to post a comment.
1) xHTML
JPG, GIF, TIFF, BMP (http://www.wfu.edu/~matthews/misc/graphics/formats/formats.html)
Posted February 8, 2006, 2:35 pm2)
3) the DOCTYPE the Head the Body
(http: //www.w3schools.com/xhtml/xhtml_dtd.asp}
4)
5) 404 is an HTTP status code.(http://www.plinko.net/404/history.asp)
6) Hyper Text Transfers Protcol
7) Uniform Resource Locator
9)
10)
11)An unsafe host
12) The noscript element is used to define an alternate content (text) if a script is NOT executed (http://www.w3schools.com/tags/tag_noscript.asp)
13)
14)
15)
16)
17)
18)
19)
20)
21)
22)
23)
24)
25)
26)
27)
28)
29)
30)
1. HTML 4. http://www.w3.org/TR/xhtml1/
Posted February 8, 2006, 2:35 pm2.
1. HTML 4 is the latest version
2. for HTML comments address element
3.
website http://www.w3schools.com/tags/default.asp
4. Study of language meaning
5. 404: Not Found. The server hasn’t found anything matching the Request-URL.
website: http://www.freesoft.org/CIE/RFC/2068/94.htm
6. HTTP: Hyper-Text Transfer Protocol
7. URL: Uniform Resource Locator. Is the address for information on the web.
8. JPEG, GIF, BMP
9.
Posted February 8, 2006, 8:38 pm