Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with CSS and JavaScript.

html
-1 votes
3 answers
81 views
+50

Favicon doesn't show on Google Search

So the favicon for my website (a 256x256 .ico file) doesn't show up on Google Search. It shows the vercel logo, but when you click on the website, the correct favicon shows up in the browser tab. Even ...
Ansh Tandon's user avatar
0 votes
0 answers
27 views
+50

TinyMCE: Cursor Does Not Move to Next Line After Inserting Content with <br> Tag Using mceInsertContent

I'm using TinyMCE for my rich text editor, and I'm performing clipboard operations to insert content into the editor using the mceInsertContent command. When I insert content that ends with a tag, ...
Vasanth Nag K V's user avatar
0 votes
0 answers
46 views
+150

How to enable javascript LSP inside html script tags?

Is there a neovim plugin or a custom configuration of the html LSP that could allow to have linting in html/templ script tags using tsserver or eslint ? <script> // I want tsserver to lint ...
Fayeure's user avatar
  • 1,241
-1 votes
0 answers
65 views
+50

Making a printable CSS rectangle and grid

Trying to make CSS shape shown in the picture that has these compartments. I want to fit in a container or span in each of these compartments. Those grid lines shall separate the containers or span ...
Majoris's user avatar
  • 3,065