Tuesday, October 7, 2014
Web. Design tech. (question & answer)
Part 1
Note: below questions based on course for the subject "Web Design Technology"
Conduct at khon kaen university 2014
1. Whar is Html?
HTML stand for hypertext markup language, that lets you identify common sections of a Web page
2. Write structure of a basic web page?
answer
3. What is head section?
the container for all of the descriptive information about the document
4. How the way Browser display Html?
- The browser interprets the HTML markup elements and displays the results, hiding the actual markup from the user
- Each browser interprets HTML in its own way, based on its rendering enginebased on its rendering engine
- It is essential that you test your work in different Web browsers
4. Write sort story about the Past HTML?
Tim Berners-Lee first proposed HTML at the European Laboratory for Particle Physics (CERN) in 1989
5. What is organitation which sets standars for HTML and other markup languages
World Web Consortium (W3C)
6. What is XML
XML stand for Extensible Markup Languages, it's essentiail to creating applications for the Web
7. 6 XML syntax rules
- Documents must be well-formed
- All tags must net properly and not overlap
- Use all lowercase for element names
- Always use closing tags
- Empety elements are signified by a closing slash
- Attribute values must be continued in quotation marks
8. 3 problem of using XHTML?
1. Relaxed syntax rules still must be applied because of legacy code 2. Newer versions of XHTML moved too far away from existing Web development 3. XHTML was not well received by the development community
9. What is WHATWG?Web Hypertext Application Technology Working goup the one that purpose HTML 5
10. 2 types of HTML 5 syntax?
An HTML compatible syntax > more relaxed syntax, Code shortcut allowed
An XML compatible syntax > Consistent with XHTML, Uses XML syntax rules
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment