NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dropdown Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<label for="options"></label>
<select id="options" onchange="showContent()">
<option value="options">select the option</option>
<option value="orthodontic">Orthodontic</option>
<option value="premature">Premature</option>
<option value="slowFlow">SlowFlow</option>
</select>
<div class="content" id="orthodonticContent">
Designed for newborn infants (term or preterm). Opening faces infant's palate and orthodontic design stimulates oral exercise while feeding.
</div>
<div class="content" id="prematureContent">
Designed for preterm infants with less developed sucking strength. Decreased bulb wall thickness increases pliability and makes it easier to suckle.
</div>
<div class="content" id="slowFlowContent">
Designed to support the underdeveloped "suck-swallow-breathe" coordination of low-birth-weight or preterm infants. Provides a more infant-driven, controlled flow rate vs. faster-flow nipples for increased physiological stability and a more efficient sucking pattern.
</div>
</div>
<script src="script.js"></script>
</body>
</html>

function showContent() {
const option = document.getElementById("options").value;
document.getElementById("orthodonticContent").style.display = "none";
document.getElementById("prematureContent").style.display = "none";
document.getElementById("slowFlowContent").style.display = "none";
if (option === "orthodontic") {
document.getElementById("orthodonticContent").style.display = "block";
} else if (option === "premature") {
document.getElementById("prematureContent").style.display = "block";
} else if (option === "slowFlow") {
document.getElementById("slowFlowContent").style.display = "block";
}
}

body {
font-family: Arial, sans-serif;
margin: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
}
label {
font-size: 18px;
margin-right: 10px;
}
select {
font-size: 16px;
padding: 5px;
margin-bottom: 20px;
}
.content {
font-size: 16px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
display: none;
margin-top: 20px;
}
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.