Introduction to Html and Css For Beginners

When you create an html document the first thing you should do is put the <html> tag which means that you are starting your html document. Next usually but not always comes the <body> tag. Then you can put what  you want like the <p> tag,The <b> tag,The <a> tag and others.After that usually but not always (again) you put the ending tag for <body> but instead of putting the <body> tag put the </body> Tag. The ending tags always start with the </  sign instead of the < sign. Unless they don't have an ending tag like <br>(line break). And finally put the ending tag for <html> (</html). Now your ready start making your webpage rock!You can also use Cascading Style Sheets (Css) in your Html or (X)Html Document which will help you put more style into your web page. This example tells the browser to display a red background. If you don't want to use red change the hex color(recommended) or just put a space and a color name like red,orange,blue etc.Or if you just want some text to have a background and not the whole page you can go to my website (htmlguy.yolasite.com) and select Css. There you can learn a lot of Css. Css is used for a lot of things but will never work if you don't tell the browser when it is going to display Css and when is it is  going to stop displaying Css. To tell the browser it is going to display Css you put <style type="text/css">. To tell the browser that it is going to stop displaying Css put </style> .

 

Make a Free Website with Yola.