- Buy a domian name
- Buy a hosting plan
- Use a notepadd++ or html editor
- Use html language to basic coding
- Start html coding
USE HTML MAIN ELEMENT
<html>
<head> </head>
<body> </body>
</html>
USE A TITLE TAG
- The p in
<p> is short for "paragraph" which is exactly what it is - a text paragraph.
Your HTML document should now look like this:
<html>
<head>
<title>My first website </title>
</head>
<body>
<p>Hurrah! This is my website.</p>
</body>
</html>
- In the top menu choose "Open" under "File" (or press CTRL+O).
- Click "Browse" in the box that appears.
- Now find your HTML document and click "Open".
- In the top menu choose "Open" under "File" (or press CTRL+O).
- Click "Browse" in the box that appears.
- Now find your HTML document and click "Open".
0 comments:
Post a Comment