0
Please answer for this question.fill in the blanks to create a datalist with with predefined colour red
<input type="text" list="colors"/> __________ id ="colors"> <option color="red"> <___________>
13 Réponses
+ 7
<form>
<input type="text" name="color"
list
="colors" />
<datalist id="
colors
">
<option value="Red">
<option value="Blue">
<option value="Green">
</
datalist
>
</form>
+ 4
HTML is the language of web pages. Generally, to access HTML you need to access a web address. This will send a request to a server to serve you the HTML, which your browser renders and gives you what you see here. for more information go through the php web domain page.
If you really have to give your HTML a setup file (I’m assuming you mean setup.exe, like an installer) you can use electron.js. This technically serves your purpose of providing a setup for a HTML file.
I would urge you not use this method however. HTML in general does not need a setup. You should simply be able to open the HTML file in your browser to be able to view the rendered version, or open in your favourite text editor (i.e. Notepad) to see the underlying code.
If you want to host it on a domain, it’s a little more complicated and requires the purchasing of a domain name and hosting service. I would recommend hiring a professional if you aren’t comfortable with this.
+ 1
<input type="text" list="colors"/>
<datalist id="colors">
<option color="red">
</datalist>
0
Satnam Singh thanks man..👍👍👍👌
0
The correct answer is :-
1 line
2 colors
3 datalist
0
0
Fill in the blanks to create a video element:
<
controls>
<source
="video.mp4" type="video/mp4"/>
<
src="video.ogg" type="video/ogg"/>
Video not supported
</video>
0
the correct answer is
1. list
2. colors
3. datalist
0
public_____ Color { RED, _____ , GREEN;
0
1}video
2}src
3}source
0
0
<label
="
">Label</label>
<input type="text" id="demo">
0
<label
="
">Label</label>
<input type="text" id="demo">