Font size
WorksheetsWeb Dev Bootcamp Day 05 - HTML and CSS basics
Total questions: 13
Worksheet time: 7mins
Which HTML tag is used to create the "largest" heading?
<h1>
<head>
<header>
<h6>
What does the <p> tag mean?
Picture
Paragraph
Page
Padding
Which HTML tag is used to display an image?
<image>
<img>
<pic>
<src>
I want to create a list like this.
1. List item one
2. List item two
3. List item three
Whats the tag i should use?
<ol>
ordered list
<ul>
unordered list
<list>
just a list.. hmm
<li>
list item
Which HTML tag is used to write CSS in the file itself?
<style>
<css>
<script>
<styling>
What should i use to change the text color to "Red"
the-text-color: "RED"
color: "red" ;
fonts-color : "red"
foreground : "red"
What does CSS stand for?
Creative Stylish Sheep 🐑
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
What will this CSS Do ?
p {
text-align: center;
}
Bring the text to center
Make text bold
Crash the Laptop
Adds spacing
I want to go to a page called "home.html"
Which tag should i use?
<a href="home.html" />
<button href="home.html">
<home.html>
<html href="home.html">
Which symbol is used to select a class in CSS?
#
.
*
&
I have keys but no locks, "space" but no room, and you can "enter" but not go inside. I bet your using me right now!!
What am I?
(a)
What is this?
A large cupboard
A Server
A room of refrigerators
I don't know. you tell me 😏
What does HTML Stand for?
Hype Mark up Text
Hypertext Markup Language
Hyper Marker Language
