Most answered questions in HTML

0 votes
0 answers

What is viewport in HTML.

What exactly is a viewport in HTML? ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
309 views
0 votes
0 answers

how do you increase the height of an html textbox

How can the height of a textbox ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
210 views
0 votes
0 answers

how to change color of header in HTML?

Here is my HTML and CSS; the ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
836 views
0 votes
0 answers

Table scroll with HTML and CSS

I have a table like that which ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
324 views
0 votes
0 answers

How to view an HTML file in the browser with Visual Studio Code?

With the new Microsoft Visual Studio Code, ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
479 views
0 votes
0 answers

Laravel - htmlspecialchars() expects parameter 1 to be string, object given

I got this error: htmlspecialchars() expects parameter 1 ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
3,303 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

I have the following HTML code: <!DOCTYPE html> <html> ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
1,139 views
0 votes
0 answers

How to use multiple rowspan in a table?

I have an issue with rowspan in ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
879 views
0 votes
0 answers

embedding image in html email

I'm trying to send a multipart/related HTML ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
548 views
0 votes
0 answers

How do I add my logo to my website using html

I already have a website set up, ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
3,106 views
0 votes
0 answers

YouTube iframe API: how do I control an iframe player that's already in the HTML?

I want to have control over YouTube ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
958 views
0 votes
0 answers

How can I use Html.Action?

I'm attempting to comprehend how to use: @Html.Action("GetOptions", ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
193 views
0 votes
0 answers

Video is not supported in html5

I have the latest FF and I ...READ MORE

Aug 3, 2022 in HTML by Ashwini
• 5,430 points
298 views
0 votes
0 answers

How to add/update an attribute to an HTML element using JavaScript?

I'm looking for a JavaScript method to ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
332 views
0 votes
0 answers

How to make a back-to-top button using CSS and HTML only?

I'm attempting to create a back-to-top button ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
265 views
0 votes
0 answers

How to change the style of the title attribute inside an anchor tag?

Example: <a href="example.com" title="My site"> Link </a> How do ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
1,268 views
0 votes
0 answers

HTML page on load should open a default phone dial screen with phone number

I have example.com/phonecall as a URL. When a ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
252 views
0 votes
0 answers

Code PDF friendly HTML page from a Word Document

I have a word document file that ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
200 views
0 votes
0 answers

Code PDF friendly HTML page from a Word Document

It's a report file that will eventually ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
212 views
0 votes
0 answers

Why doesn't my div inside a span work properly?

I'm writing the following HTML markup: <span> Some Text ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
250 views
0 votes
0 answers

How do I style a <select> dropdown with only CSS?

Is it possible to style a choose> ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
338 views
0 votes
0 answers

How to make a HTML Page in A4 paper size page(s)?

Is it feasible to make an HTML ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
1,872 views
0 votes
0 answers

HTML Input - already filled in text

Can text be entered into an input ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
510 views
0 votes
0 answers

Should I make HTML Anchors with 'name' or 'id'?

What should one use when using the ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
249 views
0 votes
0 answers

What is the css / html `root` element?

I recently started using NetBeans IDE (6.9.1) ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
250 views
0 votes
0 answers

Render HTML to an image

Is it possible to render HTML to ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
254 views
0 votes
0 answers

How to rename HTML "browse" button of an input type=file?

How can the browse button be changed ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
1,095 views
0 votes
0 answers

Chrome extension HTML Tree Generator is not working

I installed HTML Tree Generator to observe ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
940 views
0 votes
0 answers

HTML combo box with option to type an entry

My understanding was that you could enter ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
237 views
0 votes
0 answers

HTML 5: Is it <br>, <br/>, or <br />?

I've tried checking other answers, but I'm ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
182 views
0 votes
0 answers

HTML if image is not found

In an HTML page, I have an ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
307 views
0 votes
0 answers

How to customize <input type="file">?

Is it possible to change the appearance ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
378 views
0 votes
0 answers

How do you create a hidden div that doesn't create a line break or horizontal space?

I want to have a hidden checkbox ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
196 views
0 votes
0 answers

How is HTML converted into machine language?

I've been unsure of this for a ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
439 views
0 votes
0 answers

Object-oriented HTML without server side code. Possible?

Is it feasible to reuse HTML tags, ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
175 views
0 votes
0 answers

How to embed a PDF viewer in a page?

If I'm not mistaken, Google Docs provides ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
266 views
0 votes
0 answers

HTML5 Local storage vs. Session storage

Are there any advantages to session storage ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
208 views
0 votes
0 answers

Expand collapse text with html

I want to make a text bigger ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
665 views
0 votes
0 answers

How to GET background color of a particular portion on the html page

I used Gradient to set the color ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,089 views
0 votes
0 answers

divide the page in three parts using div tag

I've been working on the below layout ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
199 views
0 votes
0 answers

Show Youtube video source into HTML5 video tag?

It doesn't seem to be working when ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
870 views
0 votes
0 answers

Cannot type in input text field

The input field is not letting me ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,411 views
0 votes
0 answers

Are (non-void) self-closing tags valid in HTML5?

On non-void elements, self-closing tags (those that ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
327 views
0 votes
0 answers

How can I set the default value for an HTML <select> element?

I believed that by setting the "value" ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
333 views
0 votes
0 answers

*44 open() "/usr/share/nginx/html/att-app" failed (2: No such file or directory), 404 not Found

I'm attempting to use nginx to deliver ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,550 views
0 votes
0 answers

How to use <form:form> </form:form> TAG using HTML in Spring MVC?

How to utilize the <form:form> </form:form> In Spring MVC ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
237 views
0 votes
0 answers

How to do calculations in HTML forms using JavaScript?

I'm developing a straightforward app that multiplies ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
1,292 views
0 votes
0 answers

HTML table with fixed headers?

Can a large HTML table be displayed ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
232 views
0 votes
0 answers

How can I change the line spacing for one paragraph in an HTML email template?

I want to add html commands that ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
489 views
0 votes
0 answers

How to store objects in HTML5 localStorage

However, it appears that my object is ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
450 views