1/21
Quizzes and notes
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
HTML
Hyper Text Markup Language
Content tag
A tag that has a open tag and a close tag
empty tag
A tag that has a NO open tag and a close tag
<br>
Line break
<hr>
Horizontal Rule
<img>
Image
attributes associated with image
height
width
src
alt
title
<h1>
Heading 1
Html Structure
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
Title
A tag located inside <head></head>
<a>
Anchor
All attributes associated with <a>
href
<li>
list item
<ol>
ordered list
<ul>
unordered list
<dl>
Definition list
<dt>
Description term
<dd>
Description detail
All attributes of <video> tag
width
height
controls
autoplay
muted
poster
<th>
Table heading
<tr>
Table row
<td>
Table data