introduction to HTML (basic)-for beginners
HTML HyperText Markup Language is the most basic building block of the Web. It describes and defines the content of a webpage.
Other technologies besides HTML are generally used to describe a webpage's appearance/presentation (CSS) or functionality (JavaScript).
HyperText;- refers to links that connect webpages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.
HTML uses "markup" to annotate text, images, and other content for display in a Web browser. HTML markup includes special "elements" such as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, and many others.
HTML (Hypertext Markup Language) is the code that is used to structure and display a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and what its function is.
So what is HTML, really?EDIT
HTML is not a programming language; it is a markup language, and is used to tell your browser how to display the webpages you visit. It can be as complicated or as simple as the web designer wishes it to be.
HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word or an image a hyperlink to somewhere else, can italicize words, and can make font bigger or smaller, and so on:
The main parts of our element are:
also tag divided into two types such as
opening tag -<....>
closing tag- </....>
NB, katika kozi hii tutajifunza language ya HTML. kwa wanafunzi wa wa ndani (TANZANIA) mnaruhusiwa kuuliza maswali kwa lugha ya kiswahili ili twende sawa lakin notes zetu ni kwa lugha ya kimataifa (english language). maswali yataulizwa hapa hapa na utajibiwa hapahapa kupitia coments
prepared by IBRAHIM MCHUCHURY
EMAIL- ibrahramson@gmail.com
Other technologies besides HTML are generally used to describe a webpage's appearance/presentation (CSS) or functionality (JavaScript).
HyperText;- refers to links that connect webpages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.
HTML uses "markup" to annotate text, images, and other content for display in a Web browser. HTML markup includes special "elements" such as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, and many others.
HTML (Hypertext Markup Language) is the code that is used to structure and display a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and what its function is.
So what is HTML, really?EDIT
HTML is not a programming language; it is a markup language, and is used to tell your browser how to display the webpages you visit. It can be as complicated or as simple as the web designer wishes it to be.
HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word or an image a hyperlink to somewhere else, can italicize words, and can make font bigger or smaller, and so on:
The main parts of our element are:
- The opening tag: This consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets. This states where the element begins, or starts to take effect — in this case where the start of the paragraph is.
- The closing tag: This is the same as the opening tag, except that it includes a forward slash before the element name. This states where the element ends in this case where the end of the paragraph is. Failing to include a closing tag is one of the common beginner errors and can lead to strange results.
also tag divided into two types such as
opening tag -<....>
closing tag- </....>
NB, katika kozi hii tutajifunza language ya HTML. kwa wanafunzi wa wa ndani (TANZANIA) mnaruhusiwa kuuliza maswali kwa lugha ya kiswahili ili twende sawa lakin notes zetu ni kwa lugha ya kimataifa (english language). maswali yataulizwa hapa hapa na utajibiwa hapahapa kupitia coments
prepared by IBRAHIM MCHUCHURY
EMAIL- ibrahramson@gmail.com
introduction to HTML (basic)-for beginners
Reviewed by Unknown
on
May 08, 2017
Rating:
No comments