<!doctype html>
<html>
<head>
<meta name = "viewport" content = "width=device-width, initial-scale=1" >
<title>this is my first web page</tilte>
</head>
<body>
<h1>HELLO WORLD</h1>
</body>
</html>
<html>
<head>
<meta name = "viewport" content = "width=device-width, initial-scale=1" >
<title>this is my first web page</tilte>
</head>
<body>
<h1>HELLO WORLD</h1>
</body>
</html>
πππππππππππ
Try to write this using an text editor
For PC users notpad++ visual studio code is good and for android users
download anwritter on play store
--------------------------------
If you have
An comment @Codehtmlweb_bot
Try to write this using an text editor
For PC users notpad++ visual studio code is good and for android users
download anwritter on play store
--------------------------------
If you have
An comment @Codehtmlweb_bot
HTML TAGS
-------------------------------
As told earlier, HTML is a markup language and makes use of various tags to format the
content. These tags are enclosed within angle braces <Tag Name>. Except few tags, most
of the tags have their corresponding closing tags. For example, <html> has its closing
tag</html> and <body> tag has its closing tag </body> tag etc
------------------------------------
https://telegram.me/codehtmlcss
-------------------------------
As told earlier, HTML is a markup language and makes use of various tags to format the
content. These tags are enclosed within angle braces <Tag Name>. Except few tags, most
of the tags have their corresponding closing tags. For example, <html> has its closing
tag</html> and <body> tag has its closing tag </body> tag etc
------------------------------------
https://telegram.me/codehtmlcss
Some examples of HTML tag
<!DOCTYPE...>
This tag defines the document type and HTML version.
<html>
This tag encloses the complete HTML document and mainly comprises
of document header which is represented by <head>...</head> and
document body which is represented by <body>...</body> tags.
<head>
This tag represents the document's header which can keep other HTML
tags like <title>, <link> etc.
<title>
The <title> tag is used inside the <head> tag to mention the
document title.
<body>
This tag represents the document's body which keeps other HTML tags
like <h1>, <div>, <p> etc.
<h1>
This tag represents the heading.
https://telegram.me/codehtmlcss
<!DOCTYPE...>
This tag defines the document type and HTML version.
<html>
This tag encloses the complete HTML document and mainly comprises
of document header which is represented by <head>...</head> and
document body which is represented by <body>...</body> tags.
<head>
This tag represents the document's header which can keep other HTML
tags like <title>, <link> etc.
<title>
The <title> tag is used inside the <head> tag to mention the
document title.
<body>
This tag represents the document's body which keeps other HTML tags
like <h1>, <div>, <p> etc.
<h1>
This tag represents the heading.
https://telegram.me/codehtmlcss
When youβre designing or developing a website, there are three different coding languages that you will want to be aware of: HTML, CSS, and JavaScript .
HTML : a language that determines how documents and web pages are displayed in a web browser, the language for the building blocks of any website.
CSS (Cascading Style Sheets) : a popular style sheet language that determines how a document created in HTML is styled (colors, font styles, layout and responsive features).
Javascript : allows you to change CSS and HTML elements on your website after the site has been loaded, which gives you the ability to make your site more interactive and engaging for users.
These three programming languages are typically the foundation of any website, which is why itβs important that youβre aware of how these languages will affect your website and what they are typically used for.
HTML : a language that determines how documents and web pages are displayed in a web browser, the language for the building blocks of any website.
CSS (Cascading Style Sheets) : a popular style sheet language that determines how a document created in HTML is styled (colors, font styles, layout and responsive features).
Javascript : allows you to change CSS and HTML elements on your website after the site has been loaded, which gives you the ability to make your site more interactive and engaging for users.
These three programming languages are typically the foundation of any website, which is why itβs important that youβre aware of how these languages will affect your website and what they are typically used for.
What Can You Do With Each Programming Language?
With HTML, you will be able to create the structure of your website.
CSS gives you the ability to make the website look more visually appealing.
As for JavaScript, this is a robust programming language that allows you to effectively change the HTML and CSS components of your website to match your specifications precisely.
If you own a website but donβt know much about coding, knowing the difference between these three programming languages should help you better understand what goes into developing a website. If ever a problem occurs with a component of your site, having a clear idea of what these programming languages are may be enough to help you properly diagnose what is causing the problem and how to fix it.
The following article provides an in-depth comparison of the HTML, CSS, and JavaScript programming languages.
With HTML, you will be able to create the structure of your website.
CSS gives you the ability to make the website look more visually appealing.
As for JavaScript, this is a robust programming language that allows you to effectively change the HTML and CSS components of your website to match your specifications precisely.
If you own a website but donβt know much about coding, knowing the difference between these three programming languages should help you better understand what goes into developing a website. If ever a problem occurs with a component of your site, having a clear idea of what these programming languages are may be enough to help you properly diagnose what is causing the problem and how to fix it.
The following article provides an in-depth comparison of the HTML, CSS, and JavaScript programming languages.
Web Development & Coding Languages
Websites can be developed with the use of a wide range of different coding and programming languages, some of which are more complex than others. Some of the most common web development languages include HTML, CSS, JavaScript, PHP, Python, Ruby, and SQL. While Ruby and PHP are exceedingly popular among entrepreneurs, startups, and web developers , the primary languages of HTML, CSS, and JavaScript should be enough for you to understand the basics of web design and development.
Each of these web development languages has a
different purpose . For instance, Ruby is a scalable and fast programming language that can help you build an extensive website or program in just a short period of time. When paired with the Ruby on Rails framework , this language gives developers practically everything they need to build a website. With a language like SQL, developers can maintain and optimize large databases in a much more streamlined manner.
Different types of projects incorporate different languages of code. Many professional web developers also have their own preferences that they will use even if other programming languages have proven to be more popular. Various platforms are built on different languages. For instance, WordPress is built mainly with powerful PHP code even though HTML and CSS are used as well.
The main language that you use all depends on your specific project and the business goals that you have. By identifying what these goals are, you should have a better idea of which languages are ideal when you are developing a website or application.
Websites can be developed with the use of a wide range of different coding and programming languages, some of which are more complex than others. Some of the most common web development languages include HTML, CSS, JavaScript, PHP, Python, Ruby, and SQL. While Ruby and PHP are exceedingly popular among entrepreneurs, startups, and web developers , the primary languages of HTML, CSS, and JavaScript should be enough for you to understand the basics of web design and development.
Each of these web development languages has a
different purpose . For instance, Ruby is a scalable and fast programming language that can help you build an extensive website or program in just a short period of time. When paired with the Ruby on Rails framework , this language gives developers practically everything they need to build a website. With a language like SQL, developers can maintain and optimize large databases in a much more streamlined manner.
Different types of projects incorporate different languages of code. Many professional web developers also have their own preferences that they will use even if other programming languages have proven to be more popular. Various platforms are built on different languages. For instance, WordPress is built mainly with powerful PHP code even though HTML and CSS are used as well.
The main language that you use all depends on your specific project and the business goals that you have. By identifying what these goals are, you should have a better idea of which languages are ideal when you are developing a website or application.
What is HTML?
HTML is a programming language that stands for Hypertext Markup Language. This is a relatively simplistic yet powerful programming language that allows web develops and website owners to create the structure of their website. If you want a sentence in a blog post to receive a bold font, HTML could be used to achieve this. When using this system, any text files can be tagged for effects, graphics, fonts, or colors. If youβve never used any kind of programming language in the past, HTML would be a great place to start. Keep in mind that HTML markups are enhanced by CSS and JavaScript, which is why itβs recommended that you learn this programming language first.
What Can You Do With HTML?
The main reason why itβs important to know HTML is because it allows you as a website owner to create the basic structure of you website , from which you can use any other coding language to enhance the design.
With a basic understanding of HTML, you can significantly increase the control and flexibility that you have with your website.
Youβll be able to make your own changes by having knowledge of this code.
Some platforms will automatically implement many of the more complex functions of a website design, which leaves you with the ability to tend to the minor changes that can be made with HTML.
HTML is a programming language that stands for Hypertext Markup Language. This is a relatively simplistic yet powerful programming language that allows web develops and website owners to create the structure of their website. If you want a sentence in a blog post to receive a bold font, HTML could be used to achieve this. When using this system, any text files can be tagged for effects, graphics, fonts, or colors. If youβve never used any kind of programming language in the past, HTML would be a great place to start. Keep in mind that HTML markups are enhanced by CSS and JavaScript, which is why itβs recommended that you learn this programming language first.
What Can You Do With HTML?
The main reason why itβs important to know HTML is because it allows you as a website owner to create the basic structure of you website , from which you can use any other coding language to enhance the design.
With a basic understanding of HTML, you can significantly increase the control and flexibility that you have with your website.
Youβll be able to make your own changes by having knowledge of this code.
Some platforms will automatically implement many of the more complex functions of a website design, which leaves you with the ability to tend to the minor changes that can be made with HTML.
What is CSS?
CSS is a style sheet language thatβs focused almost entirely on improving the presentation of HTML elements. While CSS is a static programming language, it can be used to make your website appear visually pleasing and modern. If you want your website to have a sleek and stylish design, CSS is the programming language to use. With a basic understanding of CSS, you can make changes to the overall look and feel of your website, which is useful when you want to match the appearance of your website with the aesthetics of your brand.
What Can You Do With CSS?
Even though CSS is primarily used to create static visual effects, the latest versions of the programming language offer some functionality for the creation of very simple animations.
If you want to change the color of some of the text on a web page, basic CSS would allow you to do so by adding βstyleβ code to the HTML code thatβs already found on your page.
Along with the presentation of HTML, CSS can also be used to alter the layout and formatting of your website.
Once you know the basics of CSS, you should be capable of improving the look of your website and all of the HTML that you have already added to the design.
CSS is a style sheet language thatβs focused almost entirely on improving the presentation of HTML elements. While CSS is a static programming language, it can be used to make your website appear visually pleasing and modern. If you want your website to have a sleek and stylish design, CSS is the programming language to use. With a basic understanding of CSS, you can make changes to the overall look and feel of your website, which is useful when you want to match the appearance of your website with the aesthetics of your brand.
What Can You Do With CSS?
Even though CSS is primarily used to create static visual effects, the latest versions of the programming language offer some functionality for the creation of very simple animations.
If you want to change the color of some of the text on a web page, basic CSS would allow you to do so by adding βstyleβ code to the HTML code thatβs already found on your page.
Along with the presentation of HTML, CSS can also be used to alter the layout and formatting of your website.
Once you know the basics of CSS, you should be capable of improving the look of your website and all of the HTML that you have already added to the design.
What is JavaScript?
JavaScript is among the most important programming languages for website owners who want to make their site more interactive, which makes this the most complex of the three standard programming languages in this article. While HTML provides the structure for a website and CSS allows you to control the presentation of a site, the JavaScript programming language gives you the tools that you need to alter the behavior of different elements that are found on a website page. With this tool, you can add a layer of interactivity to the CSS and HTML elements on your website, which is highly recommended if you want your website to appeal to the modern customer.
Most modern websites come with a menu button that can be clicked to display a selection of areas on the website that you can navigate to. The menu button usually reveals a small menu on the side of the page, which adds interactivity to the page itself. All of this is powered by JavaScript and can make your website appear to be more modern and sophisticated.
With a basic understanding of JavaScript, you can manipulate the various interactive features of your website to perform a wide range of actions. If you want to have complete control over the design and function of your website, you should know at least some of the coding involved with JavaScript.
JavaScript is among the most important programming languages for website owners who want to make their site more interactive, which makes this the most complex of the three standard programming languages in this article. While HTML provides the structure for a website and CSS allows you to control the presentation of a site, the JavaScript programming language gives you the tools that you need to alter the behavior of different elements that are found on a website page. With this tool, you can add a layer of interactivity to the CSS and HTML elements on your website, which is highly recommended if you want your website to appeal to the modern customer.
Most modern websites come with a menu button that can be clicked to display a selection of areas on the website that you can navigate to. The menu button usually reveals a small menu on the side of the page, which adds interactivity to the page itself. All of this is powered by JavaScript and can make your website appear to be more modern and sophisticated.
With a basic understanding of JavaScript, you can manipulate the various interactive features of your website to perform a wide range of actions. If you want to have complete control over the design and function of your website, you should know at least some of the coding involved with JavaScript.
What Can You Do With HTML?
The types of things that you can do with JavaScript are practically limitless. This programming language can provide you with the tools needed to:
Create a calculator for your website
Create various keyboard shortcuts that allow users to effortlessly navigate to other pages
Play animations when users scroll down the page
Since you can change your HTML and CSS elements with JavaScript, this can be a very beneficial language to learn.
The types of things that you can do with JavaScript are practically limitless. This programming language can provide you with the tools needed to:
Create a calculator for your website
Create various keyboard shortcuts that allow users to effortlessly navigate to other pages
Play animations when users scroll down the page
Since you can change your HTML and CSS elements with JavaScript, this can be a very beneficial language to learn.
Bold Text
Anything that appears within <b>...</b> element, is displayed in bold.
<!DOCTYPE html>
<html>
<head>
<title>Bold Text Example</title>
</head>
<body>
<p>The following word uses a <b>bold</b> typeface.</p>
</body>
</html>
------------------------------------
Italic Text
Anything that appears within <i>...</i> element is displayed in italicized:
Example
<!DOCTYPE html>
<html>
<head>
<title>Italic Text Example</title>
<head>
<body>
<p>The following word uses a <i>italicized</i> typeface.</p>
</body>
</html>
-----------------------------
Underlined Text
Anything that appears within <u>...</u> element, is displayed with underline :
Example
<!DOCTYPE html>
<html>
<head>
<title>Underlined Text Example</title>
</head>
<body>
<p>The following word uses a <u>underlined</u> typeface.</p>
</body>
</html>
------------------------------------
Strike Text
Anything that appears within <strike>...</strike> element is displayed with strikethrough,
which is a thin line through the text :
Example
<!DOCTYPE html>
<html>
<head>
<title>Strike Text Example</title>
</head>
<body>
<p>The following word uses a <strike>strikethrough</strike> typeface.</p>
</body>
</html>
Anything that appears within <b>...</b> element, is displayed in bold.
<!DOCTYPE html>
<html>
<head>
<title>Bold Text Example</title>
</head>
<body>
<p>The following word uses a <b>bold</b> typeface.</p>
</body>
</html>
------------------------------------
Italic Text
Anything that appears within <i>...</i> element is displayed in italicized:
Example
<!DOCTYPE html>
<html>
<head>
<title>Italic Text Example</title>
<head>
<body>
<p>The following word uses a <i>italicized</i> typeface.</p>
</body>
</html>
-----------------------------
Underlined Text
Anything that appears within <u>...</u> element, is displayed with underline :
Example
<!DOCTYPE html>
<html>
<head>
<title>Underlined Text Example</title>
</head>
<body>
<p>The following word uses a <u>underlined</u> typeface.</p>
</body>
</html>
------------------------------------
Strike Text
Anything that appears within <strike>...</strike> element is displayed with strikethrough,
which is a thin line through the text :
Example
<!DOCTYPE html>
<html>
<head>
<title>Strike Text Example</title>
</head>
<body>
<p>The following word uses a <strike>strikethrough</strike> typeface.</p>
</body>
</html>
HTML TAGS
------------------------------------
<strong> β¦ </strong>
Makes text bold. Used to emphasize a point
<b> β¦ </b>
Alternative to the above tag, also creates bold text.
<em> β¦ </em>
Another emphasis tag, but this displays text
in italics.
<i> β¦ </i>
Also used to display text in italics, but does not
emphasize it like the above tag.
<tt> β¦ </tt>
Formatting for typewriter-like text. No longer
supported in HTML5.
<strike> β¦ </strike>
Another old tag, this is used to draw a line at
the center of the text, so as to make it appear
unimportant or no longer useful.
<cite> β¦ </cite>
Tag for citing author of a quote.
<del> β¦ </del>
Pre-formatted, βmonospaceβ text laid out with
whitespace inside the element intact.
<ins> β¦ </ins>
Denotes text that has been inserted into
the webpage.
<blockquote> β¦ </blockquote>
Quotes often go into this tag. Is used in tandem
with the <cite> tag.
<q> β¦ </q>
Similar to the above tag, but for shorter quotes.
<abbr> β¦ </abbr>
Denotes abbreviations, along with the full forms.
<acronym> β¦ </acronym>
Tag for acronyms. No HTML5 support.
<address> β¦ </address>
Tag for specifying authorβs contact details.
<dfn> β¦ </dfn>
Tag dedicated for definitions.
<code> β¦ </code>
This is used to display code snippets within
a paragraph.
<sub> β¦ </sub>
Used for writing a subscript (smaller font just
below the mid-point of normal font). Example: ax
<sup> β¦ </sup>
Similar to the above tag, but for superscripting.
<small> β¦ </small>
Reduces text size. In HTML5, it often refers to
redundant or invalid information.
-----------------------------------
Example
<p><strong>Bold text</strong> Regular text
<em>some words in italics</em> regular text
once again.</p>
<blockquote>
Anyone who has never made a mistake has never
tried anything new.<cite>- Albert Einstein</cite>
</blockquote>
<pre>
Some pre-formatted text
</pre>
<p>A code snippet: <code>some code</code></p>
------------------------------------
<strong> β¦ </strong>
Makes text bold. Used to emphasize a point
<b> β¦ </b>
Alternative to the above tag, also creates bold text.
<em> β¦ </em>
Another emphasis tag, but this displays text
in italics.
<i> β¦ </i>
Also used to display text in italics, but does not
emphasize it like the above tag.
<tt> β¦ </tt>
Formatting for typewriter-like text. No longer
supported in HTML5.
<strike> β¦ </strike>
Another old tag, this is used to draw a line at
the center of the text, so as to make it appear
unimportant or no longer useful.
<cite> β¦ </cite>
Tag for citing author of a quote.
<del> β¦ </del>
Pre-formatted, βmonospaceβ text laid out with
whitespace inside the element intact.
<ins> β¦ </ins>
Denotes text that has been inserted into
the webpage.
<blockquote> β¦ </blockquote>
Quotes often go into this tag. Is used in tandem
with the <cite> tag.
<q> β¦ </q>
Similar to the above tag, but for shorter quotes.
<abbr> β¦ </abbr>
Denotes abbreviations, along with the full forms.
<acronym> β¦ </acronym>
Tag for acronyms. No HTML5 support.
<address> β¦ </address>
Tag for specifying authorβs contact details.
<dfn> β¦ </dfn>
Tag dedicated for definitions.
<code> β¦ </code>
This is used to display code snippets within
a paragraph.
<sub> β¦ </sub>
Used for writing a subscript (smaller font just
below the mid-point of normal font). Example: ax
<sup> β¦ </sup>
Similar to the above tag, but for superscripting.
<small> β¦ </small>
Reduces text size. In HTML5, it often refers to
redundant or invalid information.
-----------------------------------
Example
<p><strong>Bold text</strong> Regular text
<em>some words in italics</em> regular text
once again.</p>
<blockquote>
Anyone who has never made a mistake has never
tried anything new.<cite>- Albert Einstein</cite>
</blockquote>
<pre>
Some pre-formatted text
</pre>
<p>A code snippet: <code>some code</code></p>
Try to code this simple HTML registration form
ππππππππππ
ππππππππππ
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Register Form Start</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
@import url('httpss://fonts.googleapis.com/css?family=Roboto');
body {
background:linear-gradient(to right, #78a7ba 0%, #385D6C 50%, #78a7ba 99%);
}
.signup-form {
font-family: "Roboto", sans-serif;
width:650px;
margin:30px auto;
background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
border-radius: 10px;
}
.form-header {
background-color: #EFF0F1;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.form-header h1 {
font-size: 30px;
text-align:center;
color:#666;
padding:20px 0;
border-bottom:1px solid #cccccc;
}
/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
padding:10px 40px;
color:#666;
}
.form-group{
margin-bottom:20px;
}
.form-body .label-title {
color:#1BBA93;
font-size: 17px;
font-weight: bold;
}
.form-body .form-input {
font-size: 17px;
box-sizing: border-box;
width: 100%;
height: 34px;
padding-left: 10px;
padding-right: 10px;
color: #333333;
text-align: left;
border: 1px solid #d6d6d6;
border-radius: 4px;
background: white;
outline: none;
}
.horizontal-group .left{
float:left;
width:49%;
}
.horizontal-group .right{
float:right;
width:49%;
}
input[type="file"] {
outline: none;
cursor:pointer;
font-size: 17px;
}
#range-label {
width:15%;
padding:5px;
background-color: #1BBA93;
color:white;
border-radius: 5px;
font-size: 17px;
position: relative;
top:-8px;
}
::-webkit-input-placeholder {
color:#d9d9d9;
}
/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.form-footer {
clear:both;
}
/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.signup-form .form-footer {
background-color: #EFF0F1;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding:10px 40px;
text-align: right;
border-top: 1px solid #cccccc;
}
.form-footer span {
float:left;
margin-top: 10px;
color:#999; font-style: italic;
font-weight: thin;
}
.btn {
display:inline-block;
padding:10px 20px;
background-color: #1BBA93;
font-size:17px;
border:none;
border-radius:5px;
color:#bcf5e7;
cursor:pointer;
}
.btn:hover {
background-color: #169c7b;
color:white;
}
</style>
<script type="text/javascript">
<!-- Script for range input label -->
<script>
var rangeLabel = document.getElementById("range-label");
var experience = document.getElementById("experience");
function change() {
rangeLabel.innerText = experience.value + "K";
}
</script>
</head>
<body>
<form class="signup-form" action="/register" method="post">
</form>
<form class="signup-form" action="/register" method="post">
<!-- form header -->
<div class="form-header">
</div>
<!-- form body -->
<div class="form-body">
</div> <!-- form footer -->
<div class="form-footer">
</div>
</form>
<!-- form header -->
<div class="form-header">
<h1>Create Account</h1>
</div>
<!-- form body -->
<div class="form-body">
<!-- Firstname and Lastname -->
<div class="horizontal-group">
<div class="form-group left">
<label for="firstname" class="label-title">First name *</label>
<input type="text" id="firstname" class="form-input" placeholder="enter your first name" required="required" />
</div>
<div class="form-group right">
<label for="lastname" class="label-title">Last name</label>
<input type="text" id="lastname" class="form-input" placeholder="enter your last name" />
</div>
</div>
</div>
<!-- Email -->
<div class="form-group">
<label for="email" class="label-title">Email*</label>
<input type="email" id="email" class="form-input" placeho
<html>
<head>
<meta charset="utf-8">
<title>Register Form Start</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
@import url('httpss://fonts.googleapis.com/css?family=Roboto');
body {
background:linear-gradient(to right, #78a7ba 0%, #385D6C 50%, #78a7ba 99%);
}
.signup-form {
font-family: "Roboto", sans-serif;
width:650px;
margin:30px auto;
background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
border-radius: 10px;
}
.form-header {
background-color: #EFF0F1;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.form-header h1 {
font-size: 30px;
text-align:center;
color:#666;
padding:20px 0;
border-bottom:1px solid #cccccc;
}
/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
padding:10px 40px;
color:#666;
}
.form-group{
margin-bottom:20px;
}
.form-body .label-title {
color:#1BBA93;
font-size: 17px;
font-weight: bold;
}
.form-body .form-input {
font-size: 17px;
box-sizing: border-box;
width: 100%;
height: 34px;
padding-left: 10px;
padding-right: 10px;
color: #333333;
text-align: left;
border: 1px solid #d6d6d6;
border-radius: 4px;
background: white;
outline: none;
}
.horizontal-group .left{
float:left;
width:49%;
}
.horizontal-group .right{
float:right;
width:49%;
}
input[type="file"] {
outline: none;
cursor:pointer;
font-size: 17px;
}
#range-label {
width:15%;
padding:5px;
background-color: #1BBA93;
color:white;
border-radius: 5px;
font-size: 17px;
position: relative;
top:-8px;
}
::-webkit-input-placeholder {
color:#d9d9d9;
}
/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.form-footer {
clear:both;
}
/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.signup-form .form-footer {
background-color: #EFF0F1;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding:10px 40px;
text-align: right;
border-top: 1px solid #cccccc;
}
.form-footer span {
float:left;
margin-top: 10px;
color:#999; font-style: italic;
font-weight: thin;
}
.btn {
display:inline-block;
padding:10px 20px;
background-color: #1BBA93;
font-size:17px;
border:none;
border-radius:5px;
color:#bcf5e7;
cursor:pointer;
}
.btn:hover {
background-color: #169c7b;
color:white;
}
</style>
<script type="text/javascript">
<!-- Script for range input label -->
<script>
var rangeLabel = document.getElementById("range-label");
var experience = document.getElementById("experience");
function change() {
rangeLabel.innerText = experience.value + "K";
}
</script>
</head>
<body>
<form class="signup-form" action="/register" method="post">
</form>
<form class="signup-form" action="/register" method="post">
<!-- form header -->
<div class="form-header">
</div>
<!-- form body -->
<div class="form-body">
</div> <!-- form footer -->
<div class="form-footer">
</div>
</form>
<!-- form header -->
<div class="form-header">
<h1>Create Account</h1>
</div>
<!-- form body -->
<div class="form-body">
<!-- Firstname and Lastname -->
<div class="horizontal-group">
<div class="form-group left">
<label for="firstname" class="label-title">First name *</label>
<input type="text" id="firstname" class="form-input" placeholder="enter your first name" required="required" />
</div>
<div class="form-group right">
<label for="lastname" class="label-title">Last name</label>
<input type="text" id="lastname" class="form-input" placeholder="enter your last name" />
</div>
</div>
</div>
<!-- Email -->
<div class="form-group">
<label for="email" class="label-title">Email*</label>
<input type="email" id="email" class="form-input" placeho
lder="enter your email" required="required">
</div>
<!-- Passwrod and confirm password -->
<div class="horizontal-group">
<div class="form-group left">
<label for="password" class="label-title">Password *</label>
<input type="password" id="password" class="form-input" placeholder="enter your password" required="required">
</div>
<div class="form-group right">
<label for="confirm-password" class="label-title">Confirm Password *</label>
<input type="password" class="form-input" id="confirm-password" placeholder="enter your password again" required="required">
</div>
</div>
<!-- Gender and Hobbies -->
<div class="horizontal-group">
<div class="form-group left">
<label class="label-title">Gender:</label>
<div class="input-group">
<label for="male">
<input type="radio" name="gender" value="male" id="male"> Male</label>
<label for="female">
<input type="radio" name="gender" value="female" id="female"> Female</label>
</div>
</div>
<div class="form-group right">
<label class="label-title">Hobbies</label>
<div>
<label>
<input type="checkbox" value="Web">Music</label>
<label>
<input type="checkbox" value="iOS">Sports</label>
<label>
<input type="checkbox" value="Andriod">Travel</label>
<label>
<input type="checkbox" value="Game">Movies</label>
</div>
</div> </div>
<!-- Source of Income and Income Amount -->
<div class="horizontal-group">
<div class="form-group left" >
<label class="label-title">Source of Income</label>
<select class="form-input" id="level" >
<option value="B">Employed</option>
<option value="I">Self-employed</option>
<option value="A">Unemployed</option>
</select>
</div> <div class="form-group right">
<label for="experience" class="label-title">Income</label>
<input type="range" min="20" max="100" step="5" value="0" id="experience" class="form-input" onChange="change();" style="height:28px;width:78%;padding:0;">
<span id="range-label">20K</span>
</div>
</div>
<!-- Profile picture and Age -->
<div class="horizontal-group">
<div class="form-group left" >
<label for="choose-file" class="label-title">Upload Profile Picture</label>
<input type="file" id="choose-file" size="80">
</div> <div class="form-group right">
<label for="experience" class="label-title">Age</label>
<input type="number" min="18" max="80" value="18" class="form-input">
</div>
</div>
<!-- Bio -->
<div class="form-group">
<label for="choose-file" class="label-title">Bio</label>
<textarea class="form-input" rows="4" cols="50" style="height:auto"></textarea>
</div>
<!-- form footer -->
<div class="form-footer">
<span>* required</span>
<button type="submit" class="btn">Create</button>
</div>
</body>
</html>
</div>
<!-- Passwrod and confirm password -->
<div class="horizontal-group">
<div class="form-group left">
<label for="password" class="label-title">Password *</label>
<input type="password" id="password" class="form-input" placeholder="enter your password" required="required">
</div>
<div class="form-group right">
<label for="confirm-password" class="label-title">Confirm Password *</label>
<input type="password" class="form-input" id="confirm-password" placeholder="enter your password again" required="required">
</div>
</div>
<!-- Gender and Hobbies -->
<div class="horizontal-group">
<div class="form-group left">
<label class="label-title">Gender:</label>
<div class="input-group">
<label for="male">
<input type="radio" name="gender" value="male" id="male"> Male</label>
<label for="female">
<input type="radio" name="gender" value="female" id="female"> Female</label>
</div>
</div>
<div class="form-group right">
<label class="label-title">Hobbies</label>
<div>
<label>
<input type="checkbox" value="Web">Music</label>
<label>
<input type="checkbox" value="iOS">Sports</label>
<label>
<input type="checkbox" value="Andriod">Travel</label>
<label>
<input type="checkbox" value="Game">Movies</label>
</div>
</div> </div>
<!-- Source of Income and Income Amount -->
<div class="horizontal-group">
<div class="form-group left" >
<label class="label-title">Source of Income</label>
<select class="form-input" id="level" >
<option value="B">Employed</option>
<option value="I">Self-employed</option>
<option value="A">Unemployed</option>
</select>
</div> <div class="form-group right">
<label for="experience" class="label-title">Income</label>
<input type="range" min="20" max="100" step="5" value="0" id="experience" class="form-input" onChange="change();" style="height:28px;width:78%;padding:0;">
<span id="range-label">20K</span>
</div>
</div>
<!-- Profile picture and Age -->
<div class="horizontal-group">
<div class="form-group left" >
<label for="choose-file" class="label-title">Upload Profile Picture</label>
<input type="file" id="choose-file" size="80">
</div> <div class="form-group right">
<label for="experience" class="label-title">Age</label>
<input type="number" min="18" max="80" value="18" class="form-input">
</div>
</div>
<!-- Bio -->
<div class="form-group">
<label for="choose-file" class="label-title">Bio</label>
<textarea class="form-input" rows="4" cols="50" style="height:auto"></textarea>
</div>
<!-- form footer -->
<div class="form-footer">
<span>* required</span>
<button type="submit" class="btn">Create</button>
</div>
</body>
</html>
βοΈβοΈβοΈβοΈβοΈβοΈβοΈβοΈβοΈβοΈβοΈβοΈ
HTML WEB SOURCE CODE TRY TO CODE THIS.
Please share and join this channel
https://telegram.me/codehtmlcss
HTML WEB SOURCE CODE TRY TO CODE THIS.
Please share and join this channel
https://telegram.me/codehtmlcss