Introduction To Web Programming Scheme & Solution - CIE1
Introduction To Web Programming Scheme & Solution - CIE1
Question Marks
Solution
Number Allocated
I:PART A
1a. HTML Is Not Case Sensitive, XHTML Is Case Sensitive
Attribute values are not case sensitive in HTML, Attribute values are case sensitive.
(X)HTML Is Sensitive to a Single Whitespace Character
(X)HTML Follows a Content Model. 2
Elements Should Have Close Tags Unless Empty in XHTML.
Unused Elements should be Minimized in XHTML.
Elements Should Nest. (any 2)
Attributes Should Be Quoted in XHTML.
1
c. * (1M)
II: PART – B
UNIT-I
2a.
4M
Explanation 3M
Tags Attributes
c. <html> Border
<head> cellspacing
<title> cellpadding
<body> align
<table>
<caption>
<tr>
<th>
<td> 7
3a.
}
</script>
</head>
UNIT-III
CSS file 3M
.red {color: red;}
.green {color: green;}