semantic-markup
Semantically-rich markup for discussions in HTML5
At the moment, I\'m marking up a play in HTML5, and trying to use the most semantically-rich markup available. There\'s plenty of information online about using the <dialog> tag for this; unfort[详细]
2023-02-21 03:03 分类:问答-
Scaling an image with a div, whose child sets the height
A div, by itself, is the height of it\'s contents. I want a div to include two children: another div (or image that is left aligned) and an unordered list (ul). The inner div (or image) will match th[详细]
2023-02-15 14:21 分类:问答 How to mark up quantity data together with a list element in HTML5?
I have an unordered list of categories to use for navigation. For each category I want to provide information about the number of items in each category, so I get the navigation like this:[详细]
2023-02-15 02:23 分类:问答HTML5 nav tag correct usage
<ul class=\"mainMenu\"> <li><a href=\"#\">Home</a></li> <li><a href=\"#\">Forum</a></li>[详细]
2023-02-14 18:18 分类:问答html5, figure/figcaption inside a paragraph gives unpredictable output
The following markup uses the figure element to display an image, inline with the text of a paragraph -- hence the figure is \'included\' inside the first <p>.[详细]
2023-02-14 10:42 分类:问答How to code html forms which are complex?
I have been given the task of coding the form below. I was planning to do it using tables, however my instructor told me to do it using d开发者_开发问答ivs, since it takes up more resources or somethi[详细]
2023-02-12 07:01 分类:问答semantic way of representing lines of a play in HTML
Take the most famous group of lines of them all: Hamlet: To be, or not to be: that is the question: Whether \'tis nobler in[详细]
2023-02-05 06:36 分类:问答Semantic HTML Practice: the navigation list
I just realised that hiding text is a bad attempt from a thread I just made, As a sidenote, Google does not like[详细]
2023-02-04 09:00 分类:问答Semantic HTML Practice
I read about semantic HTML online... Semantic HTML means using HTML tags for their implied meaning, rather than just using (meaningless) div and span tags for absolutely everything.[详细]
2023-02-03 16:26 分类:问答Common format or convention for syntax highlighting JS, CSS and XML/HTML?
Somewhat related to this question, I\'d lik开发者_开发知识库e to know if there is any common conventions to syntax highlight JavaScript, CSS and HTML/XML? I’m thinking mostly about things like using[详细]
2023-02-03 12:15 分类:问答