Download presentation
Presentation is loading. Please wait.
1
HTML Basics
2
Announcements Office hours begin this week No assignment this week
Spend the time getting help and understanding
3
HTML Tags < tag-name [attribute-name=value]> </tag-name>
No attributes on end tag Blank lines and spaces don’t matter
4
Two types of commands Start/end commands
<command> ... </command> Single commands < command> or < command />
5
Important Difference Whether they start a new line or not
Paragraphs do Emphasize does not
6
The Basics Regular text = paragraph
Heading numbers represent style, not order Lists consist of list delimiters and list items
7
Correctly Nested Tags Some can take any content Some have restrictions
divisions, footers Some have restrictions Paragraphs can not have lists inside them Some tags are limited as to where they can appear List items can only appear in lists Incorrectly nested tags MAY appear to work
8
How do you know? Validation
9
Formatting your SOURCE
Comments <!-- any text you want --> Indentation Nested parentheses Multi-line Line up start and end Things inside belong one tab over Single line Start, content, end on a single line Always include your name in date in every file
10
Formatting Help
11
Lab
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.