6 ms·
Start Here. Step 1) open a text editor. Step 2) paste in the following code. <!doctype html> <html> <head> <title>my first website</title> </head
by djrconcepts 13y ago
Start Here.
Step 1) open a text editor.
Step 2) paste in the following code.
<!doctype html>
<html>
<head>
<title>my first website</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
Step 3) save the file as index.html
Step 4) open the file in your internet browser.