Formatting your web page

Share it:
Day 1 - Formatting your web page

1. Open your HelloWorld.html with your favorite text editor
2. Type this code into your HelloWorld html file




1234567891011121314<html>
<title>
My Web Design Toturial
</title>
<head>

</head>
<body>
<strong> Hello World </strong> <br />
<font color="red"> Red Font</font><br />
<font color='#003399'> Blue Font</font>
</body>
</html>
4. Save again your html file.
5. Open your browser and browse your HelloWorld html file




Share it:

B-Publisher

web

Web design tutorial Day 1

Post A Comment:

0 comments:

Also Read

Basic Unity Script C# : Array - Day 3

Array merupakan tipe data yang sangat penting dalam pembuatan interaksi game, ada beberapa jenis array diantara 2D arra

Unknown