HTML language

 


Contents


What are programming and type?
what is the different kinds of programming languages?
Is C++ a programming language?
What is a Java program? 
Javascript is a programming language. What are they? 
HTML programming is what it is.
What is a Python program?
The Swift programming language what is it? 
A SQL programming language is a type of programming language.
Programming language applications and tools.
A good example is the programming language. 
Studying programming languages in depth.
How to use daily life as a coding application.


HTML (HyperText Markup Language) is the code that is utilized to structure a page and its substance. For instance, satisfaction could be organized inside a bunch of passages, a rundown of bulleted focuses, or utilizing pictures and information tables. As the title proposes, this article will provide you with a fundamental comprehension of HTML and its capabilities.


So what is HTML?


HTML is a markup language that characterizes the design of your substance. HTML comprises a progression of components, which you use to encase, or wrap, various pieces of the substance to cause it to seem a specific way or act a specific way. The encasing labels can make a word or picture hyperlink to elsewhere, can emphasize words, can make the text style greater or more modest, etc. For instance, take the accompanying line of content:


The principal parts of our component are as per the following:


The initial tag: This comprises the name of the component (for this situation, p), enclosed by opening and shutting point sections. This states where the component starts or begins to produce results — for this situation where the passage starts.
The end tag: This is equivalent to the initial tag, then again, actually it incorporates a forward cut before the component name. This states where the component closes — for this situation where the section closes. Neglecting to add an end tag is one of the standard fledgling blunders and can prompt bizarre outcomes.
The substance: This is the substance of the component, which for this situation, is simply text.
The component: The initial tag, the end tag, and the substance together involve the component.(HTML)

Leave a Reply

Your email address will not be published. Required fields are marked *