close
Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the predominant markup language used for creating web pages. In modern web pages, HTML is used to markup the contents of the website, while CSS and Javascript are used to define the styles and behaviors respectively.

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I find it kind of surprising that HTML, invented in 1993, still doesn't have a standardized default tag for URL image previews, but instead one has to rely on some code by Facebook or Twitter.
arsCynic's user avatar
1 vote
1 answer
57 views

I have a page that I'm working on that uses an external SVG file multiple times via the <embed> tag and I've noticed that each instance triggers a separate GET request. The same issue also ...
Curtis's user avatar
  • 11
1 vote
2 answers
114 views

My website is currently encountering a case where we have approximately ~11 milion currently crawled but not indexed URLs. Resulting in our listing page not showing up in Google search result, all ...
Trọng Anh Nguyễn's user avatar
0 votes
2 answers
301 views

Blogger support unfortunately did not help to customize the html, so I created this code with ChatGPT. But I have 3 problems: 1, The comments in the code go in the browser tab, so I have to remove ...
yoursupergames's user avatar
0 votes
2 answers
206 views

Next.js (V15, App router, SSR) does not render HTML as initially structured. It renders <template> tags inside the structure, and further in the source, the content in a hidden <div>. Thus,...
theredled's user avatar
  • 101
0 votes
1 answer
135 views

I'm using Bagisto (Laravel-based eCommerce framework) to build my site, but I'm facing an SEO-related issue: None of the pages are showing tags when I inspect the page source. All pages appear to ...
Mineshop.eu mining hardware's user avatar
2 votes
1 answer
364 views

I have all the tags setup correctly for link previews. Link previews work flawlessly on Instagram and Twitter. But, Facebook/ WhatsApp refuses to show images. Having gone through almost all Stack ...
Amit Bajar's user avatar
0 votes
2 answers
111 views

I've searched for hours and cannot find a specific answer to my question. If SEO page titles and meta descriptions are supposed to be unique for every page, but you have a list or directory with ...
salmmus's user avatar
1 vote
0 answers
180 views

I tried the following code on codepen <img data-src="not_supposed_to_load"> Which, as far as I know, shouldn't fire any network request. But when I check chrome console: I also ...
John Melo's user avatar
0 votes
1 answer
254 views

We're building a new site and encounter a question on how to expose the main navigation menu in terms of HTML. Note that the site menu is rather on the large side with submenus for different countries,...
jfix's user avatar
  • 175
0 votes
1 answer
85 views

I was reading articles, and if people did an accordion style page where some text is immediately shown and when people perform a certain action, more text loads on the same page and it seems google is ...
mike_s's user avatar
  • 149
1 vote
1 answer
51 views

I once had a webpage where I set the href value of the base tag to the path where most links start with that path, but the href value isn't supposed to point to an actual page. Here's an example of ...
mike_s's user avatar
  • 149
3 votes
1 answer
100 views

I run a website with inline javascript. I created a security policy so javascript can run inline. Then Pagespeed insights shows this issue: When I read about CSP nonces and hashes, it means ...
mike_s's user avatar
  • 149
1 vote
2 answers
393 views

I’m developing a website that offers free tools like converters, compressors, and calculators. My setup includes ASP.NET Core as the backend API and React.js for the frontend. While researching ways ...
Prageeth Liyanage's user avatar
0 votes
2 answers
86 views

The client wants their minimalist logo version to replace the abbreviation of their company name every time it appears on their headings. For example, if the heading says "You Can Make It Work ...
Web Developer's user avatar

15 30 50 per page
1
2 3 4 5
96