Section 1

Preview this deck

<li>

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (12)

Section 1

(12 cards)

<li>

Front

HTML tag that defines a list item

Back

<H1>

Front

Html tag that starts Heading 1.

Back

<HEAD>

Front

This tag contains information about the document. Occurs before the <BODY>

Back

<p>

Front

Defines a paragraph.

Back

<a href="red.html">

Front

Defines a link to a file in the folder called 'red.html'.

Back

<style> h1 {color:red;} </style>

Front

CSS code placed in the header that makes all H1s red.

Back

<!DOCTYPE html>

Front

Tells the browser what version of html to use.

Back

<IMG SRC="location.jpg">

Front

HTML tag to show the image 'location.jpg'

Back

<a href="http://www.google.com">

Front

Defines a link to google.

Back

<UL>

Front

HTML tag that defines an unordered list.

Back

<BODY>

Front

Tag set that marks the start of a Web page's displayable content. Occurs after the <HEAD>

Back

<HTML>

Front

Tag that marks the start of an html document.

Back