
In the last tutorial you learned about the <html>, <head>, <title>, and <body> tags. Now you will learn about the <p>, <pre>, <b>, <u>, <i>, and <h#> tags. These tags will help to add some style to your webpage and make it easier to show important phrases or terms in your web page.
Read The Rest Of This Article

In this tutorial you will be learning about the <html>, <head>, <title>, and <body> tags. All of these tags must be included in a website for the website to work correctly.
Read The Rest Of This Article
If you’re pretty familiar with using HTML then it’s time to forget it all and move up to CSS. CSS stands for Cascading Style Sheets and is usually an external file containing
all the styling for your website. There’s many advantages from using CSS, one is it cuts the rendering time of a page down and another is you can make global changes across your website from using one file!
Read The Rest Of This Article