HTML

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

starting off html

<html>

<link> to link to a CSS file

<head>

<title>

<body>

2
New cards

headers

<h1> <h2> <h3>

3
New cards

images

<img> including the src, alt, height and width attributes.

4
New cards

links

<a> including the href attribute.

5
New cards

div

<div>

6
New cards

<input> where the input is a textbox (i.e. has the attribute type=”text” and another attribute name to identify it) or a submit button (i.e. has the attribute type=”submit”)

7
New cards

paragraph

<p>

8
New cards

lists

<li>

<ol>

<ul>