0

Please i can't understand the language on html

Please i can't understand the language on d html. I don't mean the computer language now. It's the human language but it's not English.

22nd Jan 2020, 12:31 PM
Falohun Adeola
Falohun Adeola - avatar
6 Answers
0
There seems that everybody is complaining about language problems. Be patient, I hope it will be fixed.
22nd Jan 2020, 1:12 PM
Mihai Apostol
Mihai Apostol - avatar
+ 4
Yes. I wrote summary but I am good HTML ‘markuper’ and I don’t know what does mean <a> or href attribute. It doesn’t matter 😊
22nd Jan 2020, 1:53 PM
TomĂĄĆĄ WrĂłbel
TomĂĄĆĄ WrĂłbel - avatar
+ 3
Yes, it is English, but only shortcuts: Attributes: id — identification src — source (file) Tags In body: <p></p> Paragraph (line of text) <ol></ol> ordered list; <ul> unordered <li></li> List Item (text after bullet, another character or number) [Lists look like this: · list item of an unordered list 1. list item of an ordered list] <img src="[url]" /> IMaGe (it means picture) Some tags are full word like: In <head>: <title></title> title in bar of browser <base href="[url]" /> base of URLs without protocol — "folder/filename.filetype" or "/folder/filename.filetype" <link href="[url]" /> link to files except for scripts (favicons, styles) <script (src="url")></script> and <style></style> are container for programming languages (style is CSS). In <body>: <audio>, <video>, <picture> (don’t use) and <source src="[url]" /> inside of them.
22nd Jan 2020, 1:10 PM
TomĂĄĆĄ WrĂłbel
TomĂĄĆĄ WrĂłbel - avatar
+ 2
👍
22nd Jan 2020, 1:44 PM
Falohun Adeola
Falohun Adeola - avatar
22nd Jan 2020, 12:37 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
Its simple English language with some code words and tags. Easy to learn and practice. Hope you will find it easy .
24th Jan 2020, 10:09 AM
Dushyant Kumar Tyagi
Dushyant Kumar Tyagi - avatar