Font size
WorksheetsHTML Q1
Total questions: 27
Worksheet time: 14mins
يوجد بها قسمين هما HTML ?
Head
HTML
Body
Title
تحتوي على <Head>?
<title>
<h2>
<h1>
<P>
تاج الفقرة هو ...؟
<h1>
<br/>
<p>
<a>
التاج الخاص بالسطر الجديد هو؟
<br>
<tr>
<p>
<th>
؟ ( html )ما هي
لغة تصميم وبرمجة
لغة برمجة
لغة اكواد
لغة تصميم
What does HTML stand for?
Hypertext Making Language
Hyper Transfer Markup Language
Hyper Transfer Making Language
Hypertext Markup Language
HTML Language uses ...
Tabs
Tags
Punctuation
Quotations
<p> is ?
punctuation tag
paragraph tag
closing paragraph tag
closing punctuation tag
</p> is ?
closing punctuation tag
punctuation tag
paragraph tag
closing paragraph tag
HTML stands for... ?
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag ?
<h1>Hello<h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello</h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<start>
<html>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
Which of the following is the largest heading?
H6
H2
H4
H3
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
Search engines
Websites
Web Browsers
Text editors
Text editors
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br>
<break>
<body> is ?
Body tag
Paragraph tag
Closing body tag
Header tag
</body> is ?
Body tag
Paragraph tag
Closing body tag
Header tag
Which code below is correct for a hyperlink ?
<a> "https://google.com" Click Me </a>
<a>Click Me>"https://google.com" </a>
<a herf="https://google.com"> Click Me </a>
<a href="https://google.com"> Click Me </a>
You need a closing tag for an image without text ?
True
False
src attribute in an image tag means what?
Not used with image tag
Name of the image
Source of the image
Description of the image
Which of the following pieces of code will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
Which is NOT a web browser?
Chrome
Internet explorer
FireFox
Yahoo
What must you save your notepad++ file as to make it a webpage?
.webpage
.htl
.txt
.html
