WorksheetsHTML
Total questions: 8
Worksheet time: 4mins
According to the structure of a website,the _______ is divided into main sections
Subsection
Body
Homepage
None of these
The two main types of HTML editors are-
Both b and c
WYSIWYG
Text editors
WYGIWYS
This attribute is used to specify the URL of image
i
br
<img>
src
In _____, all attributes of the <body> tag have been removed
HTML6
HTML5
All of these
None of these
Default value of text align is-
Center
Right
left
None
What are the properties of font that can be set?
color
size
family
Style
Boojho wanted to put a border of green color in his HTML project. However he was unable to do so. Which one is the correct one?
Border-style: solid border-color: red
border-color: "red"
Border-style:"solid"
Border color= red
Border-style= solid
Boojho should just give up
An internal style sheet is defined in the _____ section using ______element.
<html>
<head>
<body>
<style>
<style>
<head>
<head>
<style>
