How to make a web page easily

Started by TheC0mmunity, 6 years ago

Replies: 2  Views: 19

TheC0mmunity

Posts: 321

Joined: 10/11/2018

Posted on: Dec 15 2018 12:26:20 pm

1. Go to https://atom.io/ and download it
2. Write in the editor:
<html>
<head>
<title>Here is the title of the page</title>
</ head>
<body>
<h1 align=center>Title</h1>
<h2 align=center>Title 2</h2>
<h3 align=center>Title 3</h3>
<h4 align=center>Title 4</h4>
<h5 align=center>Title 5</h5>
<h6 align=center>Title 6</h6>
<p>Paragraph</6>
<footer>(c) Name of site</footer>
</ body>
</ html>

drifttwo

Posts: 17

Joined: 08/30/2018

Posted on: Dec 15 2018 10:58:28 pm

again, you didnt close your b tag

drifttwo

Posts: 17

Joined: 08/30/2018

Posted on: Dec 15 2018 10:59:57 pm

p* tag