I will be teaching us some secrets behind web designing but today we start with HTML.If you have any questions or additional ideas or maybe you want to correct me in anyways, please do well and comments. Your comments & upvote will be appreciated.
With HTML you can create your own website,before you ask me how? sit back and let this post teach you few more things about HTML. Its pretty easy I promise, if you are interested tho. Hyper Text Markup Language HTMLshows the structure of web pages and its elements are represented by TAGS(which include "heading","paragraph","table",e.t.c. The TAGS are element name surrounded by angle (N.B web browsers do not display the HTML Tags but they help display the content of the page)
*The !DOCTYPE html shows the version of the HTML ( html5)
*The html is the root element of the page
*The headshows the main information of the document
*The title is the title of the document
For PC users, open the Start Screen or press the window symbol and type NOTEPAD
*For MAC users, open FINDER > Applications > TextEdit
After that try what you learn today by typing all you can see in the second image. Now save the file on your pc by selecting File > Save as on the notepad. Rename the file as sample.htm and set the encoding to UTF-8.