UNC BACS 200

Web Pages with HTML/CSS

Logo

Lesson 4 - HTML Files & Pages

LEARN

Today's Agenda

Daily Reading

Computer Tools

Development Tools

Visual Studio Code

Git Tools

Firefox

Web Servers and Web Browsers

Web servers responds with the requested web pages

HTML

Example Page

<h1>My Name is Inigo Montoya</h1>
<p>You killed my father.</p>
<p>Prepare to die.</p>

Github Pages

BUILD

Create a file

Example Page

<h1>My Name is Inigo Montoya</h1>
<p>You killed my father.</p>
<p>Prepare to die.</p>

Visit your page

Create a file

Profile Page

<h1>PROFILE PAGE</h1> <p>My name is Mark</p>

Visit your page