CIS195 Web Authoring 1: HTML

Week 1, Session 2

Topics by Week for the Ten-Week Term
1. Intro to HTML 6. Layout with CSS
2. More HTML, file paths 7. CSS Flexbox and Grid
3. Site structure and navigation 8. HTML Forms
4. Formatting with CSS 9. Multimedia
5. Midterm, Project Propposal 10. Tables, Project Completion
11. Final

Contents

Intro

Review

Visual Studio Code

Visual Studio Code

More about HTML Tags and Elements

HTML element attributes

Empty Tags

Also known as one-sided or self-closing tags.

 

More HTML Elements

Here are some elements that we haven’t covered yet:

Paragraph

<p> some text </p>

Bold and Italicized Text

Image

<img alt="description" src="photo.jpg">

Use the anchor element to create links

<a href="https://lanecc.edu">Lane Community College</a>

Lists

 

Lab Assignment

The lab 1 instructions are posted in the week 1 section on Moodle.


Creative Commons License Web Authoring Lecture Notes by Brian Bird 2018, revised 2023, are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.