NEW
Font size
WorksheetsWeb Development: Intro to HTML
Total questions: 15
Worksheet time: 8mins
Hypertext Markup Language, a language used to create web pages
Website Content
Website Structure
Heading
HTML
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
Digital Footprint
Website Content
Website Structure
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Element
Website Content
HTML Tag
Heading
Which code defines a paragraph
<!DOCTYPE html>
<html>
<p>
<head>
Which code defines that it contains all the main content of your web page
<!DOCTYPE html>
<html>
<head>
<body>
Cascading Styling Sheets; a language used to describe how HTML elements should be styled.
CSS Selector
Copyright
IMG
CSS
Which tag identifies a header tag?
<header>
<h1>
<bigger>
<img>
Which tag identifies an opening tag?
<img>
<h1>
<>
</>
Which tag identifies a closing tag?
<img>
</>
<ol>
<>
Which tag identifies an image tag?
<li>
<ul>
<img>
<ol>
This is a picture of a ____.
CSS Rule
HTML Rule
Tags
Coding
Which heading would appear the largest on the webpage?
They will all be the same size
Movies
Songs
Books
Which HTML heading is the smallest of ALL?
<h3>
<h1>
<h2>
<h6>
<h5>
Part of a program that does not work correctly
Bug
Cat
Dog
Infection
What is the correct way to add an image to your website?
<img src="bird.jpg">
<img src="bird.jpg">bird</img>
<img>bird.jpg</img>
<img scr="bird.jpg">
