(eCornell) Structuring Content with HTML
About This Course
In this course, students will start by identifying the various types of elements that exist in a web page and the importance of information architecture. They will immediately begin organizing and structuring web page content and then markup the content using HTML. This process will introduce the document object model, which enables students to build a mental model of how web pages are built and how web browsers render those pages. Important facets of writing valid HTML that is also semantically sound are introduced through a number of code writing activities. From single page coding, we zoom out to explore how websites with multiple pages, hyperlinks, and navigation are organized and developed. Students will take these new skills and apply them to building a simple multi-page website with valid code and a functional navigation. The course is provided by eCornell in partnership with Genashtim.
What You'll Learn
Mark-up content with HTML elements to produce valid HTML.
Build a mental model of how a browser �translates� (renders) HTML into on-screen components.
Define, structure, and build the navigation of a multipage website.
Manage and maintain multiple files within a website.
Define the relationship between HTML files using hyperlinks.