WorksheetsHTML-Links & Frames
Total questions: 10
Worksheet time: 5mins
A URL points to a file within a website.
Absolute
Relative
External
Internal
Which is the proper way to write video tag
<video controls src="url"></video>
<vidio>"Hello
{video src="url"}{/video}
<video controls><video>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
The format of Anchor Tag is:
<A HERF>
<HREF>
<A>
</AHREF>
What is the correct HTML code for creating a hyperlink?
<a href="https://www.google.com/">Google</a>
<a> href="https://www.google.com/"Google</a>
<a href="https://www.google.com/"></a>
Who is the father of WORLD WIDE WEB?
John T. Thomson
Denis Ritchie
Tim Berners-Lee
None of the above
HTML _____are used to divide the web browser window into multiple sections where each section can be loaded separately
Frames
Forms
Lists
Tables
This attribute is used to give the file name that should be loaded in the frame
name
border
width
src
