WorksheetsWeb Dev: Intro to HTML
Total questions: 15
Worksheet time: 8mins
The acronymn HTML stands for
HyperType Marking Language
HyperText Markup Language
HighLevel Marking Language
HiPerText Markup Language
The term Markup Language implies
that you use
this code to improve search results
that you use
this code to include copyrights to code
that you use
this code to encrypt content
that you use
this code to add syntax to your content
The primary purpose of HTML is to:
improve SEO
organize your content
provide encryption
host your site
There are ___ levels of headings in HTML 5
6
2
4
12
The angle-bracket syntax (< and >) are used to create:
titles
tips
tags
types
Many tags come in pairs--
the opening tag and closing tag--to create a (an) _________.
id
element
class
property
Some tags are self-closing,
which means instead of a closing tag, their opening tag ends with ____.
/>
:)
^$
{/
Check the correct Anatomy of HTML Tags:
<tagname attribute="step">content</tagname>
<tagname attribute="place">content</tagname>
<tagname attribute="value">content</tagname>
<tagname attribute="html">content</tagname>
Web pages are split into 2 main sections of HTML markup:
The HEADER and the BASE.
The HEAD and the BODY.
The HEADING and the BODY.
The HEAD and the BASE.
The first line of code in an HTML document is <!DOCTYPE html> which tells the browser:
This is a secured page
The information about a doctor's office
The document type is HTML
HTML will not work correctly
Check the correct title tag:
<title>Browser Bar Title</title>
</title>Browser Bar Title<title>
<title.Browser Bar Title./title>
<title/Browser Bar Title</title>
Select the correct body tag:
<body/ <CONTENT><body>
<bd> <CONTENT></body>
<by> CONTENT</body>
<body>
<CONTENT></body>
The html closing tag is:
<{ html}>
{/html}
</html>
.html
!DOCTYPE declaration is not really a tag. It’s a directive for
the browser so that it knows which version of _____ we are using to write the page.
html
css
javascript
php
The HEAD portion is not shown on the page to the
visitor. It contains information used by the ________ and search engines.
request
dns
server
browser
