Mobile Web Project
Notes on creating a mobile website:
This is a step-by-step guide to creating a mobile web project.
- Create a web project folder in your Documents folder.
- In Notepad ++, create a new file and save it as "index.html" in your web project folder.
- In Notepad ++, create a new file and save it as "styles.css" in your web project folder.
- In Notepad ++, in your index.html file, create basic tags for skeleton of a web page (see chart at front of classroom).
- In the head tag, write the following code inside the opening and closing head tags:
- In the head tag, write the following code inside the opening and closing head tags:
- In between the opening and closing body tags, create an h1 header for your title. Create h2 headers as needed for subtopics.
- Create paragraphs using the opening and closing p tags. Write in your own words. /li>
- In your web project folder, create a subfolder called "images". All your images will be placed here.
- Use the img tag to insert images in the places you think best for your design. An example of an image tag is below:
These are the first ten steps of your project.