Slide 1

Media and Web Development
ICOM-101-01 / MTEC-617-01
Week 2 ● Introduction to HTML

Image is not available
Slide 1
Elements and Tags

In HTML, tags and elements are used to structure and format the content of a webpage. HTML tags are represented by angle brackets, and they are used to mark the beginning and end of an element.

LAYOUT

Layout in HTML refers to the way that the content of a webpage is arranged and displayed on the screen. There are several different ways to create a layout in HTML, and the method you choose will depend on the specific needs of your webpage.

The CodePen Environment

CodePen is an online editor that allows users to write and run code in a variety of programming languages, including HTML, CSS, and JavaScript. It is a popular platform for web developers and designers to prototype, test, and share their code with others.

Slide 1
common inline elements

span
img
a

common block elements

div
p
heading
Most other elements

This stuff can be hard to understand in the abstract, so let's jump to Glitch.

Glitch is an online editor that allows users to write and run code in a variety of programming languages, including HTML, CSS, and JavaScript. It is a popular platform for web developers and designers to prototype, test, and share their code with others.