Welcome to the blog of Alan Martin
I want to share my learning experience with other Grandparents who are interested in learning how to code and create their own website.
After a few years at home I began to feel a bit bored and wanted to learn how to build my own website from scratch.
I started by learning the Hypertext Markup Language which is better known as HTML because almost every webpage uses it in some form or the other. In this blog I will teach you the very basics of HTML so that you have enough knowledge to start building your website.
Just me, myself and I, exploring the universe of a server-side web technology. I am preparing a short e-course about how you can build and code your own blog just like this one. I want to share my world with you. Here is the link to my e-Course and if you like it you can buy me coffee.
HTML is a language that is used to build most websites. All you need to start learning HTML is to understand the most common HTML tags that are used on a web page and then start typing the HTML code in your favourite code editor and build your own web pages.
You should visit the W3Schools.com! website.
And then start by learning what these tags are used for.
Doctype
Head tags
Title tags
Body tags
Header tags
Div tags
Paragraph tags
Line breaks
Line spaces
Comments
Section tags
List tags
Span tags
Page Link tags
Image tags
Video tags
Table tags
HTML coding is what makes a webpage look like a webpage, rather than just normal text. With HTML you can do all of the following things to help you to display content on a webpage in the right place.