An Emmet short project
This is a short webpage on what Emmet is about.
https://ochibo-jj.github.io/projo-on-emmett/emt.html
html>head>meta[charset="UTF-8"]+meta[name="viewport" content="width=device-width"]title{Emmet}+style[type="text/css"]{body{font-family:Book antiqua,sans-serif;} header{margin:0 auto;height:90vh;padding:50px 50px 0;background-color:beige;} img{width:700px;height:359px;display:block;margin:0 auto;border-radius:100px} h1{color:mediumseagreen;font-size:60px;text-align:center;font-weight:bold;text-shadow:3px 4px 4px greenyellow;} main{text-align:center;margin:0 auto;} h2{color:limegreen;font-size:50px;font-weight:bold;text-shadow:3px 4px 4px greenyellow;} p,ul{font-size:30px;text-align:left;margin:0 auto;width:1000px;} footer{background-color:darkgreen;color:white;padding:50px;margin-top:70px;} a{font-size:30px;color:red;padding-left:43%;text-decoration:none;} a:hover{color:blue;} a:active{text-shadow:5px 5px 5px yellow;} footer p{text-align:center;}}^body>header>img[src="img/emmet.jpeg"]+h1{Emmet practice}^main>h2{About Emmet}+p{Emmet is a web development tool that simplifies writing in HTML and CSS code, making it faster and more efficient.}+h2{Characteristics}+ul>li{Abbreviation-based:Emmet allows you to write HTML and CSS code using short,concise abbreviations.}+li{Productivity-focused:Emmet is designed to boost productivity for web developers.}+li{Multi-language support:Emmet supports multiple languages,including HTML,CSS,XML, and more.}^h2{More-info}+p{Emmet as a web development tool enhances HTML and CSS workflow. It allows developers o write shrthand code snippets, called abbreviations, whichexpand into full-fledged HTML and CSS code. Emmet's time saving features include auto-completion,nesting and repetitive action support,making it popular among web developers.}^footer>p{This site was created by Joseph}+a[target="_blank" title="My Instagram" href="https://instagram.com/ochibo_jj?igshid=ZGUzMzM3NWJiOQ=="]{ochibo_jj©