Computer Science, asked by Raman099, 1 year ago

write the html code to send an email at [email protected] through your web page

Answers

Answered by abhinavpratapsingh50
15

Answer:

<a href =" mailto:[email protected]"> is the answer of this question

Answered by aryansuts01
3

Answer:

<html>

<body>

<a href="mailto:[email protected]">[email protected]</>

</body>

</html>

Explanation:

Markup tags are used to create HTML elements, which are used to write HTML. The foundational element of HTML are these markup tags. Each markup tag consists of a keyword enclosed in an angle bracket.

The preferred mark - up language for materials intended to be viewed in a web browser is HTML, or Hyper Text Markup. Technologies like Cascading Style Sheets (CSS) and programming language like JavaScript can help. HTML documents are downloaded from a web server or storage device by web browsers, who then turn them into interactive web pages. HTML originally featured cues for the document's design and logically explains the structure of a web page.

The foundation of HTML pages are HTML components. Images and other objects, like required to utilize, may be integrated within the produced page using HTML techniques. By indicating architectural meanings for text elements like headings, paragraphs, lists, links, quotations, and other objects, HTML offers a way to generate structured texts. Tags, which are expressed in angle brackets, are used to distinguish Html code.

#SPJ2

Similar questions