The above logo was created on cooltext.com
HTML Assignment 1 - Movie
(OR TV Series OR Book)
Set Up
<a href="Assign1.html">As1 - Movies</a>
Quick link to start tags: https://www.w3schools.com/css/tryit.asp?filename=trycss_default
Quick link to colors:https://www.w3schools.com/colors/colors_names.asp
Quick link to fonts:https://www.w3schools.com/howto/howto_google_fonts.asp
First 80%
Text and Text Containers (40%)
Using an <h1> tag, give the page the headline with the title of your movie
Add an open and close Heading 2 tag <h2></h2> then inside:
Add another open and close paragraph tag <p></p> then inside:
Add another open and close paragraph tag <p></p> then inside
Adding Styles Styles
Find a color scheme using color.adobe.com in one of two ways:
Body style:
Paragraph Style:
H1 Style:
H2 Style
Adding More Images and Resizing Images (40%)
Place 4 pictures of individual characters on your page below the other text.
Resize the pictures so that they are all the same height.
Reminder: Resizing Images
<img src=”images/pic.jpg” width=”50%”> - Using percentages is one way you can adjust your webpage for smaller screens.
<img src=”images/pic.jpg” height=”300px”> - FYI: Height usually uses pixels rather than percentages. That is because the height of websites change as you add more content and you do not want your pictures growing just because there is more content added somewhere far below.
Final 20% - Learning and Adding Something New
Go to this site:https://www.w3schools.com/html/html_lists.asp
And read about Ordered and Unordered lists. Use the Try It Yourself buttons to see how the code works.
Create an unordered list with the names of the 4 characters whose pictures you included above followed by any one fact about the character.
Wanda - First appeared in Avengers Age of Ultron
Iron Man - One of the few character without superpowers
Done Early
There are lots of custom logo makers that let you generate cool text for your websites. Two I have used are: https://textcraft.net/ (more modern but a bit trickier to use) and https://cooltext.com/ (easier but definitely old school). The logos at the top and bottom of this doc were both made with cooltext.com.
Suggestion: Imagine you have a YouTube channel that reviews movies. Play around with one or both of the sites and make a logo for your channel that you can add to the bottom of your page.