Ok, this article did not work due to formatting. It looks kind of interesting tho :)
Thinking about writing a website?
Open up notepad, save the file as mysite.html, and then start writing in it.
Write:
Hi! Welcome to my site!
This is my first website
Then save the file :).
That’s it, you made a website!
The declares the content following that to be hypertext markup language, the language of the web.
The
The
The
The
declares a heading, and the
closes the heading, every tag in HTML must be closed after being opened, and this is most commonly done via a tag to start, and then one later, ie this text would be boldThe
tag designates a paragraph of text, and the paragraph ends with
.The closes the body of the page, and the closes the HTML of the page.
There that’s it, now if you double click the file, it should open up in your web browser and be a working web page!