Lab 2 Goals

Learn about...

Key Concept

HTML elements do not just change the appearance of text (i.e., bold vs. italic, large vs. small font, etc.), they are used to specify the structure, purpose and meaning of text. Search engines and many programs use HTML markup to determine the context and importance of text. CSS can be used to change the default appearence of HTML elements. It is considered a bad practice to use HTML tags inappropriately just to achieve a certain visual appearance.

Files

article.html — Added basic mark-up to an article

bistro_blog.html — Added basic mark-up to a blog

nickspinelli.html — Created a profile using HTML5

Back to Projects