Tagged Questions
1
vote
1answer
210 views
Responsive design best practice: Duplicate html elements for media querying and SEO impact?
I have a page with, in order of html appearance, a figure tag, headgroup tag, and an article tag.
In order to make a page's design responsive using media queries, I need a different order for ...
0
votes
1answer
96 views
Weird CSS-behaviour [closed]
<!DOCTYPE html>
<html>
<head>
<title>PakHet</title>
<link rel="stylesheet" type="text/css" ...
-3
votes
1answer
60 views
I want to be a freelance web designer. What other up to date technologies/skills would you add to this list? [closed]
Technologies I need to know: HTML, HTML5, CSS, CSS3, jQuery, CSSLESS, ASP.NET, SQL, WordPress, PHP
Skills needed: media querys/responsive design, browser compatability, graphic design, user interface ...
-1
votes
1answer
184 views
Why is there nobody talking about an alternative to HTML & CSS? [closed]
HTML is such an old and cumbersome language, which was intended just to markup text. Today it's very rare to see a static HTML website, or a site with only text or a very simple layout.
As a web ...
1
vote
1answer
344 views
HTML 5 - Backward Compatibility with new Tags and CSS?
In case I will use any of the new HTML5 Tags like:
<article> or <section> ...
with a doctype of
<!DOCTYPE html>
1.) Can I directly assign a style to this element like:
...
-1
votes
1answer
133 views
I am done with html and css, NOW, what tools should I start with? [closed]
I am done with html and css, NOW, what tools should I start with?
Shall I start with
Adobe CS3
OR
Adobe CS4
OR
Adobe CS5
Please let know. I am just confused.
Thanks :)
3
votes
1answer
115 views
JS and CSS caching issue: possibly .htaccess related
I've been using the HTML5 Boilerplate for some web projects for a while now and have noticed the following issue cropping up on some sites.
My CSS and JS files, when loaded by the browser, are being ...
2
votes
4answers
393 views
Should I jump straight into HTML 5 and CSS 3 from minimum knowledge of HTML?
I first learned HTML a long time ago, from the Visual Quickstart guide in 1999, HTML 4 for the World Wide Web. Though I have a grasp of fundamental concepts of HTML, my knowledge of CSS is woefully ...
2
votes
2answers
60 views
Is there any downside to using <embed> with Flash content?
I've recently learned that HTML5 now officially supports the <embed> tag. With that in mind, is there any reason not to just use it to embed Flash content into HTML5? Would there be any browser ...
7
votes
7answers
908 views
Can anyone list some real examples of 'HTML5' being used in the wild?
I am using HTML5 in the same way everyone seems to be using it these days, meaning: HTML5 tags, Canvas / 3D / javascript and CSS3.
I am struggling to find examples of sites that are using these ...
20
votes
10answers
1k views
What is new in HTML5/CSS3?
I've seen this site and this site, but that's a lot to digest. What are the main things about HTML5 that make it different/better than regular old (X)HTML/CSS?
14
votes
8answers
3k views
Should I use HTML5 and/or CSS3 to build my website?
The new HTML5/CSS3 (Web8!) stuff sounds cool! Should I start using it now or stick with css/xhtml wait until more browsers can use it?