254 Answered Questions for the topic HTML

Html

03/19/19

How to make a floated div 100% height of its parent?

Here is the HTML: Test And here is the CSS: #inner { float: left; height: 100%; }Upon inspection with the Chrome developer tools, the inner div is getting a... more

Editable HTML, CSS and Javascript within PowerPoint Presentation?

I was wondering if it was possible to have an editable HTML demo interface (like Plunkr) inside PowerPoint for doing educational presentations on HTML, JavaScript, etc. Has anyone done this? Is it... more
Html

03/19/19

How to make a div 100% height of the browser window?

I have a layout with two columns - a left `div` and a right `div`.The right `div` has a grey `background-color`, and I need it to expand vertically depending on the height of the user's browser... more

03/19/19

Is there a way to export Word styles as CSS?

We have a standard document template in word for internal documents. The Graphic Design / Technical Writing staff have all the styles rigged such that we don't have to do any formatting... more
Html

03/19/19

What is the difference between <section> and <div>?

What is the difference between `` and `` in HTML? Aren't we defining sections in both cases?
Html

03/19/19

CSS - Expand float child DIV height to parent's height?

I have the page structure as:           Now, the `child-left` DIV will have more content, so the `parent` DIV's height increases as per the child DIV. But the problem is... more
Html

03/19/19

HTML Input="file" Accept Attribute File Type (CSV)?

I have a file upload object on my page: with the following excel files on my desktop:> 1. file1.xlsx > 2. file1.xls> 3. file.csv I want the file upload to ***ONLY*** show `.xlsx`,... more
Html

03/19/19

Making a div vertically scrollable using CSS?

This gives a `div` that the user can scroll in both in horizontally and vertically. How do I change it so that the div is _only_ scrollable vertically?

03/19/19

Is it possible to use Lightroom to upload images to a server?

So what I want to know is whether it is possible to upload images from Lightroom via FTP to a server? Each client will get it's own folder and a login and password to view the images. I was hoping... more
Html

03/19/19

What characters can be used for up/down triangle (arrow without stem) for display in HTML?

I'm looking for a **HTML** or **ASCII** character which is a triangle pointing up or down so that I can use it as a toggle switch.I found ↑ (`↑`), and ↓ (`↓`) - but those have a narrow stem. I'm... more

03/19/19

Can I use both a CSS grid and Bootstrap together?

03/18/19

What is the difference between CSS and SASS?

Html

03/18/19

How do I delete an item or object from an array using ng-click?

I am trying to write a function that enables me to remove an item when the button is clicked but I think I am getting confused with the function - do I use `$digest`?HTML & app.js: ... more
Html

03/18/19

How to write a:hover in inline CSS?

I have a case where I must write inline CSS code, and I want to apply a hover style on an anchor.How can I use `a:hover` in inline CSS inside the HTML style attribute?E.g. you can't reliably use... more

Transform linked images to embedded images?

I have imported a HTML report into word by opening it (open `index.html` in Word) and copy / paste the result as an annex into my Doc.It worked fine, except that all the images (200 of them) are... more
Html

03/18/19

Placing border inside of div and not on its edge?

I have a `` element and I want to put a border on it. I know I can write `style="border: 1px solid black"`, but this adds 2px to either side of the div, which is not what I want. I would rather... more

03/18/19

Export HTML and CSS from Photoshop or InDesign?

I am building web site and I've got .psd file of how the site should look like and I can make it manually but it will take time. I was wondering if there is a way to export a Photoshop or InDesign... more
Html Logic Jquery

03/18/19

Find the number of lines in a div?

I want to show 'View All' kind of link, only when the lines in the div has reached 4 lines. **HTML** 3PAS-Pub-IO-doubleclick.net-LI, ATOM_DFP_Pub_LI, AUG12_Zynga.com_MafiaWars2_0.10$_CPM, ... more
Html

03/16/19

What is href="#" and why is it used?

On many websites I see links that have `href="#"`. What does it mean? What is it used for?
Html

03/16/19

Changing the color of an hr element?

I want to change the color of my `hr` tag using CSS. The code I've tried below doesn't seem to work: hr { color: #123455; }
Html

03/16/19

How to remove the underline for anchors(links)?

Is there anyway (in CSS) to avoid the underline for the text and links introduced in the page .. ?

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.