function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shruthi MN 88Shruthi MN 88 

Design a website

HI Everyone,

I need to create a webpage similar to the attached image by using html and css.LOgin page should redirect to this page
Ligin page
<html>
<head>
<img src="dentai1.jpeg"  width="40" height="40">
<h1>The Dental Hyginene Association</h1>
<style>


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

Webite code
</style>
</head>
<body>
<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#news">Adults</a></li>
  <li><a href="#contact">Kids</a></li>
  <li><a href="#about">News</a></li>
   <li><a href="#about">FAQ</a></li>
    <li><a href="#about">Glossary</a></li>
</ul>

<div class="myDiv">
  
</div>
<p>

<div class="myDiv">

It consists of the study, diagnosis, prevention, management, and treatment of diseases, disorders, and conditions of the mouth, most commonly focused on dentition (the development and arrangement of teeth) as well as the oral mucosa.
 <img src="dentai1.jpeg"  width="40" height="40">
</div>



</body>
</html>
<html>
<head>
<img src="dentai1.jpeg"  width="40" height="40">
<h1>The Dental Hyginene Association</h1>
<style>


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}


</style>
</head>
<body>
<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#news">Adults</a></li>
  <li><a href="#contact">Kids</a></li>
  <li><a href="#about">News</a></li>
   <li><a href="#about">FAQ</a></li>
    <li><a href="#about">Glossary</a></li>
</ul>

<div class="myDiv">
  
</div>
<p>

<div class="myDiv">

It consists of the study, diagnosis, prevention, management, and treatment of diseases, disorders, and conditions of the mouth, most commonly focused on dentition (the development and arrangement of teeth) as well as the oral mucosa.
 <img src="dentai1.jpeg"  width="40" height="40">
</div>



</body>
</html>
AshwiniAshwini (Salesforce Developers) 
Hi Shruthi,
Are you trying to embed this html code in vfpage/lwc?
AshwiniAshwini (Salesforce Developers) 
Hi Shruthi,
This is the duplicate question. For an answer please follow the below link.
https://developer.salesforce.com/forums/ForumsMain?id=9065d0000007BWb