Someone help with my choose your own adventure
W3Schools » HTML/XHTML
by
2w ago
Can someone explain to me what's wrong with this choose your own adventure code?    I asked Claude (AI), to write me the HTML for a choose your own adventure site, this is that it came up with:   <html><head> <title>Choose Your Own Adventure</title> <style> body { font-family: Arial, sans-serif; text-align: center; } button { padding: 10px 20px; font-size: 16px; margin: 10px; } </style> </head> <body> <h1>Choose Your Own Adventure</h1> <div id="storyBox"> <p>You wake up in a dark forest. It's nighttime, and ..read more
Visit website
Reload website tag
W3Schools » HTML/XHTML
by
2w ago
Hey, is it possible that when the page is reloaded in the browser, an anchor/tag is addressed and automatically goes to this jumping point? Best regards ..read more
Visit website
How do i make 2 images stand side by side for my web page like in my design
W3Schools » HTML/XHTML
by
1M ago
hi everyone I am new to HTML  programming and I am still having trouble making my website look like my web layout design from Canva. I want to make my website look like the picture in the first image (Web page layout.jpg). the second image is my HTML code. my website still doesn't look like my design from Canva. What is wrong with my code here?    ..read more
Visit website
Save As JPG or PNG on iPhone/iOS
W3Schools » HTML/XHTML
by
1M ago
I have been away from programming for quite a while due to health issues. I have an image editing page written in HTML5, CSS3, and JavaScript. No additional libraries. I believe I used the HTML5 API to create Save As JPEG with a quality setting or Save As PNG. This works fine on laptops and desktops and works fine on Android. It does not work on iPhone. IIRC, there is now a way for this to work on iPhone/iOS. How do I go about doing this? If I am incorrect and there is not a new method, what work arounds are available? Currently, the edited image opens in a new tab, and the user has to tap the ..read more
Visit website
Table layout
W3Schools » HTML/XHTML
by
1M ago
Hello, I would like to implement this table layout, see table_layout.jpg. I have assigned different sizes to the table areas via classes. Unfortunately, it does not work if the column widths are different. How can I assign different widths to the columns? Many thanks and best regards ..read more
Visit website
SVG lines: no glowing effect on horizontal or vertical lines, why?
W3Schools » HTML/XHTML
by
2M ago
Hello, 1. I want to create an SVG line with flowing and glowing effect. This also works for path lines, but not for horizontal or vertical lines. As soon as I add the filter (filter: url(#glow)") in the last two lines, the lines are no longer displayed. Why? 2. The green arc is not displayed correctly, it is cut off at the top and bottom, how can I change that? 3. Does anyone have a different or better idea for a flowing and glowing effect? Thanks.   <html style="margin: 0; background: #000;"><body> <svg viewBox="0 0 600 600" stroke-linecap="round" fill-opacity="0"> ..read more
Visit website
Drop-down menu not working
W3Schools » HTML/XHTML
by
4M ago
Hi everyone, On the website https://www.fotoexpositie.nl I have a menu that reverts to a drop-down menu on mobile screens. Except that it's not 'dropping' for some reason. I've tried code-checkers and manually checking the code but can't find anything wrong with it. Except ... that it's not working. Hope anyone can help out! Thanks so much and for everyone happy holidays! Thanks, Peter The website can be found at: https://www.fotoexpositie.nl  Don't know it it helps but the menu code is: <nav >   <div >     <div >       <butto ..read more
Visit website
Can't remove space between columns on email signature.
W3Schools » HTML/XHTML
by
4M ago
I feel as if I've tried everything to remove gaps between our companies email signature. On Gmail and Apple mail if formats fine, however on Outlook it leaves gaps. I'll paste the code down below - I have tried more than whats even there - so please give me all your suggestions. <!DOCTYPE html> <html>     <head><title>Email Signature</title></head> <Body> <table cellspacing="0" style="width: 380px; max-width: 380px; border-spacing: 0px; border-collapse: collapse; column-gap: 0px; margin: 0px; padding: 0px;">     <tr>< ..read more
Visit website
OPTION tag links not working
W3Schools » HTML/XHTML
by
4M ago
Am setting up some webpages on a home computer to show old calendars. Using the OPTION tag to get to the various years, but am unable to get the links to work, so must be doing something wrong somewhere. Have seen this done on a live online website and it all works perfectly. Is someone able to assist please. Thanks Ian C HTML code <div class="w3-center"> <select aria-expanded="false" id="sort-select"> <option value="/1801_index.html">1801</option> <option value="/1802_index.html">1802</option> <option value="/1803_index.html">1803</option> < ..read more
Visit website
Superfluous? Value attribute in some form elements
W3Schools » HTML/XHTML
by
5M ago
Hello, I'm presently progressing through the HTML certified course and am at 7.4 HTML Input Types in the module about HTML forms. The input type I'm presently looking at is radio and can also be found here: https://www.w3schools.com/html/html_form_input_types.asp (press ctrl + f and input: Input Type Radio to bring you to the right heading immediately). My question is, is that it seems to me superfluous to add the attribute value to the radio inputs. It does not seem to do anything, whereas for the input type of submit it will determine the text on ..read more
Visit website

Follow W3Schools » HTML/XHTML on FeedSpot

Continue with Google
Continue with Apple
OR