You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
7"I don't know what "kind" of language you'd call CSS, though?" - at a pinch "style description language" would do it.ocodo– ocodo2010-12-20 00:00:21 +00:00Commented Dec 20, 2010 at 0:00
-
29@acidzombie24: What does the "L" in "HTML" stand for?Dean Harding– Dean Harding2010-12-20 05:33:36 +00:00Commented Dec 20, 2010 at 5:33
-
10If it has syntax and semantics, then it's pretty hard to claim it's not a language. HTML and CSS are both languages by these criteria (as are English, Esperanto, Klingon, and arguably UML). None of them are "programming" languages, though.Zach– Zach2010-12-20 08:02:20 +00:00Commented Dec 20, 2010 at 8:02
-
4The engineers and doctors would be right, though – even if for completely different reasons. Software engineering may become an engineering disciplin but it isn’t one yet, it’s much too immature for that. We’re still in a very early, experimental stadium of SE. As for chiropractics … systematic studies have pretty much shown that chiropractic is ineffective, and the alleged underlying mechanism is scientific nonsense that directly contradicts what we know of biology.Konrad Rudolph– Konrad Rudolph2010-12-20 11:11:37 +00:00Commented Dec 20, 2010 at 11:11
-
7@Dean Harding - Hyper Text Markup Legos?VirtuosiMedia– VirtuosiMedia2011-08-12 06:04:10 +00:00Commented Aug 12, 2011 at 6:04
|
Show 12 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you