html5

HTML 5 and micro markup Schema.org

There is a problem. I'm trying to do SEO for a website. I came across such a thing as micro-markup. Is it necessary at all? p ... </footer> After the markup, the validator swears at all changes in the code, just the same for this micro-markup

Movement of the bitmap image along the route in any direction when scrolling

I have a bitmap car icon: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" ... 3.54319,997.81395"/> </g> </svg> How do I make the car icon move along the highway when scrolling?

How to start learning HTML5? [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... Tell me where to start learning html 5. And in general, how different is it from plain html?

HTML5 Editor [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... fortunately, I didn't see the name. Who can just recommend good editors with auto-completion and other facilitating features?

How do I draw the letter Z for an icon?

I need to draw the letter Z on SVG for the icon. <?xml version="1.0" encoding="iso-8859-1"?> <svg xmlns="http ... z" fill="#e35604"></path> <path d="БУКВА Z"></path> </svg> To get this icon:

Books on JavaScript, HTML5, Node.JS [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... o be concise (without unnecessary digressions), fresh and most fully cover the topic of interest. Can you give me any advice?

I can't change the link icon in the VK group. The developer console returns the error too many redirects. How will it fix it?

I'm trying to add a link to the site in the "links" section in the vk group. The standard image appears. I checked the Open ... rror column, the following message appeared: What are the possible solutions to this problem? Link to the website: mcunic.ru

I can't insert utf-8 character in HTML

On the Internet, it is written that you need to insert the character code after the value " content:", which I actually did. So why doesn't the symbol appear? (•- Bold dot) butt_nav-Link text Code: .butt_nav::before { content: &#8226; }

Configuring Beautify in Brackets or working out Beautify incorrectly

I ran into a problem with the Beautify plugin. If the span tag is present in the code, it is not transferred to a new line, b ... /a> I tried three different plugins: Beautify, beautify.io and Brackets Beautify. The result is the same everywhere

or role= " article"

With the advent of html5, I regularly have a lot of questions. And there is one of them in sabzh. The <article> tag ap ... what is the difference between them, and in which case is it preferable to use the tag, and in which attribute? Sincerely,

Bootstrap 4. Drop-down list. How to do it?

<body> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a href="#" class="home">Главная< ... grity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

Is the HTML tag deprecated or can it be used?

HTML tag <s> is deprecated, or can it be used? And where is the most reliable information? Or is it better to use styles instead of tags at all, where possible?

Draw a circle using only CSS

Is it possible to draw a circle that will be displayed in most browsers (IE, Mozilla, Safari) using only CSS? Question translation: Draw Circle using css alone

Html and CSS frame around the background image

In short, I have a background image and I attached it to the group. but around it is a frame here is the code with HTML And C ... v> <div class="col-md2"></div> </div> </div> </div> </header>

Create a circular arrow using only HTML and CSS?

I am trying to create a circular direction arrow with CSS and HTML. Below are my attempts. Attempt 1 In this code, I ha ... ant to get something like this. Question translation: How can I create a round arrow with only HTML and CSS? @MKD

Opening a new tab by clicking on submit

There is a form with two buttons: Save and Preview. The question is how to make sure that when you click on the Preview did a new tab open? Data from the form will be passed to this new tab using the post method.

The html page icon is not displayed

The problem is that the page icon is not displayed even though the path to it is correct. Here is the code: <html> &l ... lt;/head> <body> ....My code </body> </html> Icon format (.png). Google Chrome browser. Thanks!

Flexbox vertical alignment

.header { margin: 60px 0; } .header__form { display: flex; justify-content: flex-end; align-items: cente ... ;/form> </div> </div> </header> </div> Why doesn't vertical alignment work?

Drop-down list with sub-items

Good afternoon, dear experts. I want to know which one of you and how to make drop-down lists with sub-items. I set the task ... solving this problem using javascript, but it seems to me very clumsy, so I wonder how other users would solve this problem.

Do I need a keywords meta tag?

The keywords meta tag, as described in the current documentation, is not relevant for search robots, however, this tag is use ... I need to add the keywords field to the DB table for all pages (with subsequent output to html), or will this have no effect?