COMMON & IMPORTANT HTML TAGS
beginning of EVERY single webpage
tag used right after the tag that contains important, usually non-visible, information about website
important tag in section that includes title of webpage
all visible content of a webpage is in the body section
paragraph tags
headline tags
bold text tags
italicized text tags
Anything inside the comment tag will be ignored by the browser. It's meant for humans to read.
line break tag (like skipping a line)
Text that's visible Code for adding a link includes the whole link, text you want "clickable", and a closing tag
This link opens our class website in the same browser window or tab
This link opens our class website in a new browser window or tab
code for adding an image; file extensions include .jpg, .gif, .png
use an image that is already on your computer; this is just an example
- First bullet
unordered list (plain bullets)
- Second bullet
- Third bullet
- Numbered bullet #1
ordered list (numbers)
- Numbered bullet #2
- Numbered bullet #3
NESTING TAGS (USING 2 OR MORE TAGS TOGETHER)
A bold headline:
This headline is in bold text
This headline is also bold
This headline is not bold at all
This headline is not bold at all
Right: content
Wrong: content
WEBPAGE STRUCTURE
My First Page
Hi, I’m a new, kinda boring web page.