Which tag is used to insert a line break?
<break>
< stop>
< br>
< brk>
_________ has only opening tag with attributes.
Container elements
Empty elements
Block level elements
HTML elements
The elements that are used for formating blocks of text are known as ______________
High level element
Block level element
Text level element
Low Level Element
Who invented HTML?
Bill Gates
Tim Berners Lee
Steve Jobs
None of these
The ending tag is preceded with ____________
< >
/
\
;
_______________ are basic components of an HTML document.
HTML Tag
HTML attributes
HTML Text
HTML document start and end with which tag pairs?
< Head>.....< / Head>
< Body >...... < /Body>
< HTML> .... < / HTML >
< Web > ..... < / Web>
HTML image are defined with ____________ tag
<img>
< picture>
<image>
<pic>
HTML markup language is a set of Markup _________.
Groups
Sets
Attributes
Tags
___________ element has a starting tag and ending tag.
Container element
Empty element
High Level Element