An LBHC-RIMI Sponsored HTML Primer
These pages and this website are the background reading and reference material for a Moodle-based online course in elementary HTML coding. You can read these pages like a book by following the dropdown menu links from left to right, from top to bottom. Step-by-step assignments and a question and answer discussion forum can be found by following the "Assignments" link underneath the "Home" menu at screen top-left.
<html>
<head>
<title> RIMI HTML Primer </head>
</head>
<body>
<h1> The black lettering is HTML. The red lettering is the page content. </h1>
</body>
</html>
<head>
<title> RIMI HTML Primer </head>
</head>
<body>
<h1> The black lettering is HTML. The red lettering is the page content. </h1>
</body>
</html>