473,394 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

W3C for HTML & CSS

3
Need help..

It would be great if anyone can tell me the precise standards to be used for HTML & CSS in SIMPLE TERMS??


ksas
Dec 11 '06 #1
6 1226
nickyeng
254 100+
simple terms?

html :
Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <head><title>Title</title></head>
  3. <body>
  4. This is body
  5. </body>
  6. </html>
  7.  
css :
Expand|Select|Wrap|Line Numbers
  1. body {
  2. background-image: absolute url(../images/background.gif);
  3. background-attachment: fixed;
  4. }
  5. p.title {
  6. font-size: 30px;
  7. font-family: Arial, "Times New Roman", Courier;
  8. }
  9. p.mainInfo{
  10. font-size: 13px;
  11. font-family: Arial;
  12. line-height: 0.5cm;
  13. }
  14.  
Is these what you want?
Dec 11 '06 #2
AricC
1,892 Expert 1GB
Need help..

It would be great if anyone can tell me the precise standards to be used for HTML & CSS in SIMPLE TERMS??

ksas
Not very specific, do you have any HTML knowledge?
Dec 11 '06 #3
sashi
1,754 Expert 1GB
Need help..

It would be great if anyone can tell me the precise standards to be used for HTML & CSS in SIMPLE TERMS??


ksas
Hi there,

Kindly refer to below attached links for further reading & understanding, hope it helps. Good luck & Take care.

Hyper Text Markup Language
Cascading Style Sheets
Dec 12 '06 #4
ksas
3
Nickyeng Thanks for your efforts.

I have been told to take a session in W3C.

I want the W3C guidelines in layperson’s terms or in your own words.

That's wht i mean by SIMPLE TERMS.
Dec 15 '06 #5
Yup - know what you mean.
Have a look at this...

www.htmldog.com

All the best
Dec 21 '06 #6
AricC
1,892 Expert 1GB
Nickyeng Thanks for your efforts.

I have been told to take a session in W3C.

I want the W3C guidelines in layperson’s terms or in your own words.

That's wht i mean by SIMPLE TERMS.
What on the W3 site do you want in simple terms? It is a pretty big site. Have you looked through the tutorials at W3 Schools
Dec 21 '06 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Son KwonNam | last post by:
When I have XML text data like the following.. ------ XML Snippet ----- <TEXT> Hello, XML &amp; Java Newsgroup! </TEXT> ------------------------ I hope to get the following html ------- HTML...
12
by: bissatch | last post by:
Hi, Is it possible for me to store HTML tags inside XML nodes? I need some way to share news headlines. Because the headlines differ in their presentsation, it would be very difficult to store...
5
by: nivas.meda | last post by:
Hi, I have an excel sheet with a graph and cells.If i change the value in the excel cells the graph will reflect.Now i am going to implement this functionality in html page.I successfully saved...
6
by: Paolo Pignatelli | last post by:
I have an aspx code behind page that goes something like this in the HTML view: <asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='<%#"mailto:" &amp;...
5
by: Hymer | last post by:
Hello, I am trying to create the html that someone would copy and paste to create a link to our site. I want them to see the entire code and wrote the following html: <p>&lt;p>&lt;a...
5
by: smittie31 | last post by:
I am having a problem with a border around me html page. The border does not flow thru the whole html page, it cuts off halfway. --> See http://keithborom.com/marlon-sanders CSS STYLESHEET ...
1
by: Anthony Smith | last post by:
Let's say that I have some data like what is listed below. I simply want to get all of he text that is between the html tags. How would I do that with regular expressions or any kind of code. Also,...
10
by: jollysr | last post by:
Could someone please help me convert the following XML to HTML page? <?xml version="1.0" encoding="UTF-16"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"...
3
by: Jason7899 | last post by:
Hello Everyone, I have been searching tirelessly and cannot find a way to convert this text into html text= &amp;lt;p&amp;gt;LONDRES (Reuters) - Cientistas descobriram tr&amp;ecirc;s importantes...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.