Computer Science, asked by mumalprajapat07, 11 months ago

full of html html ..

Answers

Answered by namanyadav00795
3

What is HTML?

HTML = Hyper Text Markup Language

Unlike a scripting or programming language that uses scripts to perform functions a markup language uses tags to identify content.

example:  <p> I am a paragraph </p>

Basic HTML Document Structure

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>Basic HTML document</title>

</head>

<body>

.  

.

</body>

</html>

More Question:

In html, you can embed svg elements directly into an html page

https://brainly.in/question/13541130

Answered by Anonymous
16

HTML stands for Hyper Text Markup Language.

Hyper text is simply a piece of text which contain links to other texts whereas Markup Language is a way of writing style and layout information within a text document. HTML is an example of markup language. HTML is a simple scripting language, mainly used for developing web pages.

Similar questions