Question:
Html question. ????????
Kidkidkid
2012-06-05 04:03:49 UTC
Im new to programming and currently learning python and I want to get into web development but I have a question about html. Is Html that same thing as Html5. Is it the same thing as XHTML. And where can I learn HTML
Seven answers:
?
2012-06-05 04:24:34 UTC
xhtml is dynamic html, html that includes javascript and other active elements.



html5 is the latest ratified version of html, consider html like a work in progress:



- html 1.0 (things get deprecated)

- blah

- blah

- blah

- html5



with each new version of version of html things get deprecated (become obsolete an are removed from the next version). Long story short just learn HTML5 it's just not all of the features in it are backwards compatible with older browsers.



w3schools.com (best place for getting the basics out of the way)



Some advice:



- you'll want to learn css, it's how they made websites look all pretty, and when you learn it get into the habit of using external stylesheets, never use inline styles, embedded is ok for testing purposes or one off changes.



- Chrome is the most compatible browser with HTML5 and CSS3 standards as seen here:

http://www.findmebyip.com/litmus/

as you may notice IE is the ***** of the group, microsoft continues the trend of saying screw the rules we have money. Design your websites previewing with chrome, and fix your IE hassles later.
juli
2016-07-14 13:40:48 UTC
Hi pal, HTML manner Hyper textual content Markup Language. With HTML you can create a static web web page. CSS way Cascading type Sheet this means that it is used to configuring the variety or to understand good the visible design like textcolor , fonts , background color etc. Definitely CSS just isn't a language it's only used to set residences to tags as i have recounted above. As with HTML1, HTML2 ..... There are particular necessities to design a webpage, each verison has modified principles than the prior verison bu you dont ought to fear about it a lot now. An example is in HTML5, you should write HTML code in Capital letters, whereas in earlier verisons the case does not matter. The W3C (World net Consortium) establishes the standards for HTML.
Rameshwar s
2012-06-05 04:15:21 UTC
1) If you want to enter programming then make yourself use to see numbers after name of languages.



2) say for example you must have seen people writing java 2 or java 6 or java 7. These numbers are simply version numbers. The greater the number the more improvement is made in languages.



3) similarly with HTML, HTML 5 is the latest one nowadays.



4) as far as XHTML is concerned i don't have much idea.



5) to learn html, there are many online resources, a simple google search will help you.



6) as far as books are concerned you can go for

#head first html

#complete reference

#a book by jamsa author
Catherina
2012-06-05 04:54:22 UTC
Various software and applications may be available in various verisons with many few features added, few old deleted. A new version is released with improvement on the old version.



http://xhtml.com/en/future/x-html-5-versus-xhtml-2/

http://wiki.whatwg.org/wiki/HTML_vs._XHTML





It is mentioned in Wekipedia: XHTML (eXtensible HyperText Markup Language) is a family of XML markup languages that mirror or extend versions of the Hypertext Markup Language (HTML.



While HTML (prior to HTML5) was defined as an application of Standard Generalized Markup Language (SGML), a very flexible markup language framework, XHTML is an application of XML, a more restrictive subset of SGML.
anonymous
2012-06-05 17:43:34 UTC
You can learn ath. on HTML5 here:http://html5videoconverter.org/
ray_diator
2012-06-05 04:13:10 UTC
Nothing is the same as something else.
Md Monoar
2015-08-01 09:11:19 UTC
thanks for throw this great question.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...