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
5. Open your browser and browse your HelloWorld html file
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
Post A Comment:
0 comments: