Lab 1
HTML Examples
Heading Tags
Text documents are often broken up into several sections and subsections. Each section is usually prefaced with a short title or heading that attempts to summarize the topic of the section it precedes. For instance this paragraph is preceded by the heading Heading Tags. The font of the section headings are usually larger and bolder than the plain text and their subsection headings. This document uses headings to introduce topics such as HTML Documents, HTML Tags, Heading Tags, etc. HTML heading tags can be used to format plain text so that it renders in a browser as large headings. There are 6 heading tags for different sizes: h1, h2, h3, h4, h5, and h6. Tag h1 is the largest heading and h6 is the smallest heading.
Paragraph Tag
This is a paragraph. We often seperate a long set of sentences with vertical spaces to make the test easier to read. Browsers ignore vertical white spaces and render all the text as one single set of sentences. To force the browser to add vertical spacing, wrap the paragraphs you want to seperate with the paragraph tag
This is the first paragraph. The paragraph tag is used to format vertical gaps between long pieces of text like this one.
This is the second paragraph. Even though there is a deliberate white gap between the paragraph above and this paragraph, by default browsers render them as them as one contigous piece of text as shown here on the right.
This is the third paragraph. Wrap each paragraph with the paragraph tag to tell browsers to render the gaps.
List Tags
Ordered List Tag
How to make pancakes:
- Mix dry ingreidents.
- Add wet ingredients.
- Stir to combine.
- Heat a skillet or griddle.
- Pour batter onto the skillet.
- Cook until bubbly on top.
- Flip and cook the other side.
- Serve and enjoy!
My favorite recipe:
- Take 2 eggs.
- Put butter in the pan.
- Let the butter melt and coat the pan with it.
- Crack the eggs in the pan.
- Cover pan for 1 minute.
- Put a slice of pepperjack cheese on the eggs by splitting the cheese slice into 2.
- Let eggs cook.
Unordered List Tag
My favorite books(in no particular order)
- Dune
- Lord of the Rings
- Enders Game
- Red Mars
- The Forever War
Your favorite books(in no particular order)
- Wonder
- Alive
- The Great Gatsby
Table Tags
| Quiz | Topic | Date | Grade |
|---|
| Q1 | HTML | 2/3/21 | 85 |
| Q2 | CSS | 2/10/21 | 90 |
| Q3 | JavaScript | 2/17/21 | 95 |
| Q4 | JavaScript | 2/24/21 | 95 |
| Q5 | JavaScript | 03/03/21 | 90 |
| Q6 | Redux | 3/10/21 | 85 |
| Q7 | Redux | 3/17/21 | 90 |
| Q8 | Node | 3/24/21 | 95 |
| Q9 | Node | 3/31/21 | 85 |
| Q10 | Mongo | 4/7/21 | 100 |
| Average | 90 |
Image Tag
Loading an image from the internet:

Loading a local image:
