how to create a website
Now today's time most paler business is creating simple website and start your business.
Before the creating a simple website you have must knowledge of basic HTML,CSS
1.Using HTML You can create Like tables forms at he website page.
Example :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table>
<tr>
<td>Your Coulmn 1 of row 1</td>
<td>Your Coulmn 2 of row 1</td>
</tr>
<tr>
<td>Your Coulmn 1 of row 2</td>
<td>Your Coulmn 2 of row 2</td>
</tr>
</table>
</body>
</html>
2. Using CSS you can design the page of your website.
Example :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data">
<input type="text" placeholder="Enter User name" />
<input type="password" placeholder="Enter password" />
<input type="submit" value="Login"/>
</form>
</body>
</html>
Now today's time most paler business is creating simple website and start your business.
Before the creating a simple website you have must knowledge of basic HTML,CSS
1.Using HTML You can create Like tables forms at he website page.
Example :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table>
<tr>
<td>Your Coulmn 1 of row 1</td>
<td>Your Coulmn 2 of row 1</td>
</tr>
<tr>
<td>Your Coulmn 1 of row 2</td>
<td>Your Coulmn 2 of row 2</td>
</tr>
</table>
</body>
</html>
2. Using CSS you can design the page of your website.
Example :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data">
<input type="text" placeholder="Enter User name" />
<input type="password" placeholder="Enter password" />
<input type="submit" value="Login"/>
</form>
</body>
</html>
No comments:
Post a Comment