Presentation is loading. Please wait.

Presentation is loading. Please wait.

Creating your first website

Similar presentations


Presentation on theme: "Creating your first website"— Presentation transcript:

1 Creating your first website
Web Design using HTML & CSS Create a webpage using Notepad Identify the use of different tags Add text to the website

2 Exercise 1: Create a folder
In your ICT/ Computing folder create a folder called ‘HTML’ Inside this folder create a folder called ‘Web Design’

3 Exercise 2: Web Page Layout
Click on Apps (on the desktop) > Tools open Notepad and enter the following: <HTML> <HEAD> </HEAD> <BODY> </BODY> </HTML> Click on File > Save As, navigate to the My Website folder you created, name it First WebPage.htm and click on Save. Note: It is important to add the .htm file extension after the file name to make the file become a web page. Open My Website folder, notice that the file is showing as a web browser file type. To view it, double click on the file and the following web page will be display. Start tag Notice there is always a start tag and an end tag. End tag

4 Exercise 3: Adding Text To edit the web page, select the web page by left clicking on it. Click on Open dropdown arrow menu at the top> select Notepad as show below Add a header text and body text as shown below in bold, onto the Notepad document. <HTML> <HEAD> <TITLE> My First Web Page </TITLE> </HEAD> <BODY> This is my first web page (your name) </BODY> </HTML>

5 Switch to the web browser and refresh the page by pressing on F5.
Click on File – Save. Switch to the web browser and refresh the page by pressing on F5. Your page should be display as follow Take a screenshot of both your Notepad page and website page side by side in a powerpoint as shown on the next slide. Add a title to the powerpoint - ‘My first website’ Save this powerpoint in your MyWebsite Folder Notice the header Notice the body

6 Add the text boxes and arrows like I have shown here.
Header Website Body Notepad Add the text boxes and arrows like I have shown here.

7 Exercise 4: Paragraph It is important to realise that to split your text into paragraphs when it is displayed you must either use the paragraph tag <P> or the line break tag <BR> Open a new notepad and copy in the code on the right Save the notepad as “Paragraph.htm” <HTML> <HEAD> <TITLE>Paragraph</TITLE> </HEAD> <BODY> <P> This is my first web page.</P> <BR> <P>I hope you like it! </P> Good-bye for now. </BODY> </HTML>

8 Open the file on web browser and your page should display something that looks similar to the page below. Again take a screenshot and show both the web browser and notepad on another slide with a heading ‘Paragraphs ‘.

9 Task 1 Write out what HTML is, what it stands for in 4 bullet points
Find out what are HTML Tags? Write 3 bullet points Find out the what the different headers are in HTML Add them to a new notepad document – save as Headings.htm Show a screenshot of both the web browser and notepad on a a slide in your powerpoint with a title – Headings. Describe what the following tags do and write these on a slide. <p> <br> <body>

10 Task 2 Find the song lyrics to your favourite song.
Add these to a new notepad document Add the appropriate HTML Tags (<p>, <br>, headings) Save it as a .htm file and take a screenshot and add it to your powerpoint. Don’t forget to add start tags and end tags otherwise it will not work.


Download ppt "Creating your first website"

Similar presentations


Ads by Google