Year 6 - AP3 - Computing - Week 4 - HTML
Year 6 - AP3 - Computing - Week 4 - HTML
WEEK 4
How to Make a 2
Simple
Computing
Name:
Web Page
Spring-1 (AP-3)
using
Year : HTML
How to make a Simple Webpage using HTML
_____________________________
In this chapter, we will learn the following to World Class Web
standards:
2-2
How to make a simple web page using HTML
2-3
How to make a simple web page using HTML
2-4
How to make a simple web page using HTML
2-5
How to make a simple web page using HTML
2-6
How to make a simple web page using HTML
2-7
How to make a simple web page using HTML
2-8
How to make a simple web page using HTML
2-9
How to make a simple web page using HTML
At Ohio Digital Art, is William Andrews, who has been designing products for a myriad
of organizations since 1970's. He also is constantly supervising and teaching with over
Unity Heights Sample Products
500 designers and engineers since 1990
Military Products:
Transportation Products
Software Projects
Art
Web Projects
2-10
How to make a simple web page using HTML
Defining the Font Style and Size of the Text in the Web Page
____________________________________________________________
For our webpage, we choose an Arial font and a HTML font size of 2. We use the font
tag to accomplish this task. After opening a paragraph <p> and typing <font, we type
face=”Arial” to assign the font and after a space, we add size="2">. After typing the text
we want, close the paragraph with a </font></p>.
2-11
How to make a simple web page using HTML
<head>
<title>About Us</title>
</head>
<body>
<p><a href="index.html">Home</a></p>
<p><font face="Arial" size="2">At Ohio Digital Art is our lead digital artist, William Andrews, who has been designing products for
a myriad of organizations since 1970's. He also is constantly supervising and teaching designers and engineers since 1990
</font></p>
<p><font face="Arial" size="2">Designing and implementing a military Ballistic Computation system </font></p>
2-12
How to make a simple web page using HTML
</body>
</html>
Figure 2.11 – Saving our First Web Page to the Basic HTML Folder
2-13