Category "html"

Reload parent page after submit in iframe

I have the same issue as in this question. (which has no correct answer, I just test all of them): Reload page after submit in iframe (javascript/jquery) What I

Read meta data from image file with javascript

Is there any way to read the metadata of an image file in an <img> tag using JavaScript?

If HTML is not a programming language, what am I doing if I am doing HTML codes?

I am creating an article about programming. If I am using C#, for example, I am a C# programmer and I am programming using C#. How about HTML? If HTML is not a

Show Hide DIV with Jquery

I have this simple JQuery Show/Hide function that obviously show and hide a div. There are three things I cannot do on my own. <script type="text/javascript

HTML input type=file, get the image before submitting the form

I'm building a basic social network and in the registration the user uploads a display image. Basically I wanted to display the image, like a preview on the sam

Changing the space between each item in Bootstrap navbar

How can I create a larger space between each link on my navbar, so they are further apart? Is it something I change the CSS or HTML? Here's how I've implemented

How do I make a placeholder for a 'select' box?

I'm using placeholders for text inputs which is working out just fine. But I'd like to use a placeholder for my selectboxes as well. Of course I can just use th

How to manipulate text (HTML/CSS) without divs?

I want to create my Resume in HTML Is the dimension of the page good as a A4? How to Position the text like in picture, but I want without divs? And How to make

Is it valid to have paragraph elements inside of a heading tag in HTML5 (P inside H1)?

Is it OK to have paragraph elements inside of a header tags in HTML5? In other words: is this markup correct in HTML5? What are the drawbacks of using this? <

Can multiple different HTML elements have the same ID if they're different elements?

Can multiple HTML elements have the same ID if they're of different element types? Is a scenario like this valid? Eg: div#foo span#foo a#foo

Responsive image slider using picture element?

Does anyone know of an open source code or snippet example of a responsive image slider with < > navigation controls that uses picture element when resi

Sytling DateTime-Local Calendar Clear Button

Is there a way to style or remove this clear button from the calendar pop up that comes with the html5 datetime picker? It is not clearing my field and would li

Should I use <ul>s and <li>s inside my <nav>s?

Now that we have a dedicated <nav> tag, Is this: <nav> <ul> <li><a href="#foo">foo</a></li> <li><a

Discord/Twitter/others preview for link not working

So I've been trying to make a preview for my website images, on cdn.luckiecrab.nl and I've asked few people and they tried to help me but it didn't work. So the

Position fixed content overlapping problem

This is my html5 markup <div id="header"> </div> <div id="content"> </div> <div id="footer"> </div> Now used css header {

Bootstrap 5 video carousel controls and videos not showing

I come here because I'm having problems with the coding of a website for a friend's company. he wants to add a video carousel to his website that already had a

Don't navigate to other pages in WebView,disable links and references

I have a webView in Android, and I open a html webpage in it. But it's full of links and images, and when I click one of them, it loads in my webview. I want to

Destroy session upon refresh

I am trying to destroy the session information upon refresh. The problem here is that everytime I refresh, the data still appears on the table. How do i set the

Can't Get Divs to render Side By Side

Here's the fiddle: http://jsfiddle.net/vhcFw/ Here's the code: <div style='display:block-inline;height:100px;width:100px;background:red;'></div> &

Multiple pages in one html page

Looking to be able to put multiple distinct pages into one html page similar to the code shown below that was posted in this post: Multiple distinct pages in on