▲
Toggle navigation
British Columbia Institute of Technology
D2L
myBCIT
Campuses
Contacts
Email Instructor
COMP 1950
LESSON 1
Tools and Standards
Homework
LESSON 2
HTML5
Quiz
Homework
LESSON 3
CSS techniques
Quiz
Homework
LESSON 4
CSS layouts
Quiz
Homework
LESSON 5
Responsive css
Quiz
Homework
LESSON 6
CSS3
Quiz
LESSON 7
JavaScript frameworks
Homework
LESSON 8
Dynamic content
Quiz
Homework
LESSON 9
Templating and SEO
Quiz
Homework
LESSON 10
Methodology
Quiz
Homework
LESSON 11
Project work
COMP1950
Quiz 2
What does the acronym XHTML stand for? (1 mark)
XHTML is meant to be “well formed”, which carries a series of strict rules for how to write code. (3 marks)
Select the all items that apply
All tags that open but not close
All tags must be properly nested
All attributes must be left empty
All tag names must be upper case
All <head> tags require one <title> child
All documents require a <html> tag, containing one <head> followed by one <body> children.
Write out the complete HTML5 DOCTYPE. (1 mark)
HTML5 introduces a series of new semantic tags like <header> and <footer>. Name three other new semantic tags in HTML5. (3 marks)
Which of the various Markup Languages is the current W3C recommendation? (1 mark)
HTML5 will include rules for how browsers handle errors in the code. (1 mark)
True
False