ITI MCQ
Home
DESIGNING STATIC WEB PAGES - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
1) How will the following html code appear in the browser?
my first heading
my first paragraph
My first heading My first paragraph
My first heading My first paragraph
My first heading My first paragraph
My first heading My first paragraph
2) Which of the following code is used to add a plain color background to the web page?
<body bgcolor = "36, 2437">
<body color = "#FF000">
<body bgcolor = "#FF000">
<bgcolor = "blue">
Submit Quiz