CBSE BOARD X, asked by Diono82, 1 year ago

Explain the Basic HTML tags used in programming language?

NOT COPIED✔✔✔​

Answers

Answered by Anonymous
1

hey mate here is your answer:---

HTML(hypertext markup language )

<html>

➡this tag is used to define the start of the html document.

<head>

➡this tag define the header

<style>

➡this tag defines the css styling of the document

<body>

➡here you can defines the body content of the document

<scrpit>

this tag can run the javascript used in the documen

<footer>

to set the footer of the document

thanks

Answered by anirban9474700846
0

Here is ur ans.....

HyperText Markup Language (HTML) is a markup language for creating a webpage. Webpages are usually viewed in a web browser. They can include writing, links, pictures, and even sound and video. HTML is used to mark and describe each of these kinds of content so the web browser can display them correctly.

Heading Tags. Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.

All HTML documents are divided into two main parts: the head and the body. When you begin any new page, it must have a declaration: <!DOCTYPE html>. It's telling or declaring to the browser that the following file is an HTML file. To build any webpage you will need four primary tags: <html>, <head>, <title> and <body>.

An HTML tag is a special word or letter surrounded by angle brackets, < and >. You use tags to create HTML elements , such as paragraphs or links. Many elements have an opening tag and a closing tag — for example, a p (paragraph) element has a <p> tag, followed by the paragraph text, followed by a closing </p> tag.

PLS MARK ME AS THE BRAINLIEST....

Similar questions