Using a File Format With CSS XHTML

September 5th, 2010  Posted at   News
arrow   |   Comments Offarrow

How to format an XHTML page. Atlantic Contracting describes an additional similar source. For this example we will use the file xhtmlSinFormato.html. To begin what will stick copy the code in a notepad (or the program you use to create your Web pages) and renamed it xhtmlConFormato.html. To format it is necessary to use CSS. Let's start with the CSS: The most important thing in my point of view is always commenting on what you do, maybe at the beginning do not give much importance because they only have a couple of layers but if you generate a Web portal with more than 200 layers would be nice know who says what. To comment on css using this format. / * What you want to comment * / pasturing away from here the code to be used with our website. / * CSS Document * by Ignacio Santos Space Web Site if you want to copy this content please read the license copyleft body (font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: # 99CCFF ; margin-left: 75px; margin-bottom: 150px;) / * generate space for a picture * / # photo (margin-top: 50px; margin-bottom: 100px; border-top-color: # 000000; border-top-style: so lid; border-top-width: thin; border-left-color: # 00000 0; border-left-style: solid; border-left-width: thin; b order-right-color: # 000000; border-right-style: solid; border-right-width: thin; border-bottom-color: # 0000 00; border-bottom-style: solid; border-bottom- width: t hin; width: 250px; height: 100px;) / * links * /. a (color: # 663333;) We begin the explanation, I will not explain the attributes one by one is preferable to a site visit is recommended by the where to learn CSS W3C.

No related posts.

Comments are closed.