Skip to main content

Posts

Showing posts with the label Simple HTML document

HTML Tutorial 1: Creating a Simple HTML Document

If you're regular in this site, you should know I am not a programmer. Several times, I've mentioned that I'm a person with no programming knowledge. Even my HTML knowledge is not good enough. Just few days ago, I decided to enrich my knowledge on HTML. I will publish HTML lessons for you. Thus you will be also learning HTML with me! Whenever I learn something about HTML, I will publish it here.  I'm not gonna discuss about the history of HTML. Hope you all know that HTML- Hypertext Markup Language. Whatever you see on your browser when visiting any site, your browser shows it through HTML. You can easily view what a website includes. Do as below: Open any website in your browser.  Right click on it.  A menu will appear. Click on View Source/ View Page Source.  A new window will open with the HTML of that website. You will see thousand lines codes! This is how your browser see a website.  Today I would like to start with an ex...