#html5
Read more stories on Hashnode
Articles with this tag
What is Frontend Web Development? Frontend web development is the developmet of the graphical user interface of a website through the use of html/css...
Here is the code for a basic portfolio layout . <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
.. <a href="https://www.google.com/" target=_"blank">This is a link</a> <a class="contactLink" href="https://www.google.com/"...
.... <h1 id="headerOne"> SCHOOL: ST. BENEDICT HIGH SCHOOL </h1> <h2 id="headerTwo"> TEACHER'S NAME: MR. ADE</h2> <h3...
A tribute page in html <header> <!-- Navigation --> <nav class="site-nav-grid"> <ul> <li...
One thing I forgot to write on is HTML lists, and it is something we were taught earlier in the GIT Africa Agility bootcamp6.0. Lists are very...