Computer Science, asked by Anonymous, 23 days ago

Write an HTML program to print the output in this way..​

Attachments:

Answers

Answered by BrainlyProgrammer
11

Question:-

  • To display the output in the following way

Kinds of Errors in Java

  • Syntax Errors
  • Logical Errors
  • Run time error

Go To My Prófile

Answer:-

<html>

<head>

<title>My 600th CS answer on Brainly</title>

</head>

<body>

<h3><u> Kinds of Errors in Java</u></h3>

<ul type="bullet">

<li> Syntax Errors

<li> Logical Errors

<li> Run time Error

</ul>

<a href=https:// brainly.in /app/prófile/10111023>

<br><br><br> Go To My Prófile

</body>

</html>

Always Remember:-

  • Full Form of HTML is Hyper Text Markup Language
  • Html códe has 2 parts Head and body
  • In Head you give title of the page
  • In body you gives the output
  • <br> tag is used to leave a line
  • <ul> and <li> tags are used for writing list
  • default type for <ul> is bullet
  • default type for <ol> is numbers

••••♪

Answered by TheMoonlìghtPhoenix
13

Answer:

Explanation:

<html>

<head>

<title> Congratulations 6th century </title>  

</head>

<body>

<h2><u> Kinds of Errors in Java </u></h2>

<ul list type="filled discs">

<li> Syntax Errors

<li> Logical Errors

<li> Run time Error

</ul>

<a href="Myprof . html"> Go To My Prfile </a>

</body>

</html>

Some short cut tricks for forms in Html:-

Here is a manual códe for a form page in Html

<html>

<head>

<title> Learn With Me </title>

</head>

<body bgcolor = "red" alink="white" vlink="black"> <!---hexadecimal cōdes can also be used---!> stylus

<h1 align="center"><font face="Lucida Sans" color="white"> <u> BookMart</u></h1>

<br>

<h3 align="center"><font face="Trebuchet MS"> Where <b> Bookmarks </b> are somewhat </font><font face="Lucida Handwriting" color="white"> Special  </font></h3><br>

<h3> CREATE YOUR CUSTOM BOOKMARKS!! </h3>

Enroll yourself now! </font><font face="Lucida Calligraphy"> Make your Pröfile here! </font>

<hr size="76">

<form action="uwu3 . html">

<font face="Trebuchet MS" color="white">

<br>

First Name : <input type="text" name="last_name" />  <br><br>

Last Name : <input type="text" name="last_name" /> <br><br>

User ID : <input type="text" name="user_id" /> <br><br>

User Êmail : <input type="èmail" name="êmail" />

<br><br>

Pāssword : <input type="pássword" name="pâssword" /> <br><br>

Confirm Pâssword : <input type="pâssword" name="pãssword" /><br><br>

</font>

|Submit here|<input type="submit"/>

|Reset|<input type="reset"/>

</font>

</form>

</body>

</html>

<h6> On clicking submit, your profile will be created. After that for ordering Bookmies and Books, you can click on "Purchase" option to get the Enrollment form .

</body>

</html>

Attachments:
Similar questions