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.
6 Answers
0
There seems that everybody is complaining about language problems. Be patient, I hope it will be fixed.
+ 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 đ
+ 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.
+ 2
đ
0
//It's called hypertext mark-up language
https://www.sololearn.com/learn/HTML/1021/
https://www.sololearn.com/discuss/221895/?ref=app
0
Its simple English language with some code words and tags. Easy to learn and practice. Hope you will find it easy .