Creation of website using HTML5 and CSS.

Create a webpage as given layout use <nav>,<header>,<footer>,<aside>,<article> with CSS. Here is a Html Code:-  <!DOCTYPE html> <html>   <head>     <title>My Webpage</title>     <link rel=”stylesheet” href=”style.css”>   </head>   <body>     <header>       <h1>Welcome to my webpage</h1>       <nav>         <ul>       … Read more

Create website using Html5

Creation of website using HTMLS Create a website using HTML5 and CSS using any 4 CSS properties. Write Index, html and second page as page2.html. Use any theme such as college profile or company profile etc. Every page must contain proper Meta, information and design web page as follows-  1) The index page must contain … Read more