Font size
WorksheetsHTML Basics
Total questions: 15
Worksheet time: 7mins
element defines a paragraph
<br>
<p></p>
<pa></pa>
<p><\p>
declaration defines that this document is an HTML5 document
(a)
element is the root element of an HTML page
(a)
element contains meta information about the HTML page
(a)
element specifies a title for the HTML page
(a)
is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
(a)
element defines a large heading
(a)
element defines a paragraph
(a)
is everything from the start tag to the end tag
(a)
is to read HTML documents and display them correctly
(a)
are titles or subtitles that you want to display on a webpage.
(a)
defines the most important heading
(a)
defines the least important heading
(a)
attribute for styling HTML elements
(a)
Use (a) for text colors
