Announcement
Collapse
No announcement yet.
Search Result
Collapse
500 results in 0.8256 seconds.
Keywords
Members
Tags
-
Substructure and Semantics in HTML5
Hello All, I am working on a project and I want to know who supports tags that define text semantics between HTML and HTML5. I searched on google and according to this source, HTML does not have tags that define text semantics or divide a document’s structure but I have no idea about HTML5. Can anyone...
-
Php on-air script with image
codingforums i need help! basically i have this code
HTML Code:<div align="center"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <meta http-equiv="Content-Type" content="text/html;
-
understanding template literals
I am trying to write code that takes json data property values and inputs them into a dynamic HTML document that changes as js functions select different data from the json and then spits out fresh updated HTML code. After much searching, I came across the concept of js template literals, which seem...
-
How do I change animation properties dynamically?
I am calculating a value using php which will determine how far a box will move. Using the w3schools example below, how do I get my animation values to change, because where I have added a style to the div, this is ignored.
<!DOCTYPE html>
<html>
<head>...
-
Math operations: sum is having a math issue and ave has nan can I have help?
Code:var answer, i; var exitnum = 999; var ndex = 0; var numarray = new Array; var total = 0; var average = 0; var numanswer = 0; answer = prompt("enter a number greater than 20 or less than 100: ('999' to exit)",""); numanswer
Last edited by Julian935; Nov 9, 2020, 11:57 AM.
-
I need to increment my city counter by one but unsure how can I get some help?
Code:<!DOCTYPE html> <html> <body> <script type ="text/javascript"> var count = 0; var citieslist = new Array; var cities = prompt("Enter 10 cities/STOP to exit:"); while (cities != "STOP")
-
Need help...
Please, how do I implement Rich Snippets markup, Schema.org and structured data on my website? I have no HTML or programming knowledge but I do graphics designing.
-
Output input of text field in realtime from and to dynamically loaded elements
Hello, I hope someone can help.
I need to output into a span container, which is inside button, in realtime what is being written into a text input field above it.
The problem is, that the input field and the button are loaded via ajax.
main.php
Code:<div
-
need help about my project
hello their
i created a project that took currently over a year and still didn't finish it yet anyways i need you help by giving me some advices and your opinion, especially the main page i create a kind of simple design.
http://webdevl.me
thx
-
Learning Flex & Custom HTML Tags
Hiya Everyone,
I have been out of programming for some time and now I'm back so have been trying to learn about custom HTML tages along with flex and would grately appreciate some support, nudged in the right direction so to speak.
I have been making this page which I've...
-
How to access Local System Directories using HTML, Javascript or JQuery?
Hi Everyone,
I am working on Web Browser (IE). I want to access My Documents of login user(s) and then get the recently created folder and its files. After that I want to display these files in form of list on HTML page. Is it possible using HTML, Javascript or JQuery. Waiting for your...
-
Find the errors in the following code and let me know.
<html>
<body bgcolor=”red”>
<align = “right”> HTML stands for Hyper Text Markup Language
HTML describes the structure of a Web page
HTML consists of a series of elements
HTML elements tell the browser how to display the...
-
How can I save the User Input of the website in a txt file
I want to create a txt file(data.txt) where the user input is stored after the Register button is pressed.
Code:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Register</title> <link
-
Html form issues!!
Hello guys,
I am trying to make a form for text template, using JavaScript and html.
There is following text (example): "Bill went to PLACE and sold_or_bought product_name to John."
Instead of values in italic I would like to insert my text. So...