WorksheetsHTML
Total questions: 7
Worksheet time: 2mins
What Does HTML Stands For?
HeroicText Master Language
HyperTest Markin Language
HopperText Mark Language
HyperText Markup Language
How To Print "Hello Quizizz"?
print "hello quizizz"
/p "hello quizziz"
<p> "hello quizziz"
print ("hello quizziz")
Who's The Creator/Founder Of HTML?
Tim Berners Lee
Tin Berners Lee
Tim Burners Lee
Tim Burnor Li
What Is A Tag?
Tags used are to place the content and format the pages.
Tags are used in variables to make arrays.
Tags are used in loops, divs, arrays and functions to print text only.
If you want to display some HTML data in a table in tabular format, which HTML tags will you use?
<input>
<table>
<div>
<caption>
<p>
What Are Attributes?
An additional attribute is given to each tag to alter the behavior of the tag. Attributes are defined directly after the tag name, inside the angular brackets. They appear in opening tags and can never appear in closing tags.
For specifying the column properties for each column of the table.
Where ‘href’ is an attribute of the anchor tag used to identify the sections in a document, the ‘link’ is defined in the target attribute, which is to be linked.
A source of audio or video file to be displayed on the webpage is defined within an Embed tag.
defines the section of a document that contains information such as copyright or author’s information. It is designated with the <footer> tag.
What Is A Footer Tag?
The footer tag defines the section of a document that contains information such as copyright or author’s information. It is designated with the <footer> tag.
The footer tag represents an independent or self-contained part of the content of a document with the tag <article>.
It is used to define specific sections in a document such as a chapter, header, footer, or any other section, and is specified with the <section> tag.
