ЯЗЫК РАЗМЕТКИ HTML ЗА 40 МИНУТ ДЛЯ НАЧИНАЮЩИХ. ВСЕ ТЕГИ ВКЛЮЧЕНЫ.

ЯЗЫК РАЗМЕТКИ HTML ЗА 40 МИНУТ ДЛЯ НАЧИНАЮЩИХ. ВСЕ ТЕГИ ВКЛЮЧЕНЫ.

wise.js 

3 года назад

62,230 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Community.RU.
@Community.RU. - 19.12.2023 18:09

<fronted/> боль

Ответить
@user-dr4hs6wt1i
@user-dr4hs6wt1i - 15.12.2023 13:17

Спасибо 🙏

Ответить
@user-cm6ei5pg7u
@user-cm6ei5pg7u - 06.12.2023 16:22

добрый день спасибо , просмотрела много видео по несколько часов , было очень тяжело понять , хотелось небольшое видео с самым главным

Ответить
@IskanderAbdullin-dp3ps
@IskanderAbdullin-dp3ps - 28.11.2023 17:02

Т

Ответить
@trane7266
@trane7266 - 27.11.2023 20:57

кратко, понятно то что огромное спасибо спасибо!!!

Ответить
@povargame6217
@povargame6217 - 25.11.2023 13:28

Ждём такое же видео про css

Ответить
@floupy460
@floupy460 - 12.11.2023 13:26

Прошло 3 года, но видео настолько было качественно сделано что имеет весомость даже сейчас, все очень понятно и просто идеально описано, восхищение нет предела.
Лучший 👍👍👍 Спасибо, за то что старался, сразу видно сделал с душой.
P.S почти ни когда не пишу комментарии, не ставлю лайки, но тут не возможно пройти мимо, ещё раз спасибо 😉.

Ответить
@user-db6tv1xz2i
@user-db6tv1xz2i - 01.11.2023 15:52

Ответить
@dnr_8365
@dnr_8365 - 15.10.2023 21:29

Спасибо!

Ответить
@aliaksandrpashkou8410
@aliaksandrpashkou8410 - 26.09.2023 18:35

Привет. Расскажи пожалуйста " по шагам", как ты пришёл к таким навыкам frontend? С чего начал,где учился, что читал, шаг за шагом. Буду благодарен.

Ответить
@user-jf5yo7mu8n
@user-jf5yo7mu8n - 20.09.2023 18:49

Спасибо большое, было сложно понять своего преподователя😂, но вы очень помогли с этой проблемой, объясняете очень кратко и чётко, спасибо ещё раз❤❤❤

Ответить
@user-qw9cg3is4j
@user-qw9cg3is4j - 15.09.2023 17:52

Прекрасная подача материала

Ответить
@luka01102
@luka01102 - 30.08.2023 22:25

Скажу вам так, посмотреть этот урок и чутка потренироваться и подучить, и все считайте выучили.

Ответить
@user-kd4pp5op8j
@user-kd4pp5op8j - 24.08.2023 03:21

CSS-а не будет как Я понимаю ?)

Ответить
@giarz1484
@giarz1484 - 16.07.2023 04:00

Спасибо за ролик, очень круто.

Ответить
@user-gy1mf7ih5e
@user-gy1mf7ih5e - 30.06.2023 21:58

спасибо

Ответить
@lavendermelody9223
@lavendermelody9223 - 10.06.2023 03:24

Огромное спасибо! Сидела сегодня весь день, и разобралась, благодаря вам. Спасибо большое!!

Ответить
@janchu101
@janchu101 - 15.05.2023 15:14

Спасибо за внятность

Ответить
@idrisibragimov4979
@idrisibragimov4979 - 13.05.2023 18:31

Css

Ответить
@user-vs8sv8zy5d
@user-vs8sv8zy5d - 08.05.2023 18:54

Обалдеть! Лучше ролика я еще не встречала! Спасибо за такой объемный и стройный материал! Спасибо за Вашу работу!🤩

Ответить
@alonbeat_music
@alonbeat_music - 29.04.2023 18:40

Tag Description
<!--...--> Defines a comment
<!DOCTYPE> Defines the document type
<a> Defines a hyperlink
<abbr> Defines an abbreviation or an acronym
<acronym> Not supported in HTML5. Use <abbr> instead.
Defines an acronym
<address> Defines contact information for the author/owner of a document
<applet> Not supported in HTML5. Use <embed> or <object> instead.
Defines an embedded applet
<area> Defines an area inside an image map
<article> Defines an article
<aside> Defines content aside from the page content
<audio> Defines embedded sound content
<b> Defines bold text
<base> Specifies the base URL/target for all relative URLs in a document
<basefont> Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
<bdi> Isolates a part of text that might be formatted in a different direction from other text outside it
<bdo> Overrides the current text direction
<big> Not supported in HTML5. Use CSS instead.
Defines big text
<blockquote> Defines a section that is quoted from another source
<body> Defines the document's body
<br> Defines a single line break
<button> Defines a clickable button
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
<caption> Defines a table caption
<center> Not supported in HTML5. Use CSS instead.
Defines centered text
<cite> Defines the title of a work
<code> Defines a piece of computer code
<col> Specifies column properties for each column within a <colgroup> element
<colgroup> Specifies a group of one or more columns in a table for formatting
<data> Adds a machine-readable translation of a given content
<datalist> Specifies a list of pre-defined options for input controls
<dd> Defines a description/value of a term in a description list
<del> Defines text that has been deleted from a document
<details> Defines additional details that the user can view or hide
<dfn> Specifies a term that is going to be defined within the content
<dialog> Defines a dialog box or window
<dir> Not supported in HTML5. Use <ul> instead.
Defines a directory list
<div> Defines a section in a document
<dl> Defines a description list
<dt> Defines a term/name in a description list
<em> Defines emphasized text
<embed> Defines a container for an external application
<fieldset> Groups related elements in a form
<figcaption> Defines a caption for a <figure> element
<figure> Specifies self-contained content
<font> Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
<footer> Defines a footer for a document or section
<form> Defines an HTML form for user input
<frame> Not supported in HTML5.
Defines a window (a frame) in a frameset
<frameset> Not supported in HTML5.
Defines a set of frames
<h1> to <h6> Defines HTML headings
<head> Contains metadata/information for the document
<header> Defines a header for a document or section
<hr> Defines a thematic change in the content
<html> Defines the root of an HTML document
<i> Defines a part of text in an alternate voice or mood
<iframe> Defines an inline frame
<img> Defines an image
<input> Defines an input control
<ins> Defines a text that has been inserted into a document
<kbd> Defines keyboard input
<label> Defines a label for an <input> element
<legend> Defines a caption for a <fieldset> element
<li> Defines a list item
<link> Defines the relationship between a document and an external resource (most used to link to style sheets)
<main> Specifies the main content of a document
<map> Defines an image map
<mark> Defines marked/highlighted text
<meta> Defines metadata about an HTML document
<meter> Defines a scalar measurement within a known range (a gauge)
<nav> Defines navigation links
<noframes> Not supported in HTML5.
Defines an alternate content for users that do not support frames
<noscript> Defines an alternate content for users that do not support client-side scripts
<object> Defines a container for an external application
<ol> Defines an ordered list
<optgroup> Defines a group of related options in a drop-down list
<option> Defines an option in a drop-down list
<output> Defines the result of a calculation
<p> Defines a paragraph
<param> Defines a parameter for an object
<picture> Defines a container for multiple image resources
<pre> Defines preformatted text
<progress> Represents the progress of a task
<q> Defines a short quotation
<rp> Defines what to show in browsers that do not support ruby annotations
<rt> Defines an explanation/pronunciation of characters (for East Asian typography)
<ruby> Defines a ruby annotation (for East Asian typography)
<s> Defines text that is no longer correct
<samp> Defines sample output from a computer program
<script> Defines a client-side script
<section> Defines a section in a document
<select> Defines a drop-down list
<small> Defines smaller text
<source> Defines multiple media resources for media elements (<video> and <audio>)
<span> Defines a section in a document
<strike> Not supported in HTML5. Use <del> or <s> instead.
Defines strikethrough text
<strong> Defines important text
<style> Defines style information for a document
<sub> Defines subscripted text
<summary> Defines a visible heading for a <details> element
<sup> Defines superscripted text
<svg> Defines a container for SVG graphics
<table> Defines a table
<tbody> Groups the body content in a table
<td> Defines a cell in a table
<template> Defines a container for content that should be hidden when the page loads
<textarea> Defines a multiline input control (text area)
<tfoot> Groups the footer content in a table
<th> Defines a header cell in a table
<thead> Groups the header content in a table
<time> Defines a specific time (or datetime)
<title> Defines a title for the document
<tr> Defines a row in a table
<track> Defines text tracks for media elements (<video> and <audio>)
<tt> Not supported in HTML5. Use CSS instead.
Defines teletype text
<u> Defines some text that is unarticulated and styled differently from normal text
<ul> Defines an unordered list
<var> Defines a variable
<video> Defines embedded video content
<wbr> Defines a possible line-break

Ответить
@user-nn2ok9dh6t
@user-nn2ok9dh6t - 13.03.2023 22:43

Когда видео о CSS 😢

Ответить
@user-sv7vc8yw5z
@user-sv7vc8yw5z - 29.12.2022 21:16

Молодец

Ответить
@wonderfullife5615
@wonderfullife5615 - 05.12.2022 14:21

👍

Ответить
@user-bk7zz4pv3e
@user-bk7zz4pv3e - 01.12.2022 21:50

Самый лучший обучение который я видел😄😄

Ответить
@user-ve5cj5tz4l
@user-ve5cj5tz4l - 20.10.2022 12:06

Спасибо огромное. Все чётко объяснил. Лайк и ещё подписались

Ответить
@user-vk7is1vh4g
@user-vk7is1vh4g - 20.10.2022 10:18

Супер спасибо это первое видео где я всё разобрал и понял

Ответить
@raff_m_d6971
@raff_m_d6971 - 15.09.2022 21:18

Отличное видео

Ответить
@JustMe-kt8xn
@JustMe-kt8xn - 13.09.2022 00:29

Контент-огонь. Продолжаем?)

Ответить
@woonshpoonsh
@woonshpoonsh - 12.09.2022 13:30

спасибо! очень понятно объяснил, я на 32 минуте, может кто подскажет, зачем ставить div? если он не влияет на вид? я пробовала без него и тот же результат, этот тег для дальнейшего просмотра кода нужен или как

Ответить
@yarolikiy
@yarolikiy - 03.09.2022 00:23

EXELENT

Ответить
@serzhik2003
@serzhik2003 - 02.09.2022 22:08

Супер! Спасибо!!!

Ответить
@raflsaakyan1779
@raflsaakyan1779 - 02.09.2022 08:31

css и JavaScript за час где можно посмотреть ?

Ответить
@user-il9hd8lv7w
@user-il9hd8lv7w - 29.08.2022 19:26

То есть можно писать css и jsf прямо в html ?

Ответить
@user-il9hd8lv7w
@user-il9hd8lv7w - 29.08.2022 19:04

Ты крут спасибо !

Ответить
@user-eo2cu3xc1f
@user-eo2cu3xc1f - 01.08.2022 17:28

Wow!

Ответить
@FelixX138
@FelixX138 - 30.07.2022 11:51

спасибо за видос =)

Ответить
@fuckforever1456
@fuckforever1456 - 18.07.2022 18:47

Подскажите пожалуйста почему не работает "! +tab"

Ответить
@ReverseXS
@ReverseXS - 15.07.2022 00:56

Привет, можешь пожалуйста подсказать почему не работает !+таб?

Ответить
@user-xr3hf2ps6p
@user-xr3hf2ps6p - 14.07.2022 02:58

Звук сделай громче

Ответить
@konstantinkomendarov2681
@konstantinkomendarov2681 - 17.06.2022 00:40

Дякую, було цікаво!

Ответить
@battlefury2859
@battlefury2859 - 02.06.2022 09:17

Спасибо!

Ответить
@user-dk6dq2dm7l
@user-dk6dq2dm7l - 31.05.2022 12:42

Проделана огромная работа с вашей стороны. Всё очень подробно и понятно рассказано. Благодарю за свободный доступ к знаниям!

Ответить
@vemri9069
@vemri9069 - 21.05.2022 16:20

Спасибо

Ответить
@user-re4fd7un6s
@user-re4fd7un6s - 01.05.2022 17:32

полезный видос, продолжай в том же духе!

Ответить
@alfed6989
@alfed6989 - 19.04.2022 18:59

Спасибо. Все, что я изучал с разных источников - разбил мне чётко по полочкам. 👍
Буду пользоваться, как шпаргалкой этим видео

Ответить
@adaewandrei3725
@adaewandrei3725 - 12.04.2022 18:33

Поэзия! спасибо)

Ответить
@Life-yj1dq
@Life-yj1dq - 10.04.2022 00:17

Очень тихо , неадекватно тихо , автор ты хоть перепроверяй видео после заливки

Ответить
@vikhodak7419
@vikhodak7419 - 04.04.2022 21:40

Огромное спасибо за подробный разбор этой темы🤗
Всё конструктивно и без лишней воды
Буду рада посмотреть подобные видео о CSS и Javascript❤

Ответить