What Is HTML? A Tutorial Guide To Learning Easy HTML Code Programming
- Forums
- HTML
- What Is HTML? A Tutorial Guide To Learning Easy HTML Code Programming
this is a very simple explianation what HTML code is and where is used for on the internet [671], Last Updated: Sat May 18, 2024
webmaster
Tue Dec 05, 2006
0 Comments
736 Visits
what is HTML,
HTML is the basic code for website to format text.
for example, the page you are looking at right now is formatted using HTML code.
so see the HTML on every page you visit, just hit Control+U on your firefox or chrom browser and you will see the code behind each website that makes it work
for example, if you want to make bold letters, you can use this tag b
the HTML code would look like this:
THIS ARE BOLD LETTERS
noticed how i used to tags, one to open the tag and the other one to close it, or to tell the computer browser to stop the bold
if you need more help let me know