What does HTML stand for?
Hooligans To Make Love
Hyper Text Markup Language
Hyper Tools Markup Language
Which is correct:
<Title>Something silly here</Title >
</title>Something silly here<title >
<"title">Something silly here</"title" >
<title>Something silly here</title>
A basic HTML page has to be named "page-name.html" for it to render (focusing on ".html" at the end)?
What is used for grid layering?
<p></p>
<hr />
<head></head>
<div></div>
What two can be used to create a webpage?
MS Paint
Adobe Dreamweaver
Notepad/Notepad++
Windows
Adobe Illustrator
Whats does CSS stand for?
Cascading Sun Stripes
Cascading Super Sheet
Cascading Style Sheet
Which is the correct terminology for achieving background colour black via CSS?
body { color: #FFFFFF }
body { colour: #FFFFFF; }
body { color: #FFFFFF; }
How many heading tags are there in HTML (correct as of HTML4.01)?
6
2
5
As many as you want