Programming has a lot of fans and many people are working in this field and day by day they try their best to add to their knowledge in this regard, in order to do this, there are different programming languages, one of which is HTML programming languages, which in the following, we are going to deal with this language as well as a number of different possibilities that exist in it, each of the features in this language has many points that are you should master in order to be able to design the right content.One of the best ways to learn the features in programming languages is to pay attention to the different examples that exist for writing in that language, with the help of which you can easily increase your mastery in various fields, we are going to discusses a number of different features that exist in this language in the rest of this article, but before that it is necessary to give a brief explanation about HTML for a better understanding.
What is HTML?
HTML stands for Hyper Text Markup Language and gives the browser information about how to display content, so that it can accurately represent the goals of the site owner, simply put, it consists of a series of elements that ultimately describe the structure of a web page , HTML elements can label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
HTML Lists:
One of the features of this language that can help a lot of different programmers is that you can group a set of related items in lists, this case has many applications , which we are going to discuss in more detail in the following, now consider the following example.
<! DOCTYPE html>
<html>
<body>
<h2> An Unordered HTML List </h2>
<ul>
<li> Coffee </li>
<li> Tea </li>
<li> Milk </li>
</ul>
<h2> An Ordered HTML List </h2>
<ol>
<li> Coffee </li>
<li> Tea </li>
<li> Milk </li>
</ol>
</body>
</html>
Consider the following example as well.An Unordered HTML ListCoffee
Tea
MilkAn Ordered HTML ListCoffee
Tea
MilkHere are some of the different lists available.
Read more on:https://www.dotnek.com/Blog/Web/lists-colors-and-background-colors-tutorial-i
link:https://dotnek.mystrikingly.com/
Related link:Mobile app development
:: برچسبها:
dotnek ,
seo ,
site ,
:: بازدید از این مطلب : 96
|
امتیاز مطلب : 0
|
تعداد امتیازدهندگان : 0
|
مجموع امتیاز : 0