1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
starting off html
<html>
<link> to link to a CSS file
<head>
<title>
<body>
headers
<h1> <h2> <h3>
images
<img> including the src, alt, height and width attributes.
links
<a> including the href attribute.
div
<div>
<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”)
paragraph
<p>
lists
<li>
<ol>
<ul>