Why hide HTML elements? [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Seems like google search, twitter, and some websites hide some of their heading tags (h1, h2, h3...) which can only be seen by deactivating the CSS.
So the question is, why would they do that? Since they could just not add it there at all!
These are normal tags, which has the title/heading only, there's nothing special about them!

Probably because it's beneficial to screen readers who will read that text to users with seeing difficulties.

Related

Edit HTML with other HTML [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
So i have a Infoboard with some html sites. Now I like to switch this sites with a other html site with buttons. Is there a way to do this? I couldn't find some good article on the Internet about that. Thanks for Help and sorry for my bad English!
I think this about your question.
For go to another HTML site, you should use the ' a ' element i mean:
<button> Click Here !</button>
More info:
https://www.w3schools.com/tags/tag_a.asp

Is there a way to know where on page something is placed html [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Let's say I want to know if a call-to-action (like a fill-out form) is placed "within the fold" meaning it is visible as soon as you load the page without scrolling. Is there something in the html that would allow me to know this?
You may want to start by reading up on the CSS position attribute. Perhaps position: fixed is what you are looking for. But it really depends on the remaining content of your site.

Is the incorrect to use margins on the majority of your html object to arrange them? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
sorry about asking a question like this but I am just getting the hang on Dreamweaver and using margins seems harmless at the start but once I progressed in building my page objects seem to be out of place, is there something i can do to help with this?
Using margins everywhere will cause a problem when you resize your browser or check your website on a smaller screen.
You can check this website learnlayout.com to learn the basics of div based layouts.

heading tags not displaying in IE [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
At http://ginc.brokencogsolutions.com/ we are building a demo site for someone but h1, h2, etc. do not show up in IE.
Does this have something to do with my styling? I dont think it's a font issue, but I could be wrong there. This seems to be the only discrepancy so far that I've found.
http://ginc.brokencogsolutions.com/css/style.css is the stylesheet if anyone cares to look at it and guide me in the right direction.
Thanks!
Problem with cufon. why you using cufon , please use font face

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)