BEGINNERS' CODING HOME

Learn HTML,CSS, Python etc from the foundation

HTML COURSE

HTML 5 complete course


AN OVERVIEW

This course pegs its fulcrum on the basic understanding of HTML. The subject of discourse here (i.e HTML) is a computer language used to define the structure of a web page. 

In other words, the markup language that web browsers such Chrome, Mozilla Firefox, Netscape Navigator Internet Explorer etc., use to compose and as well interpret materials like image, audio, video, text, and so on into visual or audible web pages is referred to as HTML. It is a language used for creating web pages of a website.

What Does HTML Stand For?
HTML is simply an acronym for HyperText Markup Language.
1) HyperText means text or words that take (link) one from one page to another simply by clicking on the hyperlinks.

2) Markup: refers to how texts are executed in the HTML tags. The tags for example can mark a text as bold, italicised or strong.HTML tags are not usually displayed by web browsers.

3) Language: means that HTML is a computer language. In other words, it is written in special code and syntax.
.
Why Should I learn HTML?
The basic knowledge of Hypertext Markup Language will provide you with a solid foundation for understanding website structure and elements. 

With HTML, coupled with CSS and/or other languages you can build, design or develop any website, mobile applications without pain. HTML is in fact, the foundation of all computer language. If you’re indeed a code lover like me, then I don’t see any reason why you shouldn’t learn HTML.

Which language should I learn immediately after HTML?
Cascading Style Sheet (CSS) is the next thing you should learn at the completion of your lessons on HTML.

What are the tools or equipment needed or required for this course?
The basic thing you need to have before you can be eligible for this course includes
a)     Computer or Smartphone
b)    A good Text editor (e.g Sublime text, notepad++, Brackets, Visual Studio Code, etc)
With these above, you are good to go.




2. HTML COMPLETE COURSE





















***







  



The end...







DOWNLOAD THIS WEBSITE TEMPLATE

To download the template used on this website, Click Here



The following, as provided by those who created the theme may be helpful




1. If you want to display Featured post widget on your website, add this
Code on your html widget. Then replace Featured with your own label

<div class="small-recent-posts">
<script>
widgetrc(
 'Featured','3','singlecolumnsmallthumb'
);
</script>
</div>     

If you want to showcase recent posts.

<div class="small-recent-posts">
<script>
widgetrc(
 '','3','singlecolumnsmallthumb'
);
</script>
</div>      

If you wish to add Feedburner email subscribe widget, copy this code

But remember to just replace weblogtemplates with your feedburner handle.
<div class="well"><form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open("http://feedburner.google.com/fb/a/mailverify?uri=weblogtemplates", "popupwindow", "scrollbars=yes,width=550,height=520"); return true" target="popupwindow">
    <div class="form-group">
<input id="follow-by-email-address" name="email" placeholder="Email address..." type="text" class="form-control" />
</div>
<div class="form-group">
<input id="follow-by-email-submit" type="submit" value="Submit" class="btn btn-danger btn-email" /> <input name="uri" type="hidden" value="weblogtemplates" /> <input name="loc" type="hidden" value="en_US" />
</div>
</form>
</div>