6,558 Topics
| |
This code below works successfully to capture/record/play video - after camera access permission is granted - when the start button is selected. I'm trying to add the functionality where (after camera access is allowed) the camera view appears, without recording starting automatically (And have the camera view displayed while recording). … | |
rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | |
I have three tables in mysql which make up the dropdown menu, as below code. I would like to get a $ breadcrumb variable with link from this menu. Example: Home / Woman Home / Woman / Clothes Home / Woman / Clothes / Women T-Shirth-2 It is possible?? <div … | |
Write html code using both types of list tags | |
This html web page code, when viewed via mobile device, captures video from the mobile device. By tapping the page, the mobile video full screen appears, ready to begin recording. I'd like to find a way to reduce the dimensions of that full screen, if possible. I'm guessing it might … | |
Good day I am trying to get a total of two numbers. The first number I need to get form my page (the number changes every few seconds (crypto clicker) Second number must be 35 This is the code I got after search, but do not know how to get … | |
| |
Is it possible to add scrolling text across the page/video-camera-screen? On an html page, it uses this code: accept="video/*" in this context: <input type="file" name="fileToUpload" id="fileToUpload" accept="video/*" capture="user" onchange="submitForm();"> and when you view the page via mobile, and tap the page, your video camera screen appears. I'm looking to see … | |
i am new here and and want to know about the web development. i want to become a professional web developer. i am confused about where to start? can anybody help me. | |
I am trying to modify a existing web script's Upload Form where, currently you choose a Category...etc. and Submit. When a Category is chosen, I'd like another dropdown list of choices to display. Here is the code currently: <div class="form-group"> <label class="col-md-12" for="category_id">{{LANG category}}</label> <div class="col-md-12"> <select name="category_id" id="category_id" class="form-control"> … | |
I want to know about the exact difference between the XM Sitemap & HTML Sitemap. I already take the help of Google but not satisfied. Expecting a better reply from your side. Thanks | |
| For example: Http:localhost:8080/api/customer/{id} If I post in postman instead of Id a parameter it will work fine , But in html I’m asking the user for an input and than I want to pass the input in the path instead of the Id Is it possible ? Only spring boot … |
[(ngModel)]="service.formData.OrderNo" | |
Develop the following HTML page (with CSS file). The following apply : The text "2020-2021" is heading style 3 at center of The figure is highlighted with grey color. The hyperlinks are at left of page. The social media logos are at left of hyperlinks. The form elements are at … | |
I want to this project for a few days, so execusem send for a short in the time. | |
<! doctype html> <html> <body> <title> How to write a html file</title> <h1> how to write html</h1> <p> when creating a html file you make use of of your notepad </p> <h2> processing of html</h2> <p> when starting you make use of word like doctype, head, paragraph, body etc. You … | |
| |
| |
There is a PHP login code but I don't know how to show the error message when the user types wrong datas into the input fields. I used to have a `echo"Wrong username or password!";` But I want to display a DOM element. I don't know how to make it. … | |
Hi. I would be very grateful if you could help me solve two things that I don't know how to do (or that have still come out). 1. How can I center the button (btn1) in the second div (center in the white box), without using "px" but using only … | |
Hi guys, this is my first post on the forum and I am in need of some help. I am a PHP beginner and I have been trying to come up with a solution to my issue for a while now. I am trying to make a system where a … | |
Hello everyone. Thanks for taking Time to read muy question AND, hopely, giving retribution. Im from Argentina, currently studying a sort-of full stack node.js carreer. I want to build an online portfolio so I can boost up my possibilities of landing a job when I finish it. So I want … | |
After page loading , when I click on the ellipsis , horizontal tabs transform from bottom of the product image . After opening of the tabs menu bar , first tab should open by default.I tried multiple solutions but none of them worked out. | |
Hello, Hope all doing well, I'm very new to this coding and this place. Was preparing for the questions from this [source](https://www.interviewbit.com/html-interview-questions/) . Just had a query is there are any other ways you can display HTML elements? Q No - 23 TIA!! | |
Hi! I have been trying to figure out how to generate 10 random numbers in a row with this : The code should include: var text = " "; var number ; for (var i = 1; i <= 100; i++) text = text + number if (i % 10 … | |
Hi Team, I would like to increase the space between letters inside select tag. I am not sure how to achieve this. what i would like to get is like below ** letter >> l e t t e r ** ** Below is my html and external CSS code … |
The End.