Interactive Notes
Interactive Notes
Class: C7-1
HTML
• HTML stands for “…………………………………………………………………………..……………….”.
• It is a form of Programming Language which is specifically
used for creating Web Pages.
• HTML is written in the form of ………..………..… which tell the Web Browsers how to display the
information.
Activity!
• Create a Web Page using HTML.
• Use NOTEPAD to do this.
• Add some content with formatting.
• Give it a title and use headings.
• Add working hyperlinks.
• Save file with correct extension.
Where do we start?
• Open Notepad:
Magnifying glass icon Type “Notepad” Notepad
• Open your Web Design folder
KEEP BOTH OF THESE OPEN!
Basic Page
<html>
<body>
Search Engines
</body>
</html>
This will display the words “Search Engines” on the web page.
USING TAGS
• Tags are used to tell Web Browser how to display ………………….….. and ………………………
• Tags are indicated by using ……………………… and …………………………….
• Tags almost always work in ……………………..……… – Start Tag and End Tag
Start tag example = <H1>
End tag example = </H1>
Heading Tag
<html>
<body>
<H1>Search Engines</H1>
</body>
<html>
<body>
<h1>Search engines</h1>
Yahoo<br>
Line Break Tag
Excite<br>
Google<br>
…………………… creates a line break
</body> <p> and </p> can be used to begin
</html> and end a ………………….………
Hyperlink Tags
<html>
<body>
<h1>Search engines</h1>
<B><a href="http://www.bing.com"> Bing </a> </B><br>
The URL of a hyperlink must be enclosed in …………………………
Task!
Add the hyperlinks for OneSearch and Google.
Remember how to save and view your notepad HTML web page
• File Save As.
• File name should be Search Engines.htm.
• Save file in Web Design folder.
• Open the web file which should look like:
• Refresh button can be used to view any changes you make to the web page.
3 4
10
Across
2 <BR> tag will cause a _______ in line
4 Tags almost always work in ______
6 The basic langauge to create a web page
7 <H1> </H1> tags can be used to create a large ______________
8 Main text and pictures are inserted into the ______ section
9 Used to tell the internet how to display text and pictures
10 <a href=> </a> tags are used to create _______________
Down
1 HTML is the laguage used to create one of these
3 <I> </I> tags will create an ______ font type
4 <P> </P> tags will create a _________________
5 Program which can be used to create a HTML file
8 <B> </B> tags will make text ______