HomeAssignments Web Design - Technical Design - HTML Assignment 01 byFaisal Javaid May 03, 2021 0 Comments <html> <head> <title>Assignment 1</title> </head> <body> <i><h2>Class Overview</i></h2> <hr /> <b><p>This Course is for students new to HTML. it provides a comprehensive overview of Html and a briefintroduction to Cascading Style Sheets (CSS).</p></b><br /> <i><h2>Class Goals</i></h2><hr /> <ul> <li>Learn the basics of Web</li> <li>Learn the difference between HTML</li> <li>Learn to format HTML documents</li> <li>Learn to create links in HTML documents</li> <li>Learn to add images to HTML documents</li> <li>Learn to create HTML tables</li> <li>Learn to create forms in HTML</li> <li>Learn the basics of Cascading Style</li> </ul> <i><h2>Class Prerequisites</i></h2><hr /> <p> No formal prerequisites.</p><br /> <i><h2>Class Outline</i></h2><hr /> <ol> <li><h2>A Quick Overview of Web</h2> <ul type="disc"> <li type="disc"> Client-Side Programming <ol> <li>HTML</li> <li>Cascading Stule Sheets</li> <li>JavaScript</li> <li>Dynamic HTML</li> </ol> </li> </ul> </li> </ol> </body> </html> Tags Assignments Html Share
Post a Comment