Top "Markup" questions

Markup covers various systems for annotating text with extra information which defines its formatting or appearance.

What html markups to use for displaying label/value data?

I want to render a profile user container that contains a list of labels and their associated values. Here is …

html css markup semantic-markup
How can I avoid browser prepopulating fields in my registration form?

autocomplete="off" is not what I am after. Basically, on my registration form there are fields "phone" and "password" placed …

html browser markup user-registration
Explain what a <div> tag is to a non-programmer

So my brother is home for the holidays, and he is trying to learn HTML & Javascript. I've had some …

html markup
How to escape quotes in inline styles?

If I have an inline stylesheet, can and I want - for some strange reason - use the same quotes …

html css xml escaping markup
Node.js : How to embed Node.js into HTML?

In a php file I can do: <p><?php echo "hello!";?></p> Is there …

html node.js markup
ASP.NET Conditional Markup Rendering According to Web.config Key

I have a key in web.config as - <add key="IsDemo" value ="true"/> I want to show/…

c# javascript asp.net markup
Positioning background image on form element with CSS sprites

I am trying to get a magnifying glass as the background for my input element. The magnifying glass icon is …

html css markup css-sprites sprite
Does Bugzilla support any markup language?

Maybe I'm just blind, but I can't find documentation about how to format text in Bugzilla. Does Bugzilla support Markdown, …

bug-tracking markup bugzilla
Is it correct to nest HTML definition lists (<dl>)?

Is it semantically correct to nest definition lists, or should they simply be a 'flat list of name/value pairs'. …

html markup semantics
How do you document the parameters of a function's closure parameter in Swift 3?

In Xcode 8 beta and Swift 3, when you have a method that takes a closure as a parameter, for example: func …

swift xcode markup