NEW
Font size
WorksheetsLCWD1
Total questions: 7
Worksheet time: 4mins
What does HTML stand for?
Home Tool Markup Language
Hyper Text Markup Language
Hyperlinks and Text Markup Langauge
Invalid question
Which web development tools would I use if I want to change the styling of the webpage?
HTML
CSS
Javascript
PHP
The structure of an HTML document will fall in between which tags?
<body></body>
<head></head>
<title></title>
<p></p>
Which of the following HTML heading elements will create the smallest font size on a website?
<h1>name</h1>
<h2>name</h2>
<h4>name</h4>
<h5>name</h5>
What is the use of "text-align" CSS property?
color change
text size change
Horizontal alignment of text
Invalid Property
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
Creative Style Sheets
What is the purpose of the "href" attribute in an HTML anchor tag?
To define the heading of the webpage
To specify the color of the text
To indicate the destination of the hyperlink
To create a new paragraph
