Youcan build your own website through several ways. Creating text and worddocuments for web pages are the fundamental aspects needed in building your ownwebsite. You also need to learn the basic HTML tags, insert HTML tags and getelectronic images, videos and pictures. You will also need to know how you canview and edit your own page.
Learninghow to make use of the basic html tags is important when you want to build yourown website. Formatting tags would need to be inserted in your document, thesetags would allow the web browser {who is using internet explorer for example}how you have arranged your words, texts, and pictures on the screen. TheHypertext markup language or HTML is used to define the arrangement of formattingtext that rearranges the content of a web page- It is very necessary to learnthis when you want to build your own website.
Someof the popular HTML tags needed in the building of your website will include;< html>, < head>, title of page title>, textof page and so on. Each formatting tag will always appear betweenthe signs < and >just to arrangeeach texts according to its sizes. The tags will normally appear in pairs inwhich the second tag in the pair will begin with a slash.
Someof the basic formatting tags in HTML needed in building the content of yourwebsite include which represents the header level 1 which is thelargest size type for a header in a text, it is often used at the beginning ofa web page and when you want to start a new section. Smaller and subsequentheaders are represented in
,
,
and so on. TheBold face text is usually represented as < b> and it's used to makesentences of words bold. The
or
tag is used inthe creation of centered texts.
Theparagraph return tag < is used to insert extra line spaces betweenparagraphs, while the tag represent the Italics text. The line breakwhich represents no extra spaces is represented with the
tag. Thehorizontal rule-which is a line running from one end of a page to the other andwhich separate the texts from each section is represented with the tag.
Theseare some of the tags you will need to learn to use when you want to build yourown website. They are easy to use, the more you teach them, the better andgreater your website look.