English, asked by Maut4153, 5 months ago


17) How many elements are used in HTML Form?

Answers

Answered by Anonymous
3

\large\sf\red{Answer}

Components of form in HTML

We will go into further detail on each of these form elements:

  • Text Box Input.
  • Password Input.
  • Text Area.
  • Select Drop Down.
  • Check Box.
  • Radio Input.
  • File Input.
  • Submit Button.
Answered by Anonymous
12

Answer:

HTML is a very simple markup language. Even though there are close to 100 tags in HTML5, you usually only end up using a handful 99% of the time.

FOR EXAMPLE:-

<h1> - <h6> Heading

<p> Paragraph

<i> or <em> Italic / Emphasis

<b> or <strong> Bold / Strong

<a> Anchor

 &lt;html&gt; &lt;head&gt; &lt;meta name="viewport"the content="width=device-width, initial-scale=1"&gt; &lt;style&gt; Body{ background-color: pink; font-family: cursive; } .glow{ font-size: 40px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow{ from{ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;h1 class="glow"&gt;ItzBrainlyUnknown&lt;/h1&gt; &lt;/body&gt; &lt;/html&gt;

❤❤❤❤❤❤❤❤FOLLOW ME❤❤❤❤❤❤❤❤

Similar questions