Question

write a html and Css interface log in webpage using bootstrap. 1.email. 2. Show description 100...

write a html and Css interface log in webpage using bootstrap.
1.email.
2. Show description 100 chracters max
3. Dj sing in
4. Dj name
5.Rss feed
0 0
Add a comment Improve this question Transcribed image text
Answer #1

<!--DOCTYPE html-->
<html>
<head>
<title>Login</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
button {
background-color: #4CAF50;
color: white;
padding: 5px 10px;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
  
input{
padding: 4px 2px;
}
</style
</head>
<h3 align="center">LOGIN</h3>
<body align="center">
<label>E-mail:</label>
<input type="text" name="email" id="email"/><br><br>
<p>
<label>Description:</label>
<textarea name="message" rows="10" cols="30"></textarea>
</p>
<label>Name:</label>
<input type="text" name="Name" id="Name"/><br><br>
<button type="submit">Sign in</button><br><!--sign in the document -->
<a href="http://your-site.com/your-feed.rss" target="_blank">Subscribe to What's New</a> <!--RSS feed-->

Add a comment
Know the answer?
Add Answer to:
write a html and Css interface log in webpage using bootstrap. 1.email. 2. Show description 100...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • HTML/CSS/ Bootstrap grids to create image I am attemted to recreate a photo using bootstrap grids...

    HTML/CSS/ Bootstrap grids to create image I am attemted to recreate a photo using bootstrap grids and have come across a snag. I need this: To look more like this.... It does not really need to be perfect as far as scaling, at this point I just want the yellow box in the corner with borders like the pic. Also the original pic has white borders that we are ignoring. HTML <!doctype html> <html lang="en"> <head> <!-- Required meta tags...

  • Using Bootstrap, create the following: 1. A webpage that requests a patient in a doctors office...

    Using Bootstrap, create the following: 1. A webpage that requests a patient in a doctors office to enter typical information that a new patient must provide. Personal information (such as name, address, and ?), other doctor information (such as a specialist), medical information (such as history of illnesses and surgeries) and medicines (such as over-the-counter and perscriptions). 2. The Form must include textboxes, dropdown lists, radio buttons and check boxes to accept the information. 3. Submit the form (in the...

  • Using Bootstrap, create the following: 1. A webpage that requests a patient in a doctors office...

    Using Bootstrap, create the following: 1. A webpage that requests a patient in a doctors office to enter typical information that a new patient must provide. Personal information (such as name, address, and ?), other doctor information (such as a specialist), medical information (such as history of illnesses and surgeries) and medicines (such as over-the-counter and perscriptions). 2. The Form must include textboxes, dropdown lists, radio buttons and check boxes to accept the information. 3. Submit the form (in the...

  • given below are the project description and their Html and css files i need javascript according to the project and other files!

    HTML------------------------------------------------------CSS---------------------------------------------------WEB230 - JavaScript 1 Assignment 7 - FormsSome of these tasks would be better done in HTML or CSS but do them in JavaScript to practice whatwe have learned.1. Select the form element and save it in a variable. From here we can access all of the form fields.2. When the page loads do the following:add the password value "monkey"select the favourite city "New York"clear the textarea3. Add an event handler to the "name" field to change the background color...

  • Styles Assignment 1 Write the required HTML/CSS codes to design the web page below: YAHOO Norma...

    Styles Assignment 1 Write the required HTML/CSS codes to design the web page below: YAHOO Normal 1 No Sp Font Paragraph Q1: Build the following tables using HTML codes: 1. Send My Table Example celipacing contro boedesWeb pag wtrluter apper isside de TABLE tag nnbutes appear inside the TD g 2. Time Table Mon Tue Wed Thu Fri Science Maths Science Maths Arts Social History English Social Sports Sclence Maths Science Maths SocialHistory English Social Hours Lunch Project Styles 3....

  • Styles Assignment 1 Write the required HTML/CSS codes to design the web page below: YAHOO Normal...

    Styles Assignment 1 Write the required HTML/CSS codes to design the web page below: YAHOO Normal 1 No Sp Font Paragraph Q1: Build the following tables using HTML codes: 1. Send My Table Example celipacing contro boedesWeb pag wtrluter apper isside de TABLE tag nnbutes appear inside the TD g 2. Time Table Mon Tue Wed Thu Fri Science Maths Science Maths Arts Social History English Social Sports Sclence Maths Science Maths SocialHistory English Social Hours Lunch Project Styles 3....

  • I need html coding in notepad++ according to the requirments those are listed in the pictures....

    I need html coding in notepad++ according to the requirments those are listed in the pictures. The purpose of this assignment is to figure out the designing and development of HTML forms with CSS and interaction between users and forms by using the Javascript script language. Below Student Registration Form views some form inputs entered by users and shows in the form as a response. Resources: All posted class documents and lab practices will help to complete this assignment. Student...

  • 2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instru...

    2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...

  • I need to make javafx GUI application called Email that implements a prototype user interface for...

    I need to make javafx GUI application called Email that implements a prototype user interface for composing email message. The application should have labelled text fields for To, cc,bcc ,subject line, one for message body and button lebelled Send. When we click Send button, the program should print contents of all fields to standard output using println() statement. I am attaching photos of Email.java and EmailPane.java, I need to make it as per these classes CylinderSta.. Cylinder java MultiCylind.. ....

  • Write an interface and two classes which will implements the interface. 1. Interface - StringVerification -...

    Write an interface and two classes which will implements the interface. 1. Interface - StringVerification - will have the abstract method defined - boolean verifyInput( String input ); 2. class EmailVerification implements StringVerification - implement the verifyInput() method in EmailVerification class. The method should validate a user input String, character by character and see the input string has a dot (.) and an at the rate (@) character in it. If any of the condition wrong the verifyInput method will...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT