6
Class
COMPUTER STUDIES
default text color is
and the
5
The default alignment of text is
default background color is
6
What is wrong in the following html markup ?
(i) <HEAD> <my web page >
<TITLE> Welcome to My Web Page
</HEAD>
</TITLE>
(ii) <FONT name =
"Arial”
Answers
Answered by
1
In (i) I think you have to use \ instead of /
and in (ii) you have to close FONT with >
hope this helps :)
Answered by
1
Explanation:
<Font name "Arial" is wrong.
Correct answer is = <Font> Name "Arial" < / Font>
Hope it helps u
Similar questions