Tim Berners Lee
Who invented html?
Hyper Text Markup Language
HTML is stand for _________
<TABLE>
The main container for <TR>, <TD> and <TH> is _______
<a href=”https://www.gkseries.com”> Gkseries.com</a>
What is the correct HTML for creating a hyperlink?
Comment tag
<! Is a ______
SGML
HTML is a subset of ______
HEAD tag
The BODY tag is usually used after ______
<A>
The tag used for creating hypertext and hypermedia links is
Head and body
All normal webpages consists of ______
<h1>
Choose the correct HTML tag for the largest heading
< and >
ALL HTML tags are enclosed in what?
Line break
What does the <br> tag add to your webpage?
Numbered list
What kind of list will <ol> tags create?
Both Web browser & text editor
To create HTML page, you need _____
<html>
Which tag tells the browser where the page starts and stops?
Increase the distance between cell and content
Increasing the cellpadding means __________
Adding links to your page
<a> and </a> are the tags used for ______
<ul>
To created a bulleted list, use _____