254 Answered Questions for the topic HTML

05/07/19

Embed html in AutoCAD?

Does anyone know of a way to embed html into Autocad? I want to be able to click on an object and a window within Autocad pop-up with some pictures and text in a table. I'm hoping there's a way... more
Html

05/06/19

Hiding elements in responsive layout?

Looking through bootstrap it looks like they support collapsing the menubar items for smaller screens. Is there something similar for other items on the page?For example, I have a <h1> along... more
Html

05/06/19

Bootstrap - Text-align class for inside table?

Is there a set of classes in Twitters Bootstrap Framework that aligns text?E.g. I have some tables with `$` totals that I want aligned to the right... <th... more

05/03/19

How to add audio to a HTML image?

I'm still new to all this, but I'm trying to add audio mp3 sound to an HTML image, which is played when clicked on. How can I do this right? I've already tries a few things, like the... more

05/03/19

Dreamweaver templates transforming coldfusion <cfinclude> paths from relative to absolute?

I am pretty new to both Dreamweaver and Coldfusion, and I am having a terrible time figuring out this issue. I am sure the fix is very simple. When I create a new page from an existing template in... more

Reformatting HTML?

I'm not a developer so I don't know the right term for this. I am dealing with code done by other and it is coded in a continuous way. Meaning not like this, <body> <ul> ... more

05/03/19

Tool to Convert table base design to table less design?

What is the best optimized way to convert table base design to table less design? the layout should be cross browser compatible and SEO Friendly. Is there any tool/editor which converts existing... more
Html

05/02/19

Recommended way to embed PDF in HTML?

What is the recommended way to embed PDF in HTML? - iFrame? - Object? - Embed?What does Adobe say itself about it?In my case, the PDF is generated on the fly, so it can't be uploaded to a... more
Html

05/02/19

Should I make HTML Anchors with 'name' or 'id'?

When one wants to refer to some part of a webpage with the "`http://example.com/#foo`" method, should one use <h1><a name="foo"/>Foo Title</h1>or <h1 id="foo">Foo... more
Html

05/02/19

File input 'accept' attribute - is it useful?

Implementing a file upload under html is fairly simple, but I just noticed that there is an 'accept' attribute that can be added to the `<input type="file" ...>` tag.Is this attribute useful... more

05/02/19

Can I develop a mobile app using PHP and Bootstrap?

Html

05/02/19

How to dynamically change a web page's title?

I have a webpage that implements a set of tabs each showing different content. The tab clicks do not refresh the page but hide/unhide contents at the client side.Now there is a requirement to... more
Html

05/01/19

Can I add custom attribute to HTML tag?

Can I add custom attribute to HTML tag like this: `<tag myAttri="myVal" />`
Html

05/01/19

Make a div into a link?

I have a `<div>` block with some fancy visual content that I don't want to change. I want to make it a clickable link.I'm looking for something like `<a href="…"><div> …... more
Html

04/28/19

CSS selector for text input fields?

How can I target input fields of type 'text' using CSS selectors?
Html

04/28/19

Using <meta> tags to turn off caching in all browsers?

I read that when you don't have access to the web server's headers you can turn off the cache using: <meta http-equiv="Cache-Control" content="no-store" />But I also read that this doesn't... more
Html

04/26/19

In HTML5, with respect to tables, what replaces cellpadding, cellspacing, valign, and align?

In **Visual Studio**, I'm seeing these warnings:> - Validation (HTML 5): Attribute 'cellpadding' is not a valid attribute of element 'table'.> - Validation (HTML 5): Attribute 'cellspacing'... more
Html

04/25/19

Determine a user's timezone?

Is there a standard way for a web server to be able to determine a user's timezone within a web page? Perhaps from an HTTP header or part of the `user-agent` string?
Html

04/24/19

Remove HTML tags from a String?

Is there a good way to remove HTML from a Java string? A simple regex like replaceAll("\\\\<.*?>","") will work, but things like `&amp;` wont be converted correctly and non-HTML... more
Html

04/24/19

How do I increase space between dotted border dots?

I am using dotted style border in my box like .box { width: 300px; height: 200px; border: dotted 1px #f00; float: left; }I want to increase the space between each... more
Html

04/24/19

Should I put input elements inside a label element?

Is there a best practice concerning the nesting of `label` and `input` HTML elements?classic way:<!-- language: lang-html --> <label for="myinput">My Text</label> <input... more
Html

04/24/19

Is it valid to have a html form inside another html form?

Is it valid html to have the following: <form action="a"> <input.../> <form action="b"> <input.../> <input.../> ... more
Html

04/24/19

How can I draw vertical text with CSS cross-browser?

I want to rotate a single word of text by 90 degrees, with cross-browser support. How can this be done?
Html Css

04/23/19

What is the easiest way to create an email in HTML/CSS?

Html

04/23/19

How to turn off word wrapping in HTML?

I feel silly for not being able to figure this out, but how do I turn off wordwrap? the css `word-wrap` property can be forced on with `break-word`, but cannot be forced *off* (only can be left... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.