Advertisement
Cosmac

NHS Website Code 1

Mar 1st, 2023 (edited)
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | Source Code | 0 0
  1. **HTML file is called "NHS Website.html" and code is**
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5.     <head>
  6.         <link rel="stylesheet" href="mainstylesheet.css">
  7.         <title>IT Support Officer</title>
  8.     </head>
  9.     <body>
  10.         <div class="startingpage">
  11.             <p><u><b><i>Being an IT Support Officer</i></u></b></p>
  12.             <p class="startingpagesubtitle"><b><i>What is an IT Support Officer?</i></b></p>
  13.         </div>
  14.         <div class="startingpageimage">
  15.             <img src="Pictures for Website/NHS Logo.png" class="startingpageimg">
  16.         </div>
  17.     </body>
  18. </html>
  19.  
  20. linked CSS stylesheet is in another paste
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement