<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

    <title>CIMW 100 Website Development - HTML</title>

    <style>

        body {

            background-color: #faf2e4;

            margin: 0 10%;

            font-family: sans-serif;

        }

        h1 {

            text-align: center;

            font-family: serif;

            font-weight: normal;

            text-transform: uppercase;

            border-bottom: 1px solid #A22137;

            margin-top: 30px;

        }

        h2 {

            color: #A22137;

            font-size: 1em

        }

footer {

    border-top: 1px solid #A22137;

    text-align: center;

    padding-top: 1em

} 

    </style>

</head>

<body>

<h1><img src="html5.png" alt="html 5 logo image"><br>CIMW 100 Website Development - HTML</h1>


<!-- navigation -->

<nav>

<ul>

<li> Home </li>

<li> Assignments </li>

<li> Glossary </li>

<li> Contact </li>

</ul>

</nav>


<section id = "catalog_description">

<h2>Catalog Description</h2>

<p>Utilize Hypertext Markup Language (HTML) code to construct basic web pages and websites. Topics include text formatting commands, links, and email. Identify and use recommended Web site design practices. Use visual elements, graphics, hyperlinks, lists, tables columns, page layout, and validating web pages in websites. Identify and apply steps to publish web pages to a server using File Transfer Protocol (FTP) software.</p>

</section>


<section id = "topics_covered">

<h2>Topics Covered</h2>

<ol>

<li>Introduction to the Internet and the World Wide Web </li>

<li>HyperText Markup Language (HTML) basics </li>

<li>HTML Validation </li>

<li>Visual elements and graphics </li>

<li>Web design </li>

<li>Page layout </li>

<li>FTP configuration and usage </li>

</ol>

</section>


<section id = "learning_objectives">

<h2>Learning Objectives</h2>

<p><strong>Upon completion of this course, the student will be able to: </strong> </p>

<ul>

<li> Describe the purpose and function of markup languages, specifically HTML, and the interaction of Hyper Text Markup Language (HTML) with Web browsers.</li> 

<li> Identify HTML elements and attributes to construct basic web pages and websites using HTML tags for formatting text elements, body elements, basic lists, and hyperlinks.</li> 

<li>Validate a web page to meet HTML 5.0 validation. </li> 

<li>Insert, manage, and manipulate visual and graphic elements into a web page and website. </li>

<li>Describe and use recommended Web site design practices.</li> 

<li>Use absolute and relative pathnames and File Transfer Protocol (FTP) software to publish web pages to a server.</li>

</ul>

</section>


<section id = "learning_outcomes">

<h2>Learning Outcomes</h2>

<p>Demonstrate the ability to use absolute and relative path names and File Transfer Protocol (FTP) software to publish web pages to a server. Identify Hypertext Markup Language (HTML) elements and attributes to construct basic web pages and websites using HTML tags for formatting text elements, body elements, basic lists, and hyperlinks. Implement an HTML5-validated web page.</p>

</section>


<!-- footer -->

<footer>

<p> <q> A journey of a thousand miles begins with a single step. </q> - Lao Tzu</p>

<p>Saddleback College      W3C<br>Page Created by: Richard Hua<br> <time datetime="2025-06-15">June 15, 2025 </time> <br><sub>All content copyright &copy; 2025 </sub> </p>

</footer>

</body>



</html>